mateusz_lm Posted June 15, 2016 Share Posted June 15, 2016 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 More sharing options...
0 vekia Posted June 15, 2016 Share Posted June 15, 2016 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} 1 Link to comment Share on other sites More sharing options...
0 mateusz_lm Posted June 15, 2016 Author Share Posted June 15, 2016 Super, bardzo dziękuję! Link to comment Share on other sites More sharing options...
Question
mateusz_lm
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now