Buttons not workin

victoriam
Contributor
Contributor

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&quot;">Small  Chest 34-36&quot; $145.00 USD</option>

                <option value="Medium Chest 38-40&quot;">Medium Chest 38-40&quot; $145.00 USD</option>

                <option value="Large Chest 42-44&quot;">Large Chest 42-44&quot; $145.00 USD</option>

                <option value="X Large Chest 46-48&quot;">X Large Chest 46-48&quot; $145.00 USD</option>

                <option value="XX Large Chest 50-52&quot;">XX Large Chest 50-52&quot; $145.00 USD</option>

                <option value="XXX Large Chest 54-56&quot;">XXX Large Chest 54-56&quot; $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>

 

 

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

PayPal_RobG
PayPal Employee
PayPal Employee

Hello victoriam,

 

This is your problem: Small  Chest 34-36&quot;

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/

View solution in original post

Login to Me Too
3 REPLIES 3
Solved

PayPal_RobG
PayPal Employee
PayPal Employee

Hello victoriam,

 

This is your problem: Small  Chest 34-36&quot;

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/
Login to Me Too

victoriam
Contributor
Contributor

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.Smiley Happy

Login to Me Too

PayPal_RobG
PayPal Employee
PayPal Employee

Glad it helped!

 

 

Regards,

Robert

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
Login to Me Too

Haven't Found your Answer?

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