View Issue Details

IDProjectCategoryView StatusLast Update
0007909OXID eShop (all versions)2.4. Administer productspublic2026-03-09 14:30
ReporterOxidSimonGassenschmidt Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0007909: article SEO in subshops cannot be edited
DescriptionIf 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 ReproduceInstall EE 6.5 or EE 7.4 with Demodata,
create Subshop
inherent Articles,
check SEO-Tab of an article.
Additional InformationSELECT 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
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

OxidSimonGassenschmidt

2026-03-09 14:30

reporter   ~0018422

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.