- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings, All my old buttons are working fine. The problem is with any new button I create I receive the following error when it goes to my shopping cart, it tells me there is a problem with the website and can't process. Here is the coding paypal writes [I do copy and paste the code directly in my web page]
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="A57NQ7M98CWCN">
<table>
<tr><td><input type="hidden" name="on0" value="Size">Size</td></tr><tr><td><select name="os0">
<option value="Small Chest 34-36"">Small Chest 34-36" $145.00 USD</option>
<option value="Medium Chest 38-40"">Medium Chest 38-40" $145.00 USD</option>
<option value="Large Chest 42-44"">Large Chest 42-44" $145.00 USD</option>
<option value="X Large Chest 46-48"">X Large Chest 46-48" $145.00 USD</option>
<option value="XX Large Chest 50-52"">XX Large Chest 50-52" $145.00 USD</option>
<option value="XXX Large Chest 54-56"">XXX Large Chest 54-56" $145.00 USD</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Colors">Colors</td></tr><tr><td><select name="os1">
<option value="Black">Black </option>
<option value="Navy Blue">Navy Blue </option>
<option value="Burgundy">Burgundy </option>
<option value="Grey">Grey </option>
<option value="Brown">Brown </option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello victoriam,
This is your problem: Small Chest 34-36"
Pleas remove the double quotes from the 'value', as double quotes is a reserved character and cannot be used in the 'value' field.
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello victoriam,
This is your problem: Small Chest 34-36"
Pleas remove the double quotes from the 'value', as double quotes is a reserved character and cannot be used in the 'value' field.
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so very much. It was one of those, couldn't see the forest for the trees things, adding to it high level of frustration and a program that puts junk in the code that shouldn't be there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glad it helped!
Regards,
Robert
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Invalid sdk meta in Merchant services (Archive)
- Select Shipping or Delivery in Shipping (Archive)
- Price Increase not showing at checkout in Merchant services (Archive)
- Buy now button not working in Merchant services (Archive)
- Custom paypal button that a price may depends on several factors in Merchant services (Archive)