The following is possible only if you do not use customer accounts in your store:
* click on the 'Design' tab
* highlight a product in the content tree that has related products listed
* in the 'Preview Pane' click on a related product link
* this should load the relevant layout in the 'Layout Code' window (either 'Standard Product Also Bought Item' or 'Mini Also Bought Item')
* search for:
<a href
* you should see:
* replace the above code with:
<a href="<actinic:variable name="ExtendedInfoPageName" />">
Note that it appears twice in the 'Mini Also Bought Item' layout - you need to replace both
* click 'Apply'
* update your site.
* click on the 'Design' tab
* highlight a product in the content tree that has related products listed
* in the 'Preview Pane' click on a related product link
* this should load the relevant layout in the 'Layout Code' window (either 'Standard Product Also Bought Item' or 'Mini Also Bought Item')
* search for:
<a href
* you should see:
* replace the above code with:
<a href="<actinic:variable name="ExtendedInfoPageName" />">
Note that it appears twice in the 'Mini Also Bought Item' layout - you need to replace both
* click 'Apply'
* update your site.