vBulletin PayPal subscription

  1. Log in to your vBulletin admin panel and go to: Styles & Templates > Style Manager. In this section choose your used style and from the select box click to the Edit templates.

  2. From the showed templates select: Subscriptions (Paind) Templates and after that subscription_payment_paypal

  3. In the showed code find these lines:
    <input type="hidden" name="notify_url" value="$vboptions[bburl]/payment_gateway.php?method=paypal" />
    <input type="hidden" name="custom" value="$userinfo[username]" />
  4. Replace them with the PayPal integration code which you can find in your Merchant panel > Tools > Integration > Sale/Lead Tracking > PayPal

  5. After these steps save your modified template
 
Note: If you using multiple styles, these changes has to be done in each of them!

 
×