View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006327 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2016-02-10 11:19 | 2016-06-03 13:52 |
Reporter | d3 | Assigned To | |||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.7 / 5.2.7 | ||||
Fixed in Version | 4.10.0 / 5.3.0 | ||||
Summary | 0006327: Breadcrum in Order + Thankyou-Step | ||||
Description | The Breadcrum uses the same Langident in order and thankyou-step: ORDER_COMPLETED It should be different, cause the order is in step 4 not finished! | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
duplicate of | 0006403 | closed | Breadcrump checkout step 4 - wrong language variable |
|
application/translation/de/lang.php Add row 'ORDER_CHECKED' => 'Überprüfun', application/controllers/order.php Row 493 -> Search for $aPath['title'] = oxRegistry::getLang()->translateString('ORDER_COMPLETED', $iBaseLanguage, false); Replace $aPath['title'] = oxRegistry::getLang()->translateString('ORDER_CHECKED', $iBaseLanguage, false); |
|
Translations have to be done for all languages |
|
https://github.com/OXID-eSales/oxideshop_ce/pull/388 |
|
Thank you, The pull request was merged to master and ported to 5.3 |