Announcement

Collapse
No announcement yet.

How can I set my 'Related Product' links to go to the extended info pages?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I set my 'Related Product' links to go to the extended info pages?

    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 Related Products Item' or 'Mini Product Related Products 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 Product Related Products Item' layout - you need to replace both

    * click 'Apply'
    * update your site.
    Attached Files
Working...
X