Adds the ability in PrestaShop to sort subcategories of selected categories in ascending or descending order.
This module will add its own tab in the catalog tab. Here you can select the parent category (you can select multiple at one time), choose the sort order, and click the save button. The module will do the rest of the work.
- Download the latest version of the module via the Releases page.
- Go to the administration panel of your PrestaShop webshop.
- In your administration panel, select the 'Modules' tab and then choose 'Upload a module'.
- Select 'Select file' and then upload the '.zip' file which you downloaded earlier.
- Go to the modules folder.
- Clone this repository into the folder named
cscategorysorter
. - Get into this folder and run the following command:
composer dumpautoload
- Go to the module catalog in the administration panel, find this module and click install.
You can report issues in the repository of this module. Click here to report an issue.