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');
-
BelousovII
Found the plugin not useful on 19 Jul, 2021
error: Class 'October\Rain\Database\Behaviors\Sortable' not found
-
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 |