I'm having trouble with the products which I'm adding in the "Best Sellers" list.
The links seem to go to the top of the page that the product is on and not the product itself. I've reverted the Standard Best Seller Item code back to the factory settings:
<actinic:variable name="ListIndex" />. <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&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" /> -->
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" >
(Ref: <actinic:variable name="ProductReference" />)
</actinic:block>
<!-- <actinic:variable name="PriceListRetail" /> -->
The url is http://www.dowelhurst.net
If you click on the Account Login box and use TEST as both the username and password to log in and see what's happening.
The links seem to go to the top of the page that the product is on and not the product itself. I've reverted the Standard Best Seller Item code back to the factory settings:
<actinic:variable name="ListIndex" />. <a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&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" /> -->
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" >
(Ref: <actinic:variable name="ProductReference" />)
</actinic:block>
<!-- <actinic:variable name="PriceListRetail" /> -->
The url is http://www.dowelhurst.net
If you click on the Account Login box and use TEST as both the username and password to log in and see what's happening.
Comment