codecycler/oc-customsortshopaholic-plugin

Custom sort your products for Shopaholic

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 1

Type:october-plugin

pkg:composer/codecycler/oc-customsortshopaholic-plugin

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

This package is auto-updated.

Last update: 2025-09-15 00:46:16 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');