View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006032 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2015-01-23 14:46 | 2016-05-17 15:44 |
Reporter | Stefan_Werner | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.2 / 5.1.2 | ||||
Fixed in Version | 4.9.10 / 5.2.10 | ||||
Summary | 0006032: SEO Suffix, Prefix and Title doesnt support multilingual | ||||
Description | If you have several languages and change the SEO Title,Prefix or Suffix and save all other languages will be overwritten. It seems that it only saves for lang 0 | ||||
Steps To Reproduce | -Go to oxiddemoshop https://demoshop.oxid-esales.com/professional-edition/admin - Master Settings => Core Settings => SEO - Switch language to Englisch (Page reloads) and change SEO Prefix, Suffix and Title to "blafusel" - Press Save - Now Englisch an German have "blafusel" als value | ||||
Additional Information | Also in CE/EE down to 4.8/5.1 | ||||
Tags | SEO | ||||
Attached Files | |||||
Theme | Azure | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Workaround: set the values the other way round. |
|
Workaround for more than two languages: Set the values directly in the database in the table oxshops: oxtitleprefix_x, oxtitlesuffix_x, oxstarttitle_x where x is the id of the language |
|
Fixed in PR https://github.com/OXID-eSales/oxideshop_ce/pull/374 |
|
Thank you Adrian. The pull request merged. |