Question

I'm having trouble moving the related products block to a specific area on my view page.

I'd like to move the block right above the easy-tabs but when I try to specify either above=Mage_Catalog_Block_Product_View_Additional it appears as the header and if I use * bellow=Mage_Catalog_Block_Product_View_Media" * it appears bellow the easytabs extension.

Here is a snippet of my catalog.xml:

            <block type="catalog/product_list_related" name="catalog.product.related" befo="Mage_Catalog_Block_Product_View_Additional" template="catalog/product/list/related.phtml"/>
    </reference>
  <reference name="right">
        <!--<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>-->
    </reference> 
</catalog_product_view>

Desired Result

enter image description here

How can I move the related products block above the easy tabs extension (or Product_View_Additional block)?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top