Jump to content

Users default group available in templates...


Recommended Posts

I would like to style parts of the website depending on what default group the user is in. It does not bother me if it is done by the ID or the group name. I am looking to do things like:

{if $is_logged}
   {if $customer_id_default_group == '3'}
      This comes in a pack of 6
   {else}
      This comes in a pack of 1
   {/if}
{/if}

This variable will be need throughout the website.

Thanks

  

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...