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

configure cascade_duplicate and cascade_delete for products #802

Open wernerkrauss opened 12 months ago

wernerkrauss commented 12 months ago

E.g. a Product should also delete/duplicate its ProductVariations, the image etc...

Use named params for better customisation

Also go through other silvershop modules and look where cascade_* can be useful

Document how to configure duplications; e.g. reset some fields before duplication in an extensionssonBeforeDuplicate()`