Announcement

Collapse
No announcement yet.

How can I set the 'Also Bought' links in the cart to go to the extended info pages?

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

    How can I set the 'Also Bought' links in the cart to go to the extended info pages?

    The following relies on SellerDeck generating the extended info page names (ie info_productreference.html) and also will not work with customer accounts as it no longer uses the search script to determine if a customer is logged in or not:

    * go to the 'Design' menu and select 'Library'
    * on the 'Layouts' tab, expand the 'Also Bought Items in Shopping Cart' group (click the '+)
    * double-click on the 'Also Bought Items in Shopping Cart' layout to edit it
    * search for:

    <a href

    * you should see:



    (around line 16 on a default layout)

    * replace this line with:

    <a href="info_<actinic:variable name="ProdRef" />.html"><Actinic:Variable Name="ProductNameOnline"/></a>

    * click 'Apply' and 'OK'
    * close the Library and update your site.
Working...
X