Paypal Subscription BBCode

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
thetwistedpanda
BBCoder I
BBCoder I
Posts: 1
Joined: 13 Jul 2010, 07:55

Paypal Subscription BBCode

Post by thetwistedpanda »

Version: PhpBB 3.0.7 - PL1

I picked up an outdated Paypal BBCode from http://www.modphpbb3.com/viewtopic.php?f=17&t=1000 but I cannot for the life of me to get it to function correctly. When I set it up on my forums and try it out, PayPal complains that I'm missing data and I honestly have no idea what else it could want.

Code: Select all

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    <input type="hidden" name="cmd" value="_xclick-subscriptions">
    <input type="hidden" name="business" value="{TEXT2}">
    <input type="hidden" name="item_name" value="Website Supporter">
    <input type="hidden" name="item_number" value="DGFF">
    <input type="hidden" name="no_shipping" value="2">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-SubscriptionsBF">
    <input type="hidden" name="a3" value="{TEXT1}">
    <input type="hidden" name="p3" value="30">
    <input type="hidden" name="t3" value="D">
    <input type="hidden" name="src" value="1">
    <input type="hidden" name="sra" value="1">
    </form>
Any assistance would be most appreciated!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Paypal Subscription BBCode

Post by cisco007 »

i have the demo posted in that same topic and it's working perfectly! just take a look at the demo i posted there!
Locked