Dominik

Results 203 comments of Dominik

The solution would be to have a Cart Price Rule Action that can have conditions for products to be applied on. So basically apply 10% only on Product A.

see https://github.com/coreshop/CoreShop/issues/1752

1. Defaulting to a tax-rule is not really possible, since you could potentially have a lot of rules. You can solve that in your project with pre-add event-listeners. 2. It...

The default-values as Pimcore uses them, work only for within Pimcore Backend UI, not API wise. If we make a solution we make it good and not half thought thru....

please also fix tests, I will not merge it it they fail

Note there is more than one product in the cart, product "Voucher" DOES NOT have a TaxRule applied, so Gross=Net there. Discount applied to the Cart are calculated like: |...

The link you provided states both are valid calculations: based per item-unit, or based per item-total. It depends on the company and/or the ERP System. Some calculate it per unit,...