Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 324 Bytes

Setup

Just install the plugin and go to "Catalog -> Products -> Reorder products (list toolbar)"

Added sort options

  • custom
  • alphabetically

Custom sort

$obList = ProductCollection::make()->sort('custom');

Alphabetically sort

$obList = ProductCollection::make()->sort('alphabetically');