/magento-append-user-group-class-to-body

Magento 1 module to append class to html body element based on active user group

Primary LanguagePHP

Magento 1 - Append user group class to body element

Magento 1 module to append class to html <body> element based on active user group.

When user is logged in, <body> gets class group-[user-group-code], if user is guest, the class added is group-not-logged-in.

Installation

Just merge the folder into your Magento installation root folder.