PayPal Button Not Working on a Page
-
Hi all,
I'm trying to add PayPal "buy" buttons to a page (for books and publications). When I paste the html code in source code command through text or image caption, the button does appear on the page, but when I publish the page it is impossible to click on it. Does anyone here had the same experience and insights about it? Thank you very much!
JEF
-
Hm, interesting. Can you send me a link?
-
Hi @arminunruh
I have the same problem. I need to include and option to get a magazine paying using paypal.
I have received this data to be published it is a kind of form and I will need to include above a text:<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="SN3EQ3BCR7AMG">
<table>
<tr><td><input type="hidden" name="on0" value="Magazine">Magazine</td></tr><tr><td><select name="os0">
<option value="UK">UK £6.00 GBP</option>
<option value="Overseas">Overseas £7.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_GB/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_GB/i/scr/pixel.gif" width="1" height="1">
</form> -
Hey, try this, I added this to the last image:
style="width: 1px; height: 1px;"
<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="SN3EQ3BCR7AMG">
<table>
<tr><td><input type="hidden" name="on0" value="Magazine">Magazine</td></tr><tr><td><select name="os0">
<option value="UK">UK £6.00 GBP</option>
<option value="Overseas">Overseas £7.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img style="width: 1px; height: 1px;" alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it