Page 1 of 1

Discounts without tax/MwSt.

Posted: 08 Apr 2025, 08:40
by Gerste
Hi all,
I am running a webshop for fishing baits with phoca cart version 4.0.11.
Unfortunately I have a problem with setting up discounts for individual products - or not the setting up is the problem but the result.
I want that the "endprice" of each product is reduced by 1 Euro, if the customer buys 2 of each. So I was setting up the discount rule like this:

https://imgur.com/a/6N5JKLj

The problem is now, that the discount at the end is higher than I want to, because somehow the tax/MwSt. is included:

https://imgur.com/a/0e47HdP

The picture shows two products, and the goal is to get the same price for the 10 kg package and the combination of 2x 5kg, both 66 EUR. But with the setted up discount 2x5kg is cheaper...

Why happens this and how can I solve this?

Thanks for your help!

Stefan

Re: Discounts without tax/MwSt.

Posted: 15 Apr 2025, 15:43
by Jan
Hi, usually the discount is reduced by the netto price (price without the tax). If you don't use prices without tax, then just disable the tax in options so the discount will be reduced from the final price.

Since version 5.0.0 you can even use tax calculation and reduce the discount from price with tax (it is recommended then to not use rounding, etc. because setting discount is very complicated calculation where e.g. the discount needs to be spread out to all products and when it is including tax, it can have problems when roudning - as each product item is rounded, etc. etc.):


Image

Jan