==>> 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
|