This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Paypal buy it now button BBcode

Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
Locked
User avatar
Steve
X-Steve
X-Steve
Posts: 1920
Joined: Thu Sep 16 2010 3:19 pm
Real name: Steve© MX
Country Flag: Great Britain
Location: Up north!
Contact:

Paypal buy it now button BBcode

Post by Steve »

Paypal buy it now bbcode allows you to sell items in your topics,posts via paypal.

BBcode:

Code: Select all

[buy_now={EMAIL},{SIMPLETEXT},{SIMPLETEXT1},{IDENTIFIER},{SIMPLETEXT2}][/buy_now]
Html:

Code: Select all

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <fieldset>
    <input type="hidden" name="cmd" value="_xclick" />
    <input type="hidden" name="business" value="{EMAIL}" />
    <input type="hidden" name="lc" value="GB" />
    <input type="hidden" name="item_name" value="{SIMPLETEXT}" />
    <input type="hidden" name="amount" value="{SIMPLETEXT1}" />
    <input type="hidden" name="currency_code" value="{IDENTIFIER}" />
    <input type="hidden" name="button_subtype" value="services" />
    <input type="hidden" name="no_note" value="0" />
    <input type="hidden" name="shipping" value="{SIMPLETEXT2}" />
    <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest" />
    <input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." />
    <img src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"  alt="Buy NOW!" />
    </fieldset>
    </form>
Helpline:

Code: Select all

Buy now : [buy_now=emailaddress,item name,price,currency,postage][/buy_now]
Example:

Code: Select all

[buy_now=donate@phpbbandbbcodes.com,cap,1.00,GBP,1.00][/buy_now]
Demo: (please note do not buy this item !)
[buy_now=donate@phpbbandbbcodes.com,cap,1.00,GBP,1.00][/buy_now]
Hello! and Do NOT contact me via private message for support!!
Locked