Announcement

Collapse
No announcement yet.

related products in right sidebar

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

    related products in right sidebar

    can somebody tell me how to get the related products to display in the right sidebar in v9 please?

    thank you very much.

    #2
    Where are they at the moment?
    What theme are you using?
    What's the URL?
    etc. etc.

    Comment


      #3
      presumably you have single product pages as related is product oriented only

      Comment


        #4
        sorry folks, more info here.....

        actinic v9 using smart theme, 1 product per page, related products currently showing underneath the main product. i want to do away with 'new products' from the right column and replace it with related products. you can see the current setup at http://www.polesandtracks.co.uk/acat..._Pole_Set.html

        thanks for your help, it's much appreciated.

        Comment


          #5
          Even if you have more than one product per page, you could display all their Related Products in the sidebar.

          Two steps are needed.

          1) Delete the ProductRelatedProductsList from your product layout.

          2) Put the following into your Sidebar.
          Code:
          <actinic:block type="ProductList">
          	<actinic:block type="RelatedProductsList">
          		<actinic:variable name="ProductRelatedProductsItem" />
          		<br/>
          	</actinic:block>
          </actinic:block>
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            thank you very much norman, it works perfectly

            Comment

            Working...
            X