I am trying to insert a full section list of products in the current section at the bottom of every Extended Info page. Logically I tried inserting the following at the bottom of the Extended Info layout:
<actinic:variable name="ProductList" />
... however this causes a coding error "The selector 'ExtendedInfoPageDesign' is recursively used". In the Actinic preview window the product list does appear perfectly formatted where it should, on the Extended Info page. However, when previewing the site in the browser it does not appear. Presumably this is due to the coding errors.
Is it possible to correct the coding error, or is there perhaps another method of achieving this? I can't seem to find any methods in the advanced guide or forums, and the current abundance of white space in our Ext. Info pages is not good at all for SEO/marketing.
Any suggestions would be much appreciated.
Cheers,
Matt
<actinic:variable name="ProductList" />
... however this causes a coding error "The selector 'ExtendedInfoPageDesign' is recursively used". In the Actinic preview window the product list does appear perfectly formatted where it should, on the Extended Info page. However, when previewing the site in the browser it does not appear. Presumably this is due to the coding errors.
Is it possible to correct the coding error, or is there perhaps another method of achieving this? I can't seem to find any methods in the advanced guide or forums, and the current abundance of white space in our Ext. Info pages is not good at all for SEO/marketing.
Any suggestions would be much appreciated.
Cheers,
Matt
Comment