View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006689 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2017-09-05 09:13 | 2024-04-03 11:37 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 4.10.5 / 5.3.5 | ||||
Summary | 0006689: Product coupon's value calculated from first article's price in basket instead of whole coupon related basket price | ||||
Description | If an authorized article, which costs less than the voucher is worth, is first added to the shopping cart, the voucher will only be applied to this item - and only in the amount of the item price. e. g. a voucher of 10 EUR will be applied on a shopping cart of 100 EUR with a first item, which costs 8 EUR, then only 8 EUR will be partially applied and the rest (in this case 2 EUR) will expire. Although there are other articles in the shopping cart with voucher entitlement that could be count against the remaining voucher value. If the order is the other way around (i. e. an article that is more expensive than 10 EUR in the first place) it works. | ||||
Steps To Reproduce | 1. Create article a = 8 EUR and article b = 20 EUR. 2. Create coupon serie 10 EUR abs with "Calculate only once (valid only for product or category vouchers)" activated and article a and b assigned. 3. Go to basket put first article a in basket, then article b. 4. Insert coupon code. Coupon amount is 8 EUR, but should be 10 EUR. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Works as designed and documented under https://docs.oxid-esales.com/eshop/en/7.0/operation/coupon-series/main-tab.html "If the box is checked, the coupon will be redeemed for only one of the products assigned to the coupon series even if the shopping cart contains several such products. If the box is not checked, the coupon will be applied to each of these products." |