codecycler/oc-customsortshopaholic-plugin

为Shopaholic自定义排序您的产品

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

This package is auto-updated.

Last update: 2024-09-14 22:31:23 UTC


README

只需安装插件,然后转到“目录 -> 产品 -> 重新排序产品(列表工具栏)”

添加排序选项

  • 自定义
  • 按字母顺序

自定义排序

$obList = ProductCollection::make()->sort('custom');

按字母顺序排序

$obList = ProductCollection::make()->sort('alphabetically');