Creation button (html code)

LikaB
New Community Member

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" />

Login to Me Too
1 REPLY 1

sharpiemarker
Esteemed Advisor
Esteemed Advisor

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. 🙂
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.