Creation button (html code)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I saw code for button in one website "buy now" and was possible to change price via html code in website (not via paypal account)
How I can to create the same button and change price only in webstie html code?
This code (without personal data)
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<div style="display: none;"><input name="cmd" type="hidden" value="_xclick" />
<input name="business" type="hidden" value="mail@ mail.com" />
<input name="lc" type="hidden" value="RU" />
<input name="item_name" type="hidden" value="Name" />
<input class="inputbox" name="amount" size="5" type="hidden" value="19" /><input name="paypalcurrency_code" type="hidden" value="EUR" /> <input name="paypallength" type="hidden" value="1" />
<input name="currency_code" type="hidden" value="EUR" />
<input name="button_subtype" type="hidden" value="services" />
<input name="no_note" type="hidden" value="0" />
<input name="bn" type="hidden" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest" /></div>
<input alt="Make payments with PayPal - its fast, free and secure!" name="submit class=" type="submit" value="Buy" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the price for this button 19 EUR? If so, look for the number in the code and change it to different number.
Kudos & Solved are greatly appreciated. 🙂

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.