On 7/6/2019 at 12:02 PM, siomosp said:Hi.
where i have to put the code at PS 1.7.5.2
Did you manage to find out to hide the attributes in 1.7.5
I add this code in my /Theme/templates/catalog/_partials/product-variants.tpl
right under {foreach from=$groups key=id_attribute_group item=group}.
{if $group.attributes|@count && $id_attribute_group != 4}
4 is the attributes nr i whant to remove from the product page.
And you need to add one more {/if} to close the if code.