Jump to content
  • 0

Wyświetlenie grupy klientów


mateusz_lm

Question

Witam,

chciałbym, aby każdy klient w "Moje konto" miał napisane do jakiej grupy klientów został przypisany.

 

Czy ktoś wie jaki kod powinienem wstawić, by taka informacja była pobierana?

 

Z góry dziękuję za pomoc.

 

Pozdrawiam!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

możesz wkleić taki kod do pliku my-account.tpl lub gdziekolwiek chcesz

{foreach Customer::getGroupsStatic(Context::getContext()->cookie->id_customer) as $group}
    {foreach Group::getGroups(Context::getContext()->cookie->id_lang) as $group_db}
    {if $group == $group_db.id_group}
        {$group_db.name} 
    {/if}
    {/foreach}
{/foreach}
  • Like 1
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...