View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007745 | module PayPal Checkout | module PayPal checkout - sub | public | 2024-11-18 15:43 | 2024-12-05 09:26 |
Reporter | metropolis | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 2.5.1 / 3.5.1 | ||||
Summary | 0007745: Paypal checkout jumps back to step 2 with an error when an discount in relation to item value is used | ||||
Description | When using a discount in relation to the order / item amount (we are giving 3% discount when the items value is more than 300 EUR) Paypal checkout Module is dropping an error and redirects to Step 2. I think the error is belonging to the same class and is similar as the reported bugtracker entry 0007744 The calculated sum of Paypal checkout doesn´t match to the shop calculated amount, as vouchers and discounts are not calculated properly before the API calls paypal. In out case we got a redirect to Step 2 with the error "Autorisierung der Zahlung fehlgeschlagen. Bitte prüfen Sie Ihre Eingabe!" when having more than 300 EUR in our cart and trying to use paypal. As soon as you get below the discount amount, paypal payment went through withoun any problem. | ||||
Steps To Reproduce | Create a discount in the shop backend which grants a discount when a specific value of goods is reached. Place items in the cart to reach the value and the shop calculates a discount. Go through the checkout and use Paypal. When finalizing the order, you will be redirected to Step 2 with an error message. Recheck this and delete some items, so no discount will calculates by the shop anymore. Go through the checkout and finalize order. Payment is done and "Thank you" Page is shown. | ||||
Tags | No tags attached. | ||||
related to | 0007744 | assigned | [email protected] | When using vouchers shop jumps back to payment selection (index.php?cl=payment&payerror=2) |