Forum
Update quantity on product page
Hey,
I'm trying to include a text box on my product pages to allow users to specify desired quantity. I can't seem to get this working using qty - is there another way?
Hey,
I'm trying to include a text box on my product pages to allow users to specify desired quantity. I can't seem to get this working using qty - is there another way?
What have you got and how is it not working?
Another way would be to add the item programmatically and create your own interface for using
perch_shop_add_to_cart()
but that really shouldn't be necessary here.