View Single Post
  #9  
Old 11-01-2012, 05:06 PM
 
K-VAR K-VAR is offline
 

Member
  
Join Date: Oct 2005
Posts: 12
 

Default Re: Remove Buy Now button.

Quote:
Originally Posted by cherie
Correct, it is not present. Add this towards the bottom of include/check_useraccount.php:
Code:
$smarty->assign('user_membershipid',$user_account['membershipid']);
The smarty variable will be {$user_membershipid}.

Has anything changed in Version 4.5.3?

We are modifying as suggested above, but there is still no data in the smarty tag.

Is there any particular place in the PHP file that the assignment line needs to be added?

Thank you
__________________
Version 4.3.2
Version 4.4.3
Version 4.4.5
Version 4.5.3
Version 5.3.x
Version 5.4.x
Reply With Quote