Hi, how would I (or is it even possible) to display my top level responsive product page on my brochure home page. I did find a similar question but for V7 so not really relevant now.
Many thanks.
Many thanks.
<actinic:variable name="BrochureFragmentList" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e"> <actinic:block type="toplevelsectionlist"> <actinic:variable name="SectionLink" value="Full Section Link" /> </actinic:block> </actinic:block>
Comment