I wish/need to call a number of Actinic variables on some non-Actinic webpages. I've seen some pages in the Advanced Guide on how to have the checkout pages appear elsewhere on the internet, but nothing that is generic. (This is to get some multi-level static information pages about products / services, with a similar "look and feel" to the shop, where there's not enough space to have these in brochure pages or similar.)
I've placed
<script language="JavaScript src="../acatalog/Act_section_tree.js"></script>
<script language="JavaScript" src="../acatalog/actiniccore.js"></script>
<script language="JavaScript" src="../acatalog/actinicextras.js"></script>
in the <head>.
Is it just a matter of placing a path for the <actinic:variable value='something" name='Something" />? And is there something similar for an <actinic:block if....> ?
I've searched the forum, and other resources but without success, and Support say they don't have anything. Grateful for advice and suggestions.
Thanks
I've placed
<script language="JavaScript src="../acatalog/Act_section_tree.js"></script>
<script language="JavaScript" src="../acatalog/actiniccore.js"></script>
<script language="JavaScript" src="../acatalog/actinicextras.js"></script>
in the <head>.
Is it just a matter of placing a path for the <actinic:variable value='something" name='Something" />? And is there something similar for an <actinic:block if....> ?
I've searched the forum, and other resources but without success, and Support say they don't have anything. Grateful for advice and suggestions.
Thanks
Comment