Hi this is what is in my Layout Code: standard new products item:
<a href="<actinic:variable formatting="font(Color|ffffff)" name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductID" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable formatting="font(Color|ffffff)" name="ShopID" /></actinic:block>"><actinic:variable formatting="font(Color|ffffff)" encoding="actinic" name="ProductName" /></a>
This outputs to this address:
http://www.stylishwhisky.com/acatalo...F=23&NOLOGIN=1
which obviously only exists in a multidimensional chickens head.
Stripping out the addded in Actinic hoo ha we get this:
http://www.stylishwhisky.com/cgi-bin...F=23&NOLOGIN=1 which is the 'new' product that should be linked to. Though for some reason it doesn't work from here!!
What the feck is going on here? Why is Actinic putting in this extraneous code to all the prodcuts listed in my new products sidebar?
Pearls most welcome
Cal
<a href="<actinic:variable formatting="font(Color|ffffff)" name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductID" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable formatting="font(Color|ffffff)" name="ShopID" /></actinic:block>"><actinic:variable formatting="font(Color|ffffff)" encoding="actinic" name="ProductName" /></a>
This outputs to this address:
http://www.stylishwhisky.com/acatalo...F=23&NOLOGIN=1
which obviously only exists in a multidimensional chickens head.
Stripping out the addded in Actinic hoo ha we get this:
http://www.stylishwhisky.com/cgi-bin...F=23&NOLOGIN=1 which is the 'new' product that should be linked to. Though for some reason it doesn't work from here!!
What the feck is going on here? Why is Actinic putting in this extraneous code to all the prodcuts listed in my new products sidebar?
Pearls most welcome
Cal
Comment