View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000912 | OXID eShop (all versions) | 4.08. Cache | public | 2009-05-19 10:10 | 2012-12-10 13:39 |
| Reporter | juergen_busch | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.1.0 revision 17976 | ||||
| Fixed in Version | 4.1.3 revision 19918 | ||||
| Summary | 0000912: Variants with stock = 0 can't display in details.tpl | ||||
| Description | Caching leads to unwanted results in case that the method is called with different $blRemoveNotOrderables. Possible solution: store two cached arrays. "_aVariantsWithNotOrderables" and "_aVariantsWithoutNotOrderables". | ||||
| Additional Information | In details.tpl of a customer getVariantList() and $variant_product->oxarticles__oxstock->value > 0 is used. But with version 4.1.0 it doesn't work anymore to show variants with oxstock = 0, just to lable it as "Sold out". Possible reason: implemented lazy loading. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||