Shopping Cart Button Not Working

SawneeBallet
Contributor
Contributor

I have generated two "add to shopping cart" buttons - Sponsorships and Advertising.  The sponsorship cart button works just fine with my new website, however, the advertising button gives me the following error message: Things don't appear to be working at the moment. Please try again later.

https://www.paypal.com/webapps/shoppingcart?mfid=1540573620858_26efc222643d2&flowlogging_id=26efc222...

 

Please help me figure out what I need to do.  Thanks!

 

Advertising Code:

<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="XB8KXR448N7DJ">
<table>
<tr><td><input type="hidden" name="on0" value="Advertising">Advertising</td></tr><tr><td><select name="os0">
<option value="Full Page Ad 5" x 8"">Full Page Ad 5" x 8" $125.00 USD</option>
<option value="Half Page Ad 5" x 3.5"">Half Page Ad 5" x 3.5" $65.00 USD</option>
<option value="Quarter Page Ad 2.5" x 4"">Quarter Page Ad 2.5" x 4" $35.00 USD</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>

 

 

Sponsorship Code:

<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="EG3UF4RNK43MG">
<table>
<tr><td><input type="hidden" name="on0" value="Sponsorships">Sponsorships</td></tr><tr><td><select name="os0">
<option value="Presenting Sponsor">Presenting Sponsor $2,500.00 USD</option>
<option value="Platinum Sponsor">Platinum Sponsor $1,500.00 USD</option>
<option value="Gold Sponsor">Gold Sponsor $750.00 USD</option>
<option value="Silver Sponsor">Silver Sponsor $500.00 USD</option>
<option value="Bronze Sponsor">Bronze Sponsor $250.00 USD</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 REPLY 1

TungDinhVan
Contributor
Contributor

Hmmm, I have the same problem Smiley Frustrated

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.