Is there a way I can 'php include' or similar section fragments into a product page of a product in the same section using the <actinic:variable name="FragmentAnchor" /> of the fragment?
Thank you.
Thank you.
<div id="include<actinic:variable name="FragmentAnchor" />"> <actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentImageFileName%22%20%2f%3e%20%21%3d%20%22%22"> <actinic:variable formatting="div,style|set-right" name="FragmentImage" /> </actinic:block> <actinic:variable name="FragmentVideo" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20!=%20%22%22" > <a name="<actinic:variable name="FragmentAnchor" />"></a> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentTitle%22%20%2f%3e%20%21%3d%20%22%22"> <actinic:variable formatting="h2" name="FragmentTitle" /> </actinic:block> <actinic:variable formatting="div,style|fragment-text" name="FragmentText" /> </div>
<div id="fragmentstuff"></div> <script> $( "#fragmentstuff" ).load( "Childrens-Earrings.html #includea50" ); </script> </div>
Comment