Jump to content

My account group mod


Recommended Posts

Put the following code in my-account.php:

$group = new Group(intval($cookie->id_group), intval($cookie->id_lang));

if (Validate::isLoadedObject($group))
   $smarty->assign('group_name', $group->name);



Then you can use the following in my-account.tpl to display the customer's group name:

{$group_name}

Link to comment
Share on other sites

×
×
  • Create New...