Announcement

Collapse
No announcement yet.

Netquotevar:productlinktext

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

    Netquotevar:productlinktext

    I am trying to modify the above netquotevar so that when I add a simple link to a product for a pdf brochure download I can add the target="_blank" attribute and also add a small pdf gif image.

    If I modify ID 1191 it also updates all the thumbnail HREF links to extended info which I don't want. Is there a way to just tweak the NETQUOTEVAR:PRODUCTLINKTEXT on its own using the simple link method?
    Last edited by kevster; 04-Oct-2005, 08:26 AM. Reason: no response
    seo company: web development - online marketing - actinic ecommerce

    #2
    bump bump....
    seo company: web development - online marketing - actinic ecommerce

    Comment


      #3
      Hi there

      Try Tracey G solution on the following thread: http://community.actinic.com/showthread.php?t=14538

      Kind Regards
      Nadeem Rasool
      SellerDeck Development

      Comment


        #4
        That doesnt really work for me as I need to only tweak the productlinktext netquotevar.

        I'm wondering if I can change just this somehow. If you look at http://www.tdic.whitehatmedia.com/ac...Equipment.html you can see the 'download PDF document' text link.

        Ideally I want to replace the text link with a button that does the same thing instead and opens a pdf in a new window.

        I have used the simple link method for a product as this will be easy for the client to implement as well. Or should I be using the advanced link option?

        Thanks, Kevin
        seo company: web development - online marketing - actinic ecommerce

        Comment


          #5
          Hi Kevin

          Ideally I want to replace the text link with a button that does the same thing instead and opens a pdf in a new window.
          The easiest way in achieving this would be putting the html coding within the full description using html expression. So in the full description of the product, you could put in the following

          Code:
          !!<
          <a href="filename.pdf" target="_blank"><img src="button.gif" border="0"></a> 
          >!!
          Then simply put the filename.pdf in "Advance | Additional Files".

          !!< and >!! tell Actinic where the html code starts and stops.

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            OK - many thanks
            seo company: web development - online marketing - actinic ecommerce

            Comment

            Working...
            X