Skip to content

Instantly share code, notes, and snippets.

@hannesme
Last active December 10, 2015 22:28
Show Gist options
  • Save hannesme/4502198 to your computer and use it in GitHub Desktop.
Save hannesme/4502198 to your computer and use it in GitHub Desktop.
Magento: Change Category Products Sort Order via Layout
<catalog_category_default>
<reference name="product_list">
<action method="setDefaultDirection">
<dir>DESC</dir>
</action>
</reference>
</catalog_category_default>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment