461

Product support

Visit this product's website for support.

Categories

Sometimes you want to custom sort products in your shop. It let's you play with what products will be seen more often. This plugin let's you custom sort products right from the Shopaholic plugin.

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

Using October CMS sortable behavior now & ready for marketplace

Apr 14, 2021

1.0.2

Bugfix ProductItem::class

Apr 14, 2021

1.0.1

Added custom sort order column to the products table

Aug 13, 2020

1.0.0

Init plugin

Aug 13, 2020