When you look at the related product code:
the "more information" [LINK] is coming from the original related product description.
the "buy online" link is coming from the following 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>"><font size="2">Buy online</font></a></p>
Hence it seems to search for the product and display the 'PRODUCT' not its descriptive section, much like the search facility.
There must be a way around this somewhere.
the "more information" [LINK] is coming from the original related product description.
the "buy online" link is coming from the following 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>"><font size="2">Buy online</font></a></p>
Hence it seems to search for the product and display the 'PRODUCT' not its descriptive section, much like the search facility.
There must be a way around this somewhere.
Comment