Position Based Sorting

This feature is used for arranging/categorizing the products under a criterion.

Types of Sorting:

  1. Price (Low to High)
  2. Price (High to Low)
  3. Name (Ascending to Descending)
  4. Name (Descending to Ascending)
  5. Position (Ascending to Descending)
  6. Position (Descending to Ascending)


image5-1-142x300


image3-2-142x300

Price (Low to High) : The products will be sorted in a way that the lower amounts will be at the top of the list. Sorting will be done in smallest to largest.

Price (High to Low) : The products will be sorted in a way that the higher amounts will be at the top of the list. Sorting will be done in largest to smallest.

Name (Descending to Ascending) : The sort of the products will be alphabetical from Z to A.

Name ( Ascending to Descending) : The sort of the products will be alphabetical from A to Z.

Position Based Sorting :

This Attribute has been implemented as a default feature in the backend.We need to assign a unique number for each and every product.
image2-1-142x300

Navigation

Catalog >> Products >> Select a Product >> Product Position >> Enter the position numbe

image1-16-300x119

 

A.Position (Ascending to Descending)

The products will be sorted in a way that the lower position number  will be at the top of the list. Sorting will be done in smallest to largest

 

B.Position (Descending to Ascending)

The products will be sorted in a way that the higher position number  will be at the top of the list. Sorting will be done in largest to smallest.

Note: The Product sorting Flag has to be enabled, in order to enable to Position sorting in the Mobile End.