View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002090 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2010-09-08 17:56 | 2012-12-07 15:07 |
Reporter | mantasd | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.1 revision 28950 | ||||
Fixed in Version | 4.4.3 revision 30016 | ||||
Summary | 0002090: Display variant articles in the drop-down for free-item discount | ||||
Description | When creating discount with free item, it is possible to select product as free-item which has variants. In this case free-item never appears in the basket if parent is not buyable and OXID tries to add it. Problem is that in this place where assignment should be done - there is not an AJAX list and in the existing drop-down the variant articles are not displayed. Please fix this bug so, that if option "Display Variants in Assignment Lists in eShop admin" is ON - variant articles should be displayed also in this drop-down. | ||||
Steps To Reproduce | 1. Create discount with free-item 2. Select product with variants as free-item 3. try to add any product to basket which matches rules of your discount. 4. you`ll get no free-item. | ||||
Tags | Discount | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0002089 | resolved | vilma_liorensaityte | Discounts (with free-items) are not inherited to variants of assigned products |
|
Reminder sent to: mantasd Hi, After some discussions in team we found that this is not really a bug, because: - in this case when parent is not buyable, and you assign this to such discount, then we don't know what particular variant of this parent should be added in the basket. and from other side - proper use case would be: - if you would assign particular variant-product to this discount - then it will be added in the basket (this way it works). So - it's not a bug. Best regards, |
|
The bug reopened. Problem is that in this place where assignment should be done - there is not an AJAX list. And in the existing drop-down the variant articles are not displayed. Please fix this bug so, that if option "Display Variants in Assignment Lists in eShop admin" is ON - variant articles should be displayed also in this drop-down. |