Cart only holds one item at a time
-
I have three items on my page, set up like this:
<table> <tbody> <tr> <td>Grapefruit, $20.00/box</td> <td>[wp_cart_button name="grapefruit" price="20.00"]</td> </tr> <tr> <td>Oranges, $25.00/box</td> <td>[wp_cart_button name="oranges" price="25.00"]</td> </tr> <tr> <td>Mixed, $25.00/box</td> <td>[wp_cart_button name="mixed" price="25.00"]</td> </tr> </tbody> </table> [show_wp_shopping_cart]
I can add an item and it shows up in the cart, but if I try to add a second item it replaces the first item in the cart. Also if I try to change the quantity of the item once it is in the cart, it disappears completely. I need to be able to let people pick multiple quantities of multiple items.
I could have sworn this was working when I first set it up, my site was recently upgraded to 4.6.1, that’s the only difference I can think of. I just updated the plugin to the latest version as well.
The cart can be seen in action here: https://lwv.corvallis.or.us/grapefruit-sale/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cart only holds one item at a time’ is closed to new replies.