View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001311 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-09-13 09:01 | 2012-12-10 13:24 |
Reporter | andreas_ziethen | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001311: Shop offline error when product is out of stock and Econda is active | ||||
Description | The issue 0001276 was not fixed in the source code of Econda tracking. The 0001276 problem was: 1) Set a product as "if out of stock, offline" 2) In Frontend, order the remaining stock 3) Go through checkout. In order step 5, "Shop offline" error is shown. The same error occurs if Econda tracking is activated cause the getArticle() method is used in core/smarty/plugins/oxemosadapter.php, too. The main issue should be fixed in oxbasketitem::getArticle() - so all cases will be covered. | ||||
Steps To Reproduce | 1. Activate Econda tracking. 2. same steps as in 0001276 | ||||
Additional Information | Please implement the case of activated tracking into your unit tests. | ||||
Tags | Order | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0001276 | resolved | vilma_liorensaityte | If product is "If out out stock, offline" and remaining stock is ordered, "Shp offline" error is shown in Order step 5 |