Please can anyone shed light on this?
I've got a page working to show both the subsections child products on the top-level section page, lovely. But what I actually want it to do is only show the first 6 or so from that subsection. I can do both functions separately, but can't seem to marry them together.
My code to allow the child products onto the section page is as follows (hint/code from another post by NormalRouxel - Thanks for this) :
<actinic:block type="ChildSectionList" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%21%3d%20102" >
<actinic:variable name="ProductList" value="Product List With Horizontal Dividers" />
</actinic:block>
</actinic:block>
I've tried putting in the block if code <actinic:variable name="ListIndex" /> <= 6
round various levels of the child section list code snippet but don't get anywhere.
Advice rewarded with virtual choccies.
Thanks
I've got a page working to show both the subsections child products on the top-level section page, lovely. But what I actually want it to do is only show the first 6 or so from that subsection. I can do both functions separately, but can't seem to marry them together.
My code to allow the child products onto the section page is as follows (hint/code from another post by NormalRouxel - Thanks for this) :
<actinic:block type="ChildSectionList" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%21%3d%20102" >
<actinic:variable name="ProductList" value="Product List With Horizontal Dividers" />
</actinic:block>
</actinic:block>
I've tried putting in the block if code <actinic:variable name="ListIndex" /> <= 6
round various levels of the child section list code snippet but don't get anywhere.
Advice rewarded with virtual choccies.
Thanks