Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

Discount cart rules total_discount_tax_excl the value is with tax included #355

Closed sanctusmob closed 5 years ago

sanctusmob commented 5 years ago

Prestashop version: 1.7.5.1

I create a cart rule 1 plus 1 in some brand apply a discount 100% to the cheapest product. When the order is place the field in DB total_discount_tax_excl have the discount with tax. ex. total_discounts --> 39.990000 total_discount_tax_incl --> 39.990000 total_discount_tax_excl --> 39.990000

it should be like this (the product have 24% tax) total_discounts --> 39.990000 total_discount_tax_incl --> 39.990000 total_discount_tax_excl --> 32.250000

mowcixo commented 5 years ago

Hello @sanctusmob, it sounds like a PrestaShop issue, not PrestaSharp one. Could you request it with your browser directly to the PrestaShop api and paste the results?

sanctusmob commented 5 years ago

Yea. I post it in wrong repo :). Sorry.

https://github.com/PrestaShop/PrestaShop/issues/13689

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.