Jump to content

shopping cart


lional

Recommended Posts

Hi All

I am trying to create a shopping cart that only has one add to basket button on the bottom of the page, but next to each product is a text box. If the text bos is greater than 0 it is added to the cart. This enables multiple products to be added to the shopping cart in one movement.

Is this possible with PHP or must Javascript be used

 

Thanks in advance

 

Lional

Link to comment
https://forums.phpfreaks.com/topic/113336-shopping-cart/
Share on other sites

Well if you are going to do a shopping cart you are going to want to do it in PHP. When the user submits the form you are going to do some checking for whatever you want. But if you want you can combine javascript and php.

 

Just for security reasons I'd really recommend not making your own shopping cart, I'd just modify a script such as oscommerce.

Link to comment
https://forums.phpfreaks.com/topic/113336-shopping-cart/#findComment-582304
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.