Nhảy tới nội dung

Danh mục sản phẩm

Model ProductCategory nằm trong plugin sicommerce cung cấp các method thao tác với table danh mục sản phẩm

Model ProductCategory kế thừa từ SkillDo\Model\Model nên bạn có thể sử dụng các method của model cho ProductCategory như first, fetch, get, gets... Ngoài các method mặc định model ProductCategory còn cung cấp một số method bổ sung.

categoryType

Lấy toàn bộ danh mục sắp xếp theo thứ tự level

ProductCategory::select('id', 'name', 'level')->tree()

Lấy toàn bộ danh mục theo cây thư mục cha con

ProductCategory::select('id', 'name', 'level')->multilevel()

Lấy toàn bộ doanh mục theo cây thư mục dạng option

ProductCategory::select('id', 'name', 'level')->options()