Sliding PayPal Shopping Cart 2 Support Product Page
Solved
option field not working properly
Reported 06 Oct 2015 16:08:02
2
have this problem
06 Oct 2015 16:08:02 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 08 Oct 2015 20:01:53
08 Oct 2015 20:01:53 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 12 Oct 2015 10:48:35
12 Oct 2015 10:48:35 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.
I'm glad you manage to solve this. Indeed the HTML standard does not allow to use the same name/id for multiple elements.