Jump to content

Hide attributes on product page PS 1.7


spc

Recommended Posts

Hello
Im trying to hide some of the attributes that i dont whant to show on the page.
But dont now how to change, i now in 1.6 but not in the new 1.7.

Hope someone can help me.

Link to comment
Share on other sites

Hello i manage to fix it my self.

I add this code : {if $group.attributes|@count && $id_attribute_group != 4}
in my /Theme/templates/catalog/_partials/product-variants.tpl
right under {foreach from=$groups key=id_attribute_group item=group}

And it works...

  • Like 1
Link to comment
Share on other sites

2 hours ago, spc said:

Hello i manage to fix it my self.

I add this code : {if $group.attributes|@count && $id_attribute_group != 4}
in my /Theme/templates/catalog/_partials/product-variants.tpl
right under {foreach from=$groups key=id_attribute_group item=group}

And it works...

Good Job!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...