View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001571 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2009-12-21 14:53 | 2012-12-07 15:07 |
| Reporter | Bettina Kohl | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 4.3.0 revision 26948 | ||||
| Summary | 0001571: discount on categories isn't calculated correctly | ||||
| Description | - EE with 2 subshops: 1=english, prices in $ 2=german, prices in EUR (factor 0,7) - discounts are given on special categories, from 100 to 199,99 EUR problem: --> discount "100 to 199,99" is given for a price of 100$ as well as 100 EUR, altough the nominal prices are different reason: --> in method "oxdiscount::isForAmount()" which works when discount is given on categories, there is no calculation to actual currency integrated --> in method "oxdiscount::isForBasket()" which works when there are no discount categories fixed, calculation to actual currency works fine | ||||
| Tags | Discount | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| related to | 0004398 | assigned | SvenBrunk | Price category shows all articles by their prices and do not look at discounts. |
| child of | 0001598 | resolved | rimvydas_paskevicius | Discount given for special Category by price does not work |