silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

Whats the best way to assign a product categoory to more than one parent. #711

Closed am071092 closed 5 years ago

am071092 commented 5 years ago

Category1 | |------------SubCategoryA

Category2 | |------------SubCategoryA

Is this even possible in silverstripe?

wilr commented 5 years ago

Hi @am071092 in this case you could try using a VirtualPage to link the SubCategoryA pages and see if that works in this case otherwise and you'll need to work out some other way of storing your categories (perhaps 1 level of categories and tick Category1 and SubCategoryA for products. Products support being part of multiple categories.