editing shop filters
-
how can i change the shop filters with other filters, i mean the color and size and length, how to add to and delete from them.
-
@alfalah-company maybe this link can help you out
https://bagisto.com/en/how-to-create-product-attribute-in-bagisto/ -
Right Now, we have provided a feature that every category has its own filters which you need to select while creating or editing. (https://prnt.sc/oqcxgv)
Only select type of attribute can be Filterable Attribute and you need to set yes in Use in Layered Navigation field while creating and updating attribute. (https://prnt.sc/oqcyb0)
Thanks
-
i cant find that accordion that you toke a screen shot of it i.e filterable attributes in the create category section, i downloaded the last beta and i also don't find it.
-
i can show new filters as in the tut that @ghermans linked but i can't specify in which categories that filter will appear there is no link between categories and attributes
-
After taking pull from master branch, you have to run 'php artisan migrate' command then a new table will be created name as 'category_filterable_attributes' and it will store filterable attribute of category.
Thanks