View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000884 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2009-05-12 15:32 | 2012-12-07 15:07 |
Reporter | birute_meilutyte | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.1.3 revision 19918 | ||||
Summary | 0000884: discount information changes does not affect shop untill cookies are cleared | ||||
Description | create discount with, lets say, 50% discount. add product to basket. discount is applied (correct). make discount inactive and add same product to basket again (without clearing tmp or cookies). discount is not displayed, but product netto and gross prices are calculated still with discount. if cookies are cleared, there are no such problems. | ||||
Tags | Discount | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0000601 | resolved | vilma_liorensaityte | manual change of delivery costs gets lost after saving some other order data |
related to | 0000982 | resolved | arvydas_vapsva | Discount amount don't refresh after basketchanges! |
related to | 0001021 | resolved | birute_meilutyte | wrong calculation for discounts if more than one article in cart |
|
Seems like Total Discount sum is cached and not updated even after article remove from basket. Use case: 1. create global discount 50% 2. add 2 articles (one very expensive, one cheep) 3. Remove expensive article form basket 4. Finally negative total sum in basket is displayed |
|
total basket discount caching left only as exception in admin mode |