Created
June 24, 2016 16:17
-
-
Save dfelton/23da99a4de20fe33c1822bf4d6fd5227 to your computer and use it in GitHub Desktop.
Quick Reference guide for common (or not so common) layout XML instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Each file below refers to the layout handle it may typically apply to. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <catalog_product_view> | |
| <!-- START: Moving "Reviews" to end of the tabbed items on the product page --> | |
| <reference name="product.info"> | |
| <action method="unsetChild"><child>reviews</child></action> | |
| <action method="append"><child>product.reviews</child></action> | |
| </reference> | |
| <reference name="product.reviews"> | |
| <action method="addToParentGroup"><group>detailed_info</group></action> | |
| </reference> | |
| <!-- END: Moving "Reviews" to end of the tabbed items on the product page --> | |
| </catalog_product_view> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment