My form has recently stopped sending the quantity info direct to the paypal checkout page.

idlee69
Member
Member

I have searched the web for an answer to this but got nowhere. I have a 'buy now' button on a webpage that does not transfer the quantity requested by the user on my form to the paypal checkout page. They then have to change the quantity again themselves on that page. This always used to work in the past but suddenly stopped around the time Paypal made all the changes to their buttons page.

Here is the code:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">

<input name="cmd" type="hidden" value="_s-xclick" />

<input name="cpp_header_image" type="hidden" value="https://www.faringdondramatic.org.uk/wp-content/themes/fds/images/fds-banner.jpg" /> <input name="shopping_url" type="hidden" value="https://www.faringdondramatic.org.uk/pantomime/panto-application-form/" />

<input name="return" type="hidden" value="https://www.faringdondramatic.org.uk/pantomime/pantomime-thankyou/" />

<input name="cancel_return" type="hidden" value="https://www.faringdondramatic.org.uk/pantomime/pantomime-payment/" />

<input name="add" type="hidden" value="1" />

<input name="currency_code" type="hidden" value="GBP" />

<input name="hosted_button_id" type="hidden" value="xxxxxxxxxxx" />

 

<input name="on0" type="hidden" value="Panto Fees" />

<select name="os0">
<option value="Child Panto Fee">Child Participation Fee £10.00</option>
<option value="Full Script">Full Script £5.00</option>
<option value="Child Fee + Script">Both of the above £15.00</option>
</select>

 

<input name="on1" type="hidden" value="Quantity" />

<select title="Please select how many you want" name="os1">
<option selected="selected" value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select><br />
<input title="PayPal - The safer, easier way to pay online!" alt="Buy Now" name="submit" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" type="image" />

</form>

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.