DE
Asked
Hi Team - I am looking to add a 3rd level category in the SHOP and in SMA. This will effect the SMA as I need ‘category_id’, ‘subcategory_id’ and ‘subsubcategory_id’ into the products table (maybe, can probably keep it as sub category but would be several multidimensional arrays on the add or edit products methods. either way, can you help with that? or point me in the right direction?
- MSAnswered
Hello,
No. SMa don’t have option for cartegory and subcategory.
The easy way will be added child category id (subsubcategory_id) to categories and products table and use that.
The better way but will need a lot modification would be by setting morph relationship of child parent same as in MPS.
Thank you
- Login to Reply