Skip to content

Instantly share code, notes, and snippets.

@code-poel
Last active August 29, 2015 13:57
Show Gist options
  • Save code-poel/9373843 to your computer and use it in GitHub Desktop.
Save code-poel/9373843 to your computer and use it in GitHub Desktop.
Using a Magento system configuration value to toggle layout.xml updates
<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