PDA

View Full Version : Linking to products from a fragment


Angi
05-Jan-2007, 11:00 AM
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

I-CC
05-Jan-2007, 01:33 PM
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.

Duncan Rounding
05-Jan-2007, 02:06 PM
If the link is going to be in a fragment then why not just keep it simple and hard code in the following format:

!!<<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.