Am using Smart Theme with "Product List with Horizontal Dividers"
I've looked at several ways of splitting my product lists and have decided that the best way forward is to insert Fragments with HTML code at the top and bottom of each sub section page linking to the next/previous sub section pages.
I have split the Bottom Fragment away from the ProductList in "Layout Code - Section Page with Section Name At The Top" as explained in the AUG and have now got:
ProductList (with FragmentLayout included for the top Fragment)
Section Fragment List (FragmentLayout only for the bottom Fragment)
The problem I have is that the bottom Fragment is underlined by multiple horizontal lines that increase with every product added to the page above - ie. If I have 8 products on a page I end up with 8 lines under the bottom Fragment.
I've had a look in the ProductList layout, the Fragment layout and various other places but can't find where they are being generated from.
I've looked at several ways of splitting my product lists and have decided that the best way forward is to insert Fragments with HTML code at the top and bottom of each sub section page linking to the next/previous sub section pages.
I have split the Bottom Fragment away from the ProductList in "Layout Code - Section Page with Section Name At The Top" as explained in the AUG and have now got:
ProductList (with FragmentLayout included for the top Fragment)
Section Fragment List (FragmentLayout only for the bottom Fragment)
The problem I have is that the bottom Fragment is underlined by multiple horizontal lines that increase with every product added to the page above - ie. If I have 8 products on a page I end up with 8 lines under the bottom Fragment.
I've had a look in the ProductList layout, the Fragment layout and various other places but can't find where they are being generated from.
Comment