I'm trying to create a section called "ALL" where it shows all products.
I did create the top section, then added a fragment and placed code inside:
!!<
<actinic:block type="EntireSectionList">
<actinic:block type="ProductList">
[ProductLayout]
</actinic:block>
</actinic:block>
>!!
as per previous Norman's post.
Now the products appear as inside the "Product Page" and not as inside the "Section page".
I attach how I want them to show and how they are currently showing.
How do i add a Section list or something that products appear three per line on this "ALL" section?
Thanks...
I did create the top section, then added a fragment and placed code inside:
!!<
<actinic:block type="EntireSectionList">
<actinic:block type="ProductList">
[ProductLayout]
</actinic:block>
</actinic:block>
>!!
as per previous Norman's post.
Now the products appear as inside the "Product Page" and not as inside the "Section page".
I attach how I want them to show and how they are currently showing.
How do i add a Section list or something that products appear three per line on this "ALL" section?
Thanks...
Comment