View Single Post
  #13  
Old 12-27-2011, 09:49 PM
 
smek smek is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 54
 

Default Re: if/then for wholesale customers...

this is great stuff...and

{if $user_account.membershipid eq 0}
... no membership ...
{elseif $user_account.membershipid eq 9}
... specific membership ...
{/if}

works on product pages but when on homepage the
$user_account.membershipid
doesnt exist when looking at the variables in webmaster mode.

I've spent hours on this already...can't seem to get a module to ONLY SHOW if a user is logged in with a membership level.

Please help, i'm using 4.4.3
__________________
xcart 4.5.2
Reply With Quote