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?