Announcement

Collapse
No announcement yet.

Use customvar in product description?

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

    Use customvar in product description?

    Can I use the value of a product's CUSTOMVAR in the product description? I have the product's RRP assigned to a customvar RRP. Can I access this value within the html bits of my product description !!< ... >!! ??

    Thanks,
    simon walker
    Cult Pens

    #2
    I answered an almost identical question 3 days ago on this Forum.

    See http://community.actinic.com/showthr...&threadid=5965

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks for that. I had searched the forum but obviously not with the right keywords.

      simon
      Cult Pens

      Comment


        #4
        I can't seem to get this to work...

        In Act_ProductLine.html I have this:

        NETQUOTEVAR:PRODUCTFORMBEGIN
        <script language=JavaScript>
        <!--
        var rrp = 'NETQUOTEVAR:RRP';
        // -->
        </script>

        And in the Product Description I have this:

        !!<<script language=JavaScript>document.write(rrp);</script>>!!

        but all that appears on the page is the string literal
        NETQUOTEVAR:RRP

        Any ideas?

        Thanks,
        simon
        Cult Pens

        Comment


          #5
          You started this thread by asking about a Customvar. You probably should you be using

          CUSTOMVAR:RRP instead of NETQUOTEVAR:RRP

          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Ah - that would be it! Pay attention Walker.

            Thanks very much for the prompt reply,
            simon
            Cult Pens

            Comment

            Working...
            X