Jump to content

'Add to shopping cart' concerns


KevinM1

Recommended Posts

I'm currently designing a very simple online store.  I have two classes -- Product and ShoppingCart.  Both are pretty self-explanitory.  Product just ties a product's name together with its price.  ShoppingCart holds an array of Products.

My concern is with the 'add to shopping cart' links the store will have.  I'm just not sure how to get the script to recognize the use of the 'add to shopping cart' links without having to rely on JavaScript.  Is there a way for me to do this without relying on JavaScript to serve as the go-between?

Thanks. :)
Link to comment
https://forums.phpfreaks.com/topic/29136-add-to-shopping-cart-concerns/
Share on other sites

I use a shopping cart with sessions and php.  When they click on a button it just adds the item to the cart and shows them the cart.

I could see how javascript could be used to add to the cart without taking you to the contents of the shopping cart page.

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.