codecycler/oc-customsortshopaholic-plugin

Custom sort your products for Shopaholic

dev-main 2021-04-14 13:17 UTC

This package is auto-updated.

Last update: 2024-04-14 21:28:27 UTC


README

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');