This commit is contained in:
Brandon Shipley 2025-03-27 02:21:49 -07:00
parent c453f23e8c
commit b1793ce48d
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 3 additions and 1 deletions

View File

@ -17,3 +17,5 @@ Products belong to ProductCategories, ProductCategories is hierarchical and belo
ProductCategoryAttributes belongs to ProductCategories and attributes are inherited from their parents up the category tree.
ProductCategoryAttributes can have many ProductCategoryAttributeOptions (constrained attributes)
You can either load the plugin with routes enabled to use default controller actions, or just use/extend the database structure and use your own controllers