PAYPAL buttons
Posted: Fri Feb 21, 2025 9:27 am
Hi,
I have a problem. Customers email me all the time and want to buy an item BUT I can only link them to a web page with 20 other items.
How do I email a FORM created in WYSIWY?
Example of code connected to the button;
<form action="https://www.paypal.com/cgi-bin/webscr" id="PayPal5_form" method="post" style="margin:0;padding:0;display:inline;" target="PayPal">
<input type="hidden" name="business" value="rob@oicu2.com">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="add" value="1">
<input type="hidden" name="item_name" value="Plung-Probe Only With Wire">
<input type="hidden" name="item_number" value="PP34">
<input type="hidden" name="amount" value="69.95">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="return" value="http://www.hydrogenappliances.com/thankyou.html">
<input type="hidden" name="cancel_return" value="http://www.hydrogenappliances.com/nothankyou.html">
<input type="hidden" name="receiver_email" value="rob@oicu2.com">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="shipping" value="26.99">
<input id="PayPal5" type="image" name="submit" src="images/sc-but-02.gif" style="display:inline-block;" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>
pasting this code in their emails does NOT create a button. How do I keep this easy for the customer?
Thanks
I have a problem. Customers email me all the time and want to buy an item BUT I can only link them to a web page with 20 other items.
How do I email a FORM created in WYSIWY?
Example of code connected to the button;
<form action="https://www.paypal.com/cgi-bin/webscr" id="PayPal5_form" method="post" style="margin:0;padding:0;display:inline;" target="PayPal">
<input type="hidden" name="business" value="rob@oicu2.com">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="add" value="1">
<input type="hidden" name="item_name" value="Plung-Probe Only With Wire">
<input type="hidden" name="item_number" value="PP34">
<input type="hidden" name="amount" value="69.95">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="return" value="http://www.hydrogenappliances.com/thankyou.html">
<input type="hidden" name="cancel_return" value="http://www.hydrogenappliances.com/nothankyou.html">
<input type="hidden" name="receiver_email" value="rob@oicu2.com">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="shipping" value="26.99">
<input id="PayPal5" type="image" name="submit" src="images/sc-but-02.gif" style="display:inline-block;" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>
pasting this code in their emails does NOT create a button. How do I keep this easy for the customer?
Thanks