Last active
August 29, 2015 13:57
-
-
Save code-poel/9373843 to your computer and use it in GitHub Desktop.
Using a Magento system configuration value to toggle layout.xml updates
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
<reference name="product_list"> | |
<!-- If the system configuration node "one_ul_product_list" is true, execute this action --> | |
<action method="setColumnCount" ifconfig="sample/config/one_ul_product_list"> | |
<columns>10000</columns> | |
</action> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment