Posted: Wed Sep 10, 2008 1:37 pm Don't want option to be submitted
I have an option list to allow users to specify how many event ticket they would like to purchase. However Googlecart will not accept a value of 0 as a quantity.
It allows me to submit 1 ticket of each type but if I have a 0 number it won't accept it. Is there anyway of showing 0 as an option but not submitting it in the form when it sends the quantities?[/list][/code]
A product should contain an element defining the price keyword. If it does not, then the price is set to zero (i.e. it is free).
and
Quote:
A product may contain an element defining google-cart-quantity. If it does not, then one item is added to the cart.
Not that familiar with Googlecart. Possibly your quantity shouldn't be 0 and it is doing it right by kicking out 0 on submit. After all, why buy 0 tickets?
Look over the Google API Info and see if you spot something you could use.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum