cancel
Showing results for 
Search instead for 
Did you mean: 

Layer Nav Customization

Layer Nav Customization

Hi,

I created a landing page that display collection of products with layer nav. What i am trying to id hide some of the layer nav filters for this page (e.g. color, gender).

I use this code:

<action method="setData">
    <instruction>hide_attribute_code</instruction>
    <value>273</value>
</action>

Also i tried attribute handle (e.g. attr_color, attr_gender), but no luck.

I wonder if it is the right code or even right solution for doing this?