Sliding PayPal Shopping Cart 2 Support Product Page

Solved

option field not working properly

Reported 9 years ago
2
have this problem
9 years ago Bill Teale posted:
thekoshercup.com/store_full.php - The cart is not picking up the options when chosen, it always gives the first option whatever I choose. I followed everything through on the video several times.

Replies

Replied 9 years ago
9 years ago Bill Teale replied:
I found the solution myself. The issue was that the select name was static (<select name="coffee"> rather than dynamic (<select name={{ID}}> so there was only one form on the web page. Silly mistake, but I am still learning.

Replied 9 years ago
9 years ago Teodor Kuduschiev replied:
Hi Bill,
I'm glad you manage to solve this. Indeed the HTML standard does not allow to use the same name/id for multiple elements.

Reply to this topic