Categories: Magento

How To Show Related products on product page in Magento.?

Get Related products on product page in Magento.

In Magento product view page there is complete information with image, features, technical specification and description .If you want to show related products on product view page after short description then you need to follow the below steps to get the desired result.


Step 1:- Open catalog.xml file from location (navigate to the app/design/frontend/default/yourtheme/layout/ catalog.xml page) or you can find this file catalog.xml page open  in your editor .


Step 2:-Now search for the catalog_product_view section in catalog.xml file and find the following code.

<block type="catalog/product_list_related" name="catalog.product.related" as="related"
 template="catalog/product/list/related.phtml"/>

and replace with the below code to get related products accordingly.

<reference name=“content”>

<block type=“catalog/product_view” name=“product.info” 
template=“catalog/product/view.phtml”>
<block type=“catalog/product_list_related” name=“catalog.product.related” 
as=“related” template=“catalog/product/list/related.phtml”/>
</block>

</reference>

Step 3:- Now navigate to view.phtml ( located at app/design/frontend/default/your_custom_theme/template/catalog/product/view.phtml) and add the given below code in the desired position where you want to display the related product block in the product view page.

<?php
 echo $this->getChildHtml('related'); 
?>

Step 4:-   Please Clear Your Cache From Admin Panel To See All Changes respectively.


Rohan pathak

Recent Posts

Modern Toys, Magical Moments: Why the Best Toy Shop in Noida Is More Than Just a Store

When it comes to children, there’s one universal truth: the right toy can spark imagination, build skills, and make memories…

6 months ago

Rediscovering Joy: A New Era of Creativity & Comfort in Toy Stores

In today’s digital age, where screens and gadgets dominate our children’s lives, there’s something heartwarming about a well-loved plush toy…

6 months ago

Unboxing Imagination: Discovering the Joy of Play at a Toy Store in Noida

In a world dominated by screens and fast-paced routines, it’s easy to forget the simple magic of a toy in…

6 months ago

Imagination Unboxed: Discover Joy at the Toy Shop in Delhi

In the heart of Delhi’s vibrant streets lies a world where imagination meets innovation — the magical universe of toys.…

6 months ago

Play with Purpose: Discovering the Ultimate Toy Store in Noida

When was the last time a toy truly amazed you—not just as a product, but as a thoughtful tool for…

6 months ago

From Tears to Toys: Exploring Modern Childhood through Delhi’s Favorite Toy Shop

In the digital age, the way we experience childhood has changed, but the essence remains the same—imagination, exploration, and joy.…

7 months ago