codecycler/oc-customsortshopaholic-plugin

Custom sort your products for Shopaholic

Maintainers

Package info

github.com/codecyclernl/oc-customsortshopaholic-plugin

Type:october-plugin

pkg:composer/codecycler/oc-customsortshopaholic-plugin

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-15 01:54:06 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');