Announcement

Collapse
No announcement yet.

Linking to products from a fragment

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

    Linking to products from a fragment

    Hi There,

    I would like to be able to hard code the words VIEW MORE >> into a fragment.

    Please could someone tell me the link I need to add so when its generated by Actinic it goes to the same place as the image.

    I did have this
    <A HREF = %s?PRODREF=%s%s TARGET="%s">View More &gt;&gt; </A>
    but it does not work.

    Please help?

    Thank you

    Angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    the %s bits only work in the text areas of the application, where it places it itself. You need eithe the NETQUOTEVAR or write the full url of where the simple search ss00000x.pl script is and connect to the product using the products reference number.

    Grab the advanced user guide from the Actinic website as this will explain this for you in detail.

    Comment


      #3
      If the link is going to be in a fragment then why not just keep it simple and hard code in the following format:
      Code:
      !!<<a href="ProductSectionPage.html#aProductRef" >VIEW MORE &gt;&gt;<a>>!!
      Alternatively for a cgi link look at 'Adding to Cart from Anywhere on the Internet' in the AUG page 45.

      Comment

      Working...
      X