Skip to content

mariuszsienkiewicz/category-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestaShop Category Sorter

Latest release Supported PrestaShop Version

Adds the ability in PrestaShop to sort subcategories of selected categories in ascending or descending order.

Usage

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.

Installation

From release

  1. Download the latest version of the module via the Releases page.
  2. Go to the administration panel of your PrestaShop webshop.
  3. In your administration panel, select the 'Modules' tab and then choose 'Upload a module'.
  4. Select 'Select file' and then upload the '.zip' file which you downloaded earlier.

Create a module from the source code

  1. Go to the modules folder.
  2. Clone this repository into the folder named cscategorysorter.
  3. Get into this folder and run the following command:
composer dumpautoload
  1. Go to the module catalog in the administration panel, find this module and click install.

Reporting issues

You can report issues in the repository of this module. Click here to report an issue.