I just bought and installed the plugin but can't get the buttons to work. When I click the PayPal button, it takes me to https://www.paypal.com/cgi-bin/webscr but I get a 404 error in IE and simply blank pages in Firefox and Chrome.
I started out with a button with lots of options, a custom graphic, etc. But it does the same thing with the simplest button. Here's the shortcode I'm currently testing:
[nicepaypal type="cart" name="1234"]
Below is the HTML code generated for the button.
I need to get this fixed ASAP or I'll have to find another way to do this.
Thanks for your help.
- Code: Select all
<!-- article-content -->
<form 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="Y3EQFDPEXYSKU" /> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_self"><input type="hidden" name="cmd" value="_cart" /><input type="hidden" name="add" value="1" /><input type="hidden" name="business" value="lisa@bierbaumforjudge.com" /><input type="hidden" name="item_name" value="1234" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="lc" value="US" /><input type="hidden" name="mrb" value="YRDKF6S68Y7DS" /><input type="image" name="submit" style="border: 0;" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" alt="PayPal - The safer, easier way to pay online" /></form></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"></form>
<!-- /article-content -->


