View Single Post
  #8  
Old 04-17-2006, 07:06 PM
 
greg@3legs.com.au greg@3legs.com.au is offline
 

Newbie
  
Join Date: Apr 2006
Location: Australia
Posts: 5
 

Default ==>> Managed to fix it <<==

I managed to find a fix. The problem is at the "read" end, that is, the wrong variable is being compared in the "if" statements. The code should be:

{if $login ne "" and $user_membership eq "Wholesale"} ............... {/if}

instead of:

{if $login ne "" and $userinfo.membership eq "Wholesale"} ............... {/if}

This worked for me.
__________________
GR_AB_76
Using Version 4.0.15
Reply With Quote