Skip to content

Instantly share code, notes, and snippets.

@EdwardIII
Created October 26, 2012 14:24
Show Gist options
  • Save EdwardIII/3959119 to your computer and use it in GitHub Desktop.
Save EdwardIII/3959119 to your computer and use it in GitHub Desktop.
<catalog_product_view><!-- product view -->
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
<!-- <reference name="my-related-products">
<update handle="catalog.product.related" />
</reference> -->
<update handle="my_related_products" />
</catalog_product_view>
<my_related_products>
<reference name="root">
<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
</reference>
</my_related_products>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment