View Issue Details

IDProjectCategoryView StatusLast Update
0002090OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2012-12-07 15:07
Reportermantasd Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.1 revision 28950 
Fixed in Version4.4.3 revision 30016 
Summary0002090: Display variant articles in the drop-down for free-item discount
DescriptionWhen 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 Reproduce1. 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.
TagsDiscount
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0002089 resolvedvilma_liorensaityte Discounts (with free-items) are not inherited to variants of assigned products 

Activities

dainius.bigelis

2010-09-22 10:06

reporter   ~0003534

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,

dainius.bigelis

2010-09-22 13:22

reporter   ~0003535

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.