View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004271 | module PayPal | module PayPal - sub | public | 2012-07-20 13:31 | 2014-09-03 10:31 |
Reporter | eike_spriess | ||||
Priority | urgent | Severity | critical | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.1 | ||||
Target Version | Fixed in Version | 2.0.2 | |||
Summary | 0004271: When ordering last article with PayPal, user will be notified about "the article XY is no longer available" | ||||
Description | Bug in actual OXID eFire PayPal Module 2.0.1: if in shop 4.6.x the stock of an article is 1 and you order this last article with payment method paypal you will not get the thankyou.tpl. You will be redirected to start page with the message "the article XY is no longer available". See Screenshot. | ||||
Steps To Reproduce | For reproducing this bug, in Administer product->Product in Stock tab delivery status should be selected "If out of stock, not orderable" | ||||
Tags | No tags attached. | ||||
has duplicate | 0004291 | closed | svetlana | module PayPal | Paypal-Zahlung über eFire nicht möglich, wenn Artikel dadurch ausverkauft wird. |
related to | 0005357 | resolved | jurate.baseviciene | module PayPal | When ordering last article with PayPal this article will be missing on confirmation email. |
child of | 0004330 | acknowledged | OXID eShop (all versions) | When sending order emails, all informatin used for formating email should be done using oxorderarticle object |
|
|
|
2012-07-22_0008.png (463,166 bytes) |
|
Problem was that article stock validation was performed when getting basket item article in email template. So disabled checking article stock validation when paypal finalizes order. |