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
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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.