Hi good people of the forum
I have our test site nearing completion at www.fakemast.com,
On some products I have created a "fake" main product so that we can have stock control using permutations. I have given these a product reference number with a plus at the end eg (9330+)
Unfortunately this seems to have killed the link in the new products list (and also in the related product lists.)
I don't know whether its the + thats causing the problem or the fact that I have hidden all product references with a plus on them on the product pages.
Heres the code in the bestsellers list
Any suggestions gratefully recieved
Thanks Chris
I have our test site nearing completion at www.fakemast.com,
On some products I have created a "fake" main product so that we can have stock control using permutations. I have given these a product reference number with a plus at the end eg (9330+)
Unfortunately this seems to have killed the link in the new products list (and also in the related product lists.)
I don't know whether its the + thats causing the problem or the fact that I have hidden all product references with a plus on them on the product pages.
Heres the code in the bestsellers list
HTML Code:
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductID" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>"><Actinic:Variable Name="ProductName"/></a> <!-- <actinic:variable name="ProductImageLayout" /> --> <img style="border: 0;" src="<actinic:variable name="ProductImageFileName" />" width="75" alt="<actinic:variable name="ProductName" encoding="strip"/>" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22Show%20Part%20Number%22%20%2f%3e" > (Ref: <actinic:variable name="ProductReference" />) </actinic:block> <!-- <actinic:variable name="PriceListRetail" /> -->
Thanks Chris
Comment