Hi,
I have a problem with my also bought products. I have it set up so that i have 3 also bought products with each of my products. This is working fine but my problem is the links from these also bought items. The link for these is:
I need it to link to e.g. product1.html i am unsure how to this though. All my products are in sub sections so they all have .html pages but dont know how to link to them from these also bought items in the correct manner.
Cheers,
Adam
I have a problem with my also bought products. I have it set up so that i have 3 also bought products with each of my products. This is working fine but my problem is the links from these also bought items. The link for these is:
Code:
<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>">
Cheers,
Adam
Comment