Code: Select all
add_to_cart.php?prodid=16&qty=6Code: Select all
add_to_cart.php?qty=6I must confess, I'm quite lost as to why this should happen.
Another odd thing is, if i set these values as hidden fields and submit the form using the "POST" method, everything works fine! Unfortunately, i can't use POST, since some of my javascript/AJAX functions depend on the query string.
If there is anyone out there who can help, i'd really appreciate it.