Inserire bottone paypal su un blog WordPress.com
-
Buongiorno
Ho un blog wordpress (gratuito) e vorrei inserire il codice paypal per accettare pagamenti.
Il widget html non accetta i , ma paypal mi fornisce il codice con i .
Come posso fare? -
Good morinig,
I have a wordpress Blog (free version) and I want use the paypal buttons for sell products.
But the html widget don’t acceps form, and paypal give me a code with form.
How I can do? -
Hi there!
You can follow these steps to get a code for a PayPal button:
https://wordpress.com/support/paypal/
You can also consider upgrading to be able to use the Simple Payments Block:
https://wordpress.com/support/wordpress-editor/blocks/simple-payments-block/
-
Yes, but the code is different by the paypal button.
In paypal button you have a “buy now” and a paypal page
In other system you don’t have the price. Is a donation.
I know the simple payments block, but in this moment I don’t want upgrading the system. -
PayPal also used to provide code to the Donate button, you may want to reach out to them to ask about that. As an alternative, you can us the PayPal link and create a custom button with Button block:
https://wordpress.com/support/wordpress-editor/blocks/buttons-block/
-
Yes, but the problem is not a button.
But a paypal button with paypal code.
I write to paypal (and say “talk with wordpress”) and the code with price is something like this.<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="B6422BEYVDL4U"> <input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal è il metodo rapido e sicuro per pagare e farsi pagare online."> <img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1"> </form>the probles is the html code
<form>
This html statement is not permitted by html widget. -
Yeah well, you would need a simpler code, like what’s explained here:
https://wordpress.com/support/paypal/
There are step-by-step instructions on how to get that.
If, as you mentioned, you wanted a button that states the price, you will either want to create a custom button with Button Block or upgrade to use Simple Payments. -
Yes, you have right.
It’s a trick, mixing “donate” and “pay now”
But it’s work… I dont know how many Donate I can create, but it’s work :)Thank you for the help.
You have been very kind and precious despite my bad english. :-)
- The topic ‘Inserire bottone paypal su un blog WordPress.com’ is closed to new replies.