View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006237 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2015-10-01 14:18 | 2015-10-05 16:43 |
| Reporter | pipro | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 4.9.3 / 5.2.3 | ||||
| Summary | 0006237: discount calculation on variant even if oxarticles__oxskipdiscounts is true | ||||
| Description | if skip discounts on variant is active, discounts are calculated nevertheless, until oxskipdiscounts is true also on parent | ||||
| Steps To Reproduce | 1. 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 | ||||
| Tags | oxskipdiscount, oxvarminprice | ||||
| Attached Files | |||||
| Theme | Azure | ||||
| Browser | Not defined | ||||
| PHP Version | 5.4 | ||||
| Database Version | Not defined | ||||
|
|
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. |