View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002527 | OXID eShop (all versions) | 4.08. Cache | public | 2011-02-15 21:58 | 2012-12-10 13:39 |
Reporter | manuel | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.4.6 revision 32697 | ||||
Summary | 0002527: Dynamic Content Cache and Exceptions | ||||
Description | When using dynamic Content Cache: - No Stock-Exception Popup is shown - Basket is left empty | ||||
Steps To Reproduce | Try following in the Demo-Shop (could repoduce locally also): - Set Dynamic Content Caching to 'on' - Set an articles stock up to 2 (not buyable when out of stock) Got into the shop frontend and try to order the article you just changed five times. The article seems to be added 2 times but no Exception-Popup is showing that says, that there are not enough articles on stock. Then try to get into the basket view. It says that there are no articles in your basket even you just saw them in top basket. Add some other article to your basket. Whenever you call first the article again and then click another page, your basket will be empty. | ||||
Additional Information | Error seems to be located in oxshopcontrol::_process(). | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0002671 | resolved | arturas.sevcenko | "Out of stock" is handled improperly when "Display Message" is selected instead Pop-up for adding to basket |
|
Reminder sent to: manuel Hi, I cannot reproduce the case exactly as you described. I can reproduce two different cases, which depends on what action is choosen for option "Display Message when Product is added to Cart": 1. if Pop-up should occur on adding to basket - then everything is handled correctly - during adding to basket it shows the warning (see screenshot attached) and do not allows to add more than 2 units to basket. In the Basket the product is shown (2 items) and no warning displayed. That's ok. 2. if "Display Message" is chosen for adding to basket: when adding product to basket - details page reloads only first two times (until stock is not exceeded). Then it simply allows to click on "Add to basket" button, but no action nor warning are displayed (that's wrong). Also, when going to basket, the product is displayed in basket, but there are several warning messages above basket: Not enough items of this product in stock! Available: 2 (amount of these warnings probably fits to how many times you clicked on "Add to basket"). So - the #2nd case is the issue and not handled properly. Is it the same case what you are talking about? If no - please tell: - what you have set in option "Display Message when Product is added to Cart"; - do you have modules installed? Best regards, |
|
The case #2 (from my comment) is inserted as separate bug entry 0002671. This entry is closed. |