help creatinga PHP script
Posted: Tue Feb 04, 2003 11:06 pm
Hello
,
to all those PHP programmers please help me creating a script, here's what I need:
The website I'm working on have different cathegories. One of this cathegories is the PRODUCTS cathegorie. Here's where the script works. This cathegorie should behave similar to an e-commerce site, so users should be able to browse through different products cathegories and then add to cart products and the respective qty's . At checkout, the user must fill a simple form with name, email, adress etc., and they should be able to view and modify what they have in the cart. Finally , when the form is submitted, it should send to my email recipient the values from the form fields plus the products an qty's selected by the user (the cart content).
So I don't need credit card processing, tax calcultion, shippment, or nothing like that, just to receive the cart content from the users by email.
I think that's all, please help me.
Thanks a lot.
to all those PHP programmers please help me creating a script, here's what I need:
The website I'm working on have different cathegories. One of this cathegories is the PRODUCTS cathegorie. Here's where the script works. This cathegorie should behave similar to an e-commerce site, so users should be able to browse through different products cathegories and then add to cart products and the respective qty's . At checkout, the user must fill a simple form with name, email, adress etc., and they should be able to view and modify what they have in the cart. Finally , when the form is submitted, it should send to my email recipient the values from the form fields plus the products an qty's selected by the user (the cart content).
So I don't need credit card processing, tax calcultion, shippment, or nothing like that, just to receive the cart content from the users by email.
I think that's all, please help me.
Thanks a lot.