Announcement

Collapse
No announcement yet.

Extended product information

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Extended product information

    I have two questions regarding the above...

    1. Can this be displayed as "extra content" within your product information page?

    2. When I enter it, within the tab in Actinic, can I add HTML/Javascript into the text box?

    Thanks

    #2
    1) Just add NETQUOTEVAR:INFOTEXT to your Product Template and that's that.

    2) Yes. See the Actinic Help for "Embedding HTML".
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      embedding html in product info

      Thanks Norman,

      Just for clarifcations sake, are we talking about adding html within the attached?

      Thanks
      Attached Files

      Comment


        #4
        You can embedd HTML within the Description field (either main product or Extended Info). Just surround it with !!< and >!!

        E.g.

        The grass is !!<<font color="green">GREENER</font>>!! on the other side of the hill.

        And you can of course embed JavaScript.

        E.g.

        You are viewing page
        !!<
        <script language=JavaScript>
        <!--
        document.write(location.href);
        //-->
        </script>
        >!!
        just now.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X