View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007909 | OXID eShop (all versions) | 2.4. Administer products | public | 2026-03-09 14:26 | 2026-03-09 14:30 |
| Reporter | OxidSimonGassenschmidt | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0007909: article SEO in subshops cannot be edited | ||||
| Description | If you have a shop that inherits items from another shop, the SEO section cannot be edited because the fields in the SEO section of an item are grayed out. Adjustments to this section cannot be made via customization because only oxarticles columns work for this (https://docs.oxid-esales.com/eshop/en/7.4/configuration/mall-function/inheritance/customisation.html). Changes made to the parent shop are not applied. This is probably because there are separate entries for seo in the database mainly in oxobject2seodata and oxseo, but these cannot be accessed for writing in the admin area as described. | ||||
| Steps To Reproduce | Install EE 6.5 or EE 7.4 with Demodata, create Subshop inherent Articles, check SEO-Tab of an article. | ||||
| Additional Information | SELECT OXOBJECTID, oxshopid, oxlang, oxseourl, oxtype FROM `oxseo` WHERE `OXOBJECTID` = '05848170643ab0deb9914566391c0c63' ORDER BY `OXSHOPID` DESC LIMIT 50 OXOBJECTID oxshopid oxlang oxseourl oxtype 05848170643ab0deb9914566391c0c63 2 0 test/Trapez-ION-MADTRIXX.html oxarticle 05848170643ab0deb9914566391c0c63 2 0 Nach-Hersteller/ION/Trapez-ION-MADTRIXX.html oxarticle 05848170643ab0deb9914566391c0c63 1 1 en/Kiteboarding/Harnesses/Harness-MADTRIXX.html oxarticle 05848170643ab0deb9914566391c0c63 1 1 en/By-Manufacturer/ION/Harness-MADTRIXX.html oxarticle 05848170643ab0deb9914566391c0c63 1 0 Kiteboarding/Trapeze/test-Trapez-ION-MADTRIXX.html oxarticle 05848170643ab0deb9914566391c0c63 1 0 Nach-Hersteller/ION/Trapez-ION-MADTRIXX.html oxarticle SELECT * FROM `oxobject2seodata` LIMIT 50 (0.000 s) Bearbeiten Ändern OXOBJECTID OXSHOPID OXLANG OXKEYWORDS OXDESCRIPTION OXTIMESTAMP bearbeiten 05848170643ab0deb9914566391c0c63 1 0 test test 2026-03-09 13:20:47 bearbeiten 42e4667ffcf844be0.22563656 1 0 2026-03-04 12:32:33 bearbeiten ad542e49975709a72.52261121 1 0 2026-03-04 12:28:47 | ||||
| Tags | No tags attached. | ||||
| Theme | Not defined | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
|
|
ps. https://docs.oxid-esales.com/eshop/en/7.4/configuration/seo-settings.html#metadata-for-categories-and-products says: You can override these with your own descriptions and keywords for each product or category. |