Quote:
Originally Posted by stamos2003
it's still not working?! 
I replaced everything and redid everything....
|
Do you have a template called vbcoupons Templates >> vbCoupons_couponbit
when you install the product?
And a Plugin under hook called paidsub_complete with the content:
Code:
$user_coupon_name = get_coupon();
eval('$couponbit .= "' . fetch_template('vbCoupons_couponbit') . '";');
And $couponbit at the bottom of your Paid Subscription Templates >> subscription template
And have a subscription set in your Paid Subscriptions - Subscription Manager.
Because if you have those four things there's absolutely no reason the template would not show on your payments.php page.
Since you didn't mention getting a white screen on your payments.php after doing the file edit, the rest of the code besides the couponbit is fine.