The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
paid subscription (use paypal) use different return url
I have several paid subscriptions. I use paypal to collect the payment.
After a user make the payment, they should be directed to different pages. I think I need to change the following template. subscription_payment_paypal .... <input type="hidden" name="return" value="http://A.com" /> .... I should put something like Code:
<vb:if condition="$subscritionid==1"> <input type="hidden" name="return" value="http://B.com" /> <vb:elseif condition="$subscritionid==2" /> <input type="hidden" name="return" value="http://A.com" /> <vb:/if > |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|