View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007960 | Apex Theme | Apex Theme | public | 2026-06-10 17:14 | 2026-07-09 11:10 |
| Reporter | mario_lorenz | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.0.0 | ||||
| Target Version | 3.2.0 | Fixed in Version | 3.2.0 | ||
| Summary | 0007960: "Shipped" status is incorrectly displayed for every non-cancelled order. | ||||
| Description | - Component: oxid-esales/apex-theme v3.1.0 (additionally oxid-esales/twig-theme) - File/Line: tpl/page/account/order.html.twig:32 (Apex) or :26 (Wave) - Error: Comparison `oxsenddate.value != " - "` uses spaces instead of `!= "-"`. `formatDBDate()` returns `'-'` (without spaces) for unshipped orders, so the condition is always true - "Shipped" status is incorrectly displayed for every non-cancelled order. | ||||
| Steps To Reproduce | Frontend -> My Account -> Orders; an order without a set shipping date displays "Shipped". | ||||
| Additional Information | Fix: " - " -> "-". | ||||
| Tags | No tags attached. | ||||