I'm using a fragment to show all products in the site
In the fragment I place:
You can see the page here:
http://www.valeheritage.co.uk/acatal...re_ranges.html
Problem is, this has inserted a false product at the top with a quantity and add cart button and nothing else.
I can't find this empty product anywhere.
Any idea how I get rid of it?
In the fragment I place:
Code:
!!< <actinic:block type="EntireSectionList"> <actinic:block type="ProductList"> [ProductLayout] </actinic:block> </actinic:block> >!!
http://www.valeheritage.co.uk/acatal...re_ranges.html
Problem is, this has inserted a false product at the top with a quantity and add cart button and nothing else.
I can't find this empty product anywhere.
Any idea how I get rid of it?
Comment