View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004294 | module PayPal | module PayPal - sub | public | 2012-08-01 11:23 | 2012-08-27 23:47 |
Reporter | svetlana | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Fixed in Version | 2.0.2 | ||||
Summary | 0004294: Discounts works incorrect with selected payment method PayPal | ||||
Description | Wrong discount is applied in the paypal basket when shop has few discount. | ||||
Steps To Reproduce | 1.The user has three discounts, configured in admin according to the Total amount in the Basket: - "2% from 120 Euro" - 4% from 250 Euro - 5% from 400 Euro 2. Now Go to shop login and add product with amount of 130 Euro,the discount of "2% from 120 Euro" will be applied in the shop. 3. Now go to paypal express and after login to paypal, the wrong discount "5% from 400 Euro" is applied. 4. Cancel payment and back to shop in the 1st step. The wrong discount of "5% from 400 Euro" is applied also. After Update the correct discount "2% from 120 Euro" is applied. | ||||
Tags | No tags attached. | ||||
|
from forums: http://forum.oxid-esales.com/showthread.php?t=15490 |
|
Added call to method oxBasket::onUpdate before calculating basket (this affects calculating discounts). |