View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006204 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2015-07-29 14:37 | 2016-03-07 14:46 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.5 / 5.2.5 | ||||
Fixed in Version | 4.9.8 / 5.2.8 | ||||
Summary | 0006204: Vat calculation is wrong when article is assigned to coupon serie | ||||
Description | If article is assigned to coupon serie in backend and in frontend the discounted article and another article is added to basket and coupon number is inserted, the vat calculation shows 0 EUR. | ||||
Steps To Reproduce | Backend 1. Create a coupon serie with 100% discount. 2. Add only one article to the coupon serie. Frontend 1. Add the discounted and not discounted article to basket. 2. Insert the coupon number. In basket the VAT is 0 EUR | ||||
Tags | Solution Provided | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0006283 | resolved | florian.auer | Voucher vat calculation |
related to | 0005795 | resolved | anton.fedurtsya | Percentual voucher assigned to article leads to wrong VAT and netto sum calculation in mixed baskets |
related to | 0006210 | closed | florian.auer | NET is calculated wrong if category-coupon and Discounts are used |
|
Vat is only 0 EUR when discount is set to 100%. If discount is set to article price absolute, article price is 0 EUR and Vat is calculated right. |
|
Fixed in PR https://github.com/OXID-eSales/oxideshop_ce/pull/311 |
|
FYI: This bug is currently in code review and will most likely be included in the next release. |