An open API service indexing awesome lists of open source software.

https://github.com/fballiano/openmage-category-sort-direction

Allows you to decide the product sorting direction on category pages
https://github.com/fballiano/openmage-category-sort-direction

Last synced: about 1 month ago
JSON representation

Allows you to decide the product sorting direction on category pages

Awesome Lists containing this project

README

        

Magento Category Sort Direction
===============================

Allows you to decide the product sorting direction on category pages.

If you find my work valuable, please consider sponsoring

Sponsor me on GitHub
Buy me a coffee
Donate via PayPal

About
-----

By default in Magento, for every category, you can chose on which product attribute the product collection should be sorted.
The problem is that you cannot choose the sorting direction.
This module adds a category attribute (check the "Display Settings" tab) and rewrites catalog/product_list block in order to manage the default sorting direction.

Backup!!!
---------
This module is provided "as is" and I'll not be responsible for any data damage.

Installation
------------

Simply download the whole repository and copy everything to your Magento document root.
Otherwise with modman:
```shell
modman clone https://github.com/fballiano/openmage-category-sort-direction
```

Compatibility
-------------
This module was developed on Magento CE 1.9.
If you have a different version of Magento and the module is working please drop me a line so I can update this compatibility list.

Support
-------
If you have any issues with this extension, open an issue on GitHub.

Contribution
------------
Any contributions are highly appreciated. The best way to contribute code is to open a
[pull request on GitHub](https://help.github.com/articles/using-pull-requests).

Developer
---------
Fabrizio Balliano
[http://fabrizioballiano.com](http://fabrizioballiano.com)
[@fballiano](https://twitter.com/fballiano)

Licence
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Copyright
---------
(c) Fabrizio Balliano