View Issue Details

IDProjectCategoryView StatusLast Update
0006237OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2015-10-05 16:43
Reporterpipro Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.9.3 / 5.2.3 
Summary0006237: discount calculation on variant even if oxarticles__oxskipdiscounts is true
Descriptionif skip discounts on variant is active, discounts are calculated nevertheless, until oxskipdiscounts is true also on parent
Steps To Reproduce1. parent article 007 (not buyable, no oxtprice, no oxbprice) with x variants
1.1 set oxskipdiscount to FALSE

2. variant 007-1 with different price 40€ (lowest price of 007)
2.1 set oxskipdiscount to TRUE

3. global discout for all articles á 10€

4. in product-detail view of 007-1 price is shown with 40€

5. in category view the article "from" price is displayed with 30€ (should be 40€)
5.1 if oxskipdiscount is TRUE on parent, price is 40€

from my point of the article price inside the category should be "from 40€" even if there is a global discount
Tagsoxskipdiscount, oxvarminprice
Attached Files
ThemeAzure
BrowserNot defined
PHP Version5.4
Database VersionNot defined

Activities

QA

2015-10-02 11:26

administrator   ~0011231

So if you set oxskipdiscount to TRUE for the variant 007-1 with different price 40€ (lowest price of 007), you also have to set in parent article 007 (not buyable, no oxtprice, no oxbprice) oxskipdiscount to True.

-> than the price in category view the article "from" is displayed also with 40€.

So it is not a bug and can be closed here. But i will do inform product management about this issue as feature request.