Improved Sorting
v1.3.17

Getting Started

Welcome to the Improved Sorting documentation. Whether you are new or an advanced user, you can find some useful information here.

First of all, we recommend that you check the following link:

How to install the extension

How to install the extension Back up your store's database and web directory. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store. Copy the installation instructions from the page My Downloadable Products to...

Ranking Factors

Ranking Factors Ranking Factor is an internal functionality that is used to define the logic for scoring products in sorting criteria. You can find existing ranking factors or create new ones under System > Improved Sorting > Ranking Factors. Note ...

Formula ranking factor

Formula ranking factor The factor of the type formula calculates the sorting score based on the formula. The syntax of the formula is the same as the syntax of spreadsheet formulas. The formula should return a numeric result. Non-numeric results will be c...

Sorting Criteria

Sorting Criteria Go to System > Improved Sorting > Sorting Criteria. You will see the list of configured sorting options. If the list is empty, Magento will use the default sorting options. Here you can change the order of the criteria visible to u...

Sorting for Widgets

Sorting for Widgets The extension allows you to manage the sorting in Default Magento Widgets. How to add a new widget Open Content > Elements > Widgets > Add new In the Widgets options tab, choose Sorting Criteria in the Sort by field. ...

Debugging

Debugging To check the product position in the backend, use the Preview button when creating a Ranking Factor or Sorting Criteria. To check the product position in the frontend, use ?debug=sorting in the page URL. This allows you to see the score for eac...

Command Line Interface

Command Line Interface Usage: php -f bin/magento [options] mirasvit:sorting:reindex - reindex extension indexes as you would for the native Magento 2 command: indexer:reindex mst_sorting ...

How To

How To Contents How can I translate the sorting label to different languages? How can I set different sorting criteria for my categories? How can I translate the sorting label to different languages The extension uses the same logic for translations as...

How to upgrade extension

How to upgrade extension To upgrade the extension, take the following steps: Back up your store's database and web directory. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store. Run the command composer req...

Disabling the Extension

Disabling the Extension Temporarily Disable To temporarily disable the extension, please take the following steps: Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store. Run the command php -f bin/magento modu...

1.3.17

1.3.17 (2024-04-22) Fixed Adding a fallback sort order for products with the same sort metrics Stock status factor perfomance issue 1.3.16 (2024-02-26) Fixed Compatibility with phpoffice/phpspreadsheet version > 1.19 Attribute validation on formula...