Discount Including Taxes

Hi!

Is there a way to have the discounts created by promotions to be applied
after taxes have been included to the price?

Normally in cs-cart the discounts are applied before taxes (we use the "Price does not include taxes" mode).

Thanks!

Not without modification.

Thanks,

Does it work the same way if the tax is included in price? Are the discounts applied on price without tax?

Looks like a big task to implement this since it would require to understand the cart calculation code and restructure it...

I don't know on the "tax included in price" question. You'd have to just try it and see on your dev site or on a test product.

Modifying the taxable amount is not that big of a deal. There are hooks that allow it to be done.

Thanks for your feedback.

So, if anyone is willing to give a quote for the code that would implement this, let me know!

The basic calculation should be that the promotion discount is calculated after the

taxes have been added to the subtotal. Then the taxes need to be recalculated since the subtotal has changed.

We only need the hooks code or/and core change code and a runnable test of some sample carts to be sure it is working as expected - no need for a full addon.

Thanks

If you'd like to provide your full requirements, I can certainly give you a quote if you click the "get a quote" link in my signature. No one quotes publicly.

If you'd like to provide your full requirements, I can certainly give you a quote if you click the "get a quote" link in my signature. No one quotes publicly.

Hi, yes, I meant by the "message me" functionality of the forum.

We'll write it up and let you know.