View Issue Details

IDProjectCategoryView StatusLast Update
0006479OXID eShop (all versions)1. ----- eShop frontend -----public2018-04-27 13:12
Reporterkeywan.ghadami 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.10.2 / 5.3.2 
Target VersionFixed in Version6.0.3 
Summary0006479: No oxOutOfStockException Error message returned within details.tpl when oxstockflag=2 (aka 'If out of Stock, offline')
DescriptionIf an article runs out of stock and has oxstockflag set to 2 (aka 'If out of Stock, offline'), no stock error message is thrown within details.tpl.

There are two cases that do not work:
1. Article is totally out of stock -> nothing will be added to basket, and no message
What i expect: A Message will be shown in the Popup/Layer
2. Less Articles are available the requested -> only the available quantity will be added to basket but no feedback is shown (no messages, and no popup)
What i expect: Normal Popup/Layer will be opened but with a Message
Steps To Reproduce- go to demoshop
- in admin area change one article to respect the stock ('If out of Stock, offline')
- go to frontend,
- clear cart if not empty
- go to detailpage of that article
- add more then available
>> No message
Additional Informationthe destination of the error message is 'popup' but no popup is shown.
TagsNo tags attached.
ThemeFlow
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0001274 resolved No oxOutOfStockException Error message returned within details.tpl when oxstockflag=2 (aka 'If out of Stock, offline') 
related to 0006333 resolvedSven Brunk Adding something to the basket does a full page reload 

Activities

QA

2016-08-17 18:01

administrator   ~0011744

When an article with Stock as 10 is added to the basket with quantity 15 from the detailspage, only 10 gets added to the basket. The functionality is correct but the user is not informed whatsoever about why the quantity was changed from 15 to 10.

anton.fedurtsya

2017-11-22 17:55

administrator   ~0012284

Please check PR54 for possible solution