Hi,
I have set up my products with the 1 product per section set up and a compact product template with a link back to the full product description. I am now trying to make the image clickable so that this will also allow a link through to the main listing.
I have read several threads on this and thought I had followed them but it doesn't seem to work. Could any one have a look at it for me? Fresh eyes may see the problem in the code.
http://kmscameras.co.uk/acatalog/Ful...l_Cameras.html
My code in the template is:
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan ="3">
<table width ="100%" border="0" cellspacing = "0" cellpadding ="5">
<tr>
<td rowspan="2"> <a href="http://www.kmscameras.co.uk/cgi-bin/ss000001.pl?PRODREF=NETQUOTEVAR:PRODUCTREFERENCE&NOLOGIN=1">
NETQUOTEVAR:PRODUCTIMAGE </a></td>
<td colspan="2"><span class="actregular"><b><a name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</b></span></a><br />
<span class="actsmall">NETQUOTEVAR:PRODUCTDESCRIPTION</span></td>
<td><script language="Javascript">document.write(StockLevels(NETQUOTEVAR:STOCKLEVEL)) </script></td>
</tr>
<tr>
<td>NETQUOTEVAR:PRODUCTPRICE</td>
<td valign="top" align ="right" width ="70"> NETQUOTEVAR:PRODUCTQUANTITY</td>
<td>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</td>
</tr>
</table>
<HR>
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
Thanks,
Myles
I have set up my products with the 1 product per section set up and a compact product template with a link back to the full product description. I am now trying to make the image clickable so that this will also allow a link through to the main listing.
I have read several threads on this and thought I had followed them but it doesn't seem to work. Could any one have a look at it for me? Fresh eyes may see the problem in the code.
http://kmscameras.co.uk/acatalog/Ful...l_Cameras.html
My code in the template is:
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan ="3">
<table width ="100%" border="0" cellspacing = "0" cellpadding ="5">
<tr>
<td rowspan="2"> <a href="http://www.kmscameras.co.uk/cgi-bin/ss000001.pl?PRODREF=NETQUOTEVAR:PRODUCTREFERENCE&NOLOGIN=1">
NETQUOTEVAR:PRODUCTIMAGE </a></td>
<td colspan="2"><span class="actregular"><b><a name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</b></span></a><br />
<span class="actsmall">NETQUOTEVAR:PRODUCTDESCRIPTION</span></td>
<td><script language="Javascript">document.write(StockLevels(NETQUOTEVAR:STOCKLEVEL)) </script></td>
</tr>
<tr>
<td>NETQUOTEVAR:PRODUCTPRICE</td>
<td valign="top" align ="right" width ="70"> NETQUOTEVAR:PRODUCTQUANTITY</td>
<td>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</td>
</tr>
</table>
<HR>
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
Thanks,
Myles
Comment