Jump to content

Display message when prices are hidden for a customer group


Recommended Posts

  • 1 year later...

I would go for adding a new module, hooking it to displayHeader and have it assign the current customer group, then in the template use the variable around the price, like

{$if my_customer_group == 0}
show login message
{else}

sho price

{/if}

 

 

but I see you already did it in the list, can you confirm it works as you need? If so can you share your solution?

Link to comment
Share on other sites

×
×
  • Create New...