View Single Post
  #2  
Old 01-20-2005, 08:47 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

This segment of code is from my wholesale tools mod.

Edit include/check_useraccount.php towards the bottom of the file where
the other smarty->assign's are add the following:
Code:
$smarty->assign("user_membership",$user_account["membership"]);

Then use:

Code:
{if $user_membership eq "Wholesale"} content {/if}
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote