Jump to content

How to show only specific attributes?


giulym

Recommended Posts

How can I call the attributes separately? I mean, in homepage I want only to show the color attributes. In category page and product.tpl color and radio attributes.
This don't work:

 {if(attributeValue.attributeType == "color", attributeValue.color, attributeValue.value)}

and even this:

    {if $group.attributes key=id_attribute_group item=group type="color"}

The result should be (with titles too):

Home
Choose your colors:
x x x x x

Product.tpl
Choose your colors:
x x x x x

Choose your sizes:
x x x x x

Choose your symbol:
x x x x x 

Link to comment
Share on other sites

  • 1 month later...

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...