Hi I want to hide a color section by role I have three roles simple, VIP and admin. I have a shop width two grids one of the is not visible by the simple user using a visibility plugin I hide the category from VIP products I want to hide all the section. ¿Is there any possibility to hide a color section by PHP?
Hi wancora,
It’s not possible with the usual method.
The only workaround I could think (only possible if the Color Section is on top) is to use the ava_before_content_templatebuilder_page hook to insert a Color Section, then add conditions for it to show or not. Using a child theme is recommended for this tweak.
Best regards,
Nikko