Splitting attributes or components
Is there any way you can split either components or attributes so that you can display them in a different place?
For instance you have two components, or attributes let's call them Colour and Size
if I place the code in an additional place, I will then have both sets duplicated.
So what I am after is something like this.
Position one
Show component Colour
Hide component Size
Position two
Hide component Colour
Show component Size
In my head I'm after using a blockif based on attribute name, but it then blocks both.
Any ideas?
Is there any way you can split either components or attributes so that you can display them in a different place?
For instance you have two components, or attributes let's call them Colour and Size
if I place the code in an additional place, I will then have both sets duplicated.
So what I am after is something like this.
Position one
Show component Colour
Hide component Size
Position two
Hide component Colour
Show component Size
In my head I'm after using a blockif based on attribute name, but it then blocks both.
Any ideas?