I want to add a fragment to my main catalog homepage. The fragment works fine on the main home page and i've just duplicated it and added it to the catalog tree. The problem arises when I try to add the layout code to the Section Page with Section Name layout. Using the <actinic:variable name="BrochureFragmentList" /> or <actinic:variable name="FragmentLayout" /> the fragment doesn't display (it is set to visible) and placing it anywhere else within the layout I get coding errors come up :
1) The 'FragmentImageFileName' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
2) The 'FragmentTitle' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
3) The 'FragmentImageWidth' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
4) The 'FragmentImageHeight' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
Where should I be putting it and which layout can I use within the product categories? We're using them for promo banners and product information
Thanks in advance
1) The 'FragmentImageFileName' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
2) The 'FragmentTitle' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
3) The 'FragmentImageWidth' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
4) The 'FragmentImageHeight' variable has been placed within the 'Standard Fragment Image' layout, but it won't work there.
Where should I be putting it and which layout can I use within the product categories? We're using them for promo banners and product information
Thanks in advance
Comment