dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Option to disable product merge check #190

Open lbw-dynamicweb opened 2 weeks ago

lbw-dynamicweb commented 2 weeks ago

When adding a product to the cart, DW checks if this product is already in the cart. This check compares (among other things) product id, language(?), variant, unit and custom fields. For some solutions e.g. the custom fields are not used to separate different products but only for additional information to the ERP system integration. In such case it is not a wanted behaviour to have the same product as two lines in the cart, and we have to implement a code snippet to circumvent this.

I would suggest an option per shop, so it is possible to enable/disable the parameters for the compare functionality.