X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   $user_membership (https://forum.x-cart.com/showthread.php?t=12511)

cherie 05-10-2006 11:59 AM

Quote:

Originally Posted by xgarb
yep it's add

Code:

$membership_ac = $user_account['membership'];
$smarty->assign("membership_ac",$membership_ac);


to your php ie product.php

I do this in include/check_useraccount.php so it's available everywhere, and you can do it in one line:
Code:

$smarty->assign("user_membership",$user_account['membership']);


All times are GMT -8. The time now is 02:20 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.