lional Posted July 5, 2008 Share Posted July 5, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/113336-shopping-cart/ Share on other sites More sharing options...
thatsgreat2345 Posted July 5, 2008 Share Posted July 5, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/113336-shopping-cart/#findComment-582304 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.