My form has recently stopped sending the quantity info direct to the paypal checkout page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
- Labels:
-
Receiving Money
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- PayPal Express Error #10413 when people use a discount code on my Magento2 store in PayPal Payments Standard
- Paypal Advanced Payment : 3d error in live in Sandbox Environment
- PayPal integration with Next, Lambda and API Gateway - 400 Invalid Request in Sandbox Environment