Hi everyone,
I'm in the process of creating an online ordering system for a clothing business where their clients can place orders via their website. It will be for certain corporate customers where they can order their uniforms online, so it's not really a shopping cart. The clothing company (my client) would have produced a range of uniforms for a particular company and this company's employees would be able to order their uniforms online.
The first step is getting all the employees to register, which is where I'm having problems trying to figure out how to set this up. This registration page won't be visible to the general public since it's only being used for certain clients who need to register in order to access their custom page which displays a list of their uniform items. I thought of the idea where the clothing company provides a one-off username and password for the client company which is used by all employees of that company to login via the login form (accessible from a link on the home page) and this takes them to the registration page where each employee can set up their own username and password etc. then once the registration is completed by each employee, then they can login with their own username and password, in future, via the publically accessible link on the home page and land on their custom page populated with the uniform items.
Can someone comment on this setup? I mean is this idea of providing the username and password to say a manager of the client company who then passes this username and password on to all employees so they can register, a good way to go? Or is their a better option? If it is a good setup, how would I generate this username and password so that it's unique to a client company?
Appreciate any advice offered.
I'm in the process of creating an online ordering system for a clothing business where their clients can place orders via their website. It will be for certain corporate customers where they can order their uniforms online, so it's not really a shopping cart. The clothing company (my client) would have produced a range of uniforms for a particular company and this company's employees would be able to order their uniforms online.
The first step is getting all the employees to register, which is where I'm having problems trying to figure out how to set this up. This registration page won't be visible to the general public since it's only being used for certain clients who need to register in order to access their custom page which displays a list of their uniform items. I thought of the idea where the clothing company provides a one-off username and password for the client company which is used by all employees of that company to login via the login form (accessible from a link on the home page) and this takes them to the registration page where each employee can set up their own username and password etc. then once the registration is completed by each employee, then they can login with their own username and password, in future, via the publically accessible link on the home page and land on their custom page populated with the uniform items.
Can someone comment on this setup? I mean is this idea of providing the username and password to say a manager of the client company who then passes this username and password on to all employees so they can register, a good way to go? Or is their a better option? If it is a good setup, how would I generate this username and password so that it's unique to a client company?
Appreciate any advice offered.