I want customers to be able to change the quantity of a product on the product page (industry standard). I already have input box code written for this on my old site.
I've been told to add ;quantity=1 to the end of the e-junkie purchase link, and I have done this. However, support won't help me understand how to make a quantity input box work within their button code.
When I use an input box within the <a> button code from e-junkie, the box shows up with a link line underneath it and the box won't let me change the quantity. In fact, when I highlight in the box, I go directly to the cart.
So, I decided to use my old form code and just pop the e-junkie url in as the link. I get a better looking result and I can change the value in the input box on the product page. However, the information from the input box won't transmit to e-junkie when I click add to cart.
Help!