This topic is locked

product orders page for internal users

9/30/2009 11:17:26 AM
PHPRunner General questions
R
Rodrigo author

Suppose I want to build a internal system to be used by internal employees only.
Let's say for instance a beauty parlor.
I'd have products table with:
nail-polisher-color-red - US$ 10

nail-polisher-color-green - US$ 15

hair-cut - US$ 21

hair-wash - US$ 11

hand-nails - US$ 14

feet-nails - US$ 12

...
and so on.
Then, after inserting them to the table, I'd like to create an order page.
The customer would call by phone and tell the guy: "I want to buy the nail-polish-red, have my hair washed and cut and also have my hand nails and feet nail painted, how much is that?"
The employee would click at the web page and add the product/services as the customer wants, on demand.
I'm a little bit confused on how to build this order page.
Can it "grow" as the customer wants more products and services ?
I mean, the initial page would have one blank item to be filled up with product / service ordered, and then the users would have to click somewhere to add a new empty field to be filled, and then a new empty according to the number of product / services customer wants, without limiting the maximum ammount of things the customer can order.
At the eval licence there's no option to try the shopping cart, would it be helpful ?
Regards from Rio de Janeiro, Brazil.