B-219 Sec-55 Noida, India
+918010221733

Related product is not coming, upsell product is coming by default

1)appdesignfrontenddefaultmagikjewellerylayoutcatalog.xml
Change
<block type=”catalog/product_list_upsell” name=”product.info.upsell” as=”upsell_products” template=”catalog/product/list/upsell.phtml”>
                    <action method=”setColumnCount”><columns>4</columns></action>
                    <action method=”setItemLimit”><type>upsell</type><limit>4</limit></action>
                </block>
With
<block type=”catalog/product_list_related” name=”product.info.related”  template=”catalog/product/list/related.phtml” as=”related_products”>
         
</block>
2) appdesignfrontenddefaultmagikjewellerytemplatecatalogproductview.phtml
change
            <?php //echo $this->getChildHtml(‘upsell_products’) ?>     
With
<?php echo $this->getChildHtml(‘related_products’) ?>      

3)Go to admin
Catalog/manage product/add product/related product
Click on reset filter
Check the products you want to make related and save product.

(Visited 65 times, 1 visits today)

Leave a reply

You must be logged in to post a comment.