Link to home
Start Free TrialLog in
Avatar of shishir_sri
shishir_sriFlag for India

asked on

Website for employee use - to take customer orders

Hi,

I'm currently working on a project, which is currently in its planning phase, and I need some advice on the best way to implement it.

The objective is to create a website for a massage parlor's employees. The website will be accessed through the web or a private intranet. The employees will access the website through tablets provided to them by the company.

When a customer approaches an employee, the employee will understand their request, and select the appropriate massage package on the website, from a list of available packages. The employee will also enter any customization requests (eg: specific massage oils, etc.). Once the order is complete, the employee will enter the customer details and save the appointment.

This appointment will then be available in the back-end, for further back-office processing.

So, to summarize:

The website will have a list of massage packages to choose from. Each package will have its own page with description and pictures.

The packages may be divided into categories, which will form the main menu of the website.

Employee selects package and is redirected to a page which will optionally allow him to customize the order.

Employee selects required customization, and is redirected to a page with a form to collect customer information.

Employee enters customer information and saves it.

The "order" becomes available in the back-end for further processing.

---------------------------------------------

Whats the best way to implement such a website? CMS, self-coded PHP?

Which CMS will be most suitable for this purpose?

Can I use Wordpress for this? If yes, how do I set up the flow? I know how to create the categories, product pages, etc. But how do I create the customization and the information collection pages, and how do I integrate them into the flow?

Thanks a lot, in advance. I look forward to your reply.
SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shishir_sri

ASKER

Thanks for the reply guys. I apologize for the delayed response.