My "add to cart" buttons don't work

scbowtique
New Community Member

I recently created these buttons to add to my site and found out that they don't work. They either go to a login screen or they go to an error message saying it is an outdated version of paypal. Can someone please help me with this?? Here is my site.

 

www.scbowtique.blogspot.com

 

Jennifer

Login to Me Too
1 REPLY 1

skier
Advisor
Advisor

Your item button code is missing the values for these two lines of code:

<input type="hidden" name="cmd">
<input type="hidden" name="hosted_button_id">

 

The code should look something like this:

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

 

I'm guessing the problem is caused by your HTML Editor or your Blog Editor and how it handles HTML Forms.   You will need to find out why the values are being stripped out when you go to insert the code.

 

Regards,

 

skier

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.