View Issue Details

IDProjectCategoryView StatusLast Update
0002574OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:34
Reporterdainius.bigelis Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.7 revision 33396 
Fixed in Version4.4.8 revision 34028 
Summary0002574: New SEO url not created for product in subshop after changes in product title
DescriptionThe case is the same as described in issue 0002540:
- Product is inherited from Master shop
- SEO url then was generated for product in subshop
- Title of product changes in Master shop

... then the product in subshop still keeps the old SEO url, and new one was not rengenerated accordig to changed title (that's wrong).
In Master shop the SEO url handled properly (old seo moved to seo history, and new seo url is active).
In subshops such SEO url also should be handled the same way as in Master shops: old seo url should be moved to seo history, new seo url should be generated, and when product called with old seo url - it should direct user to new one URL.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

parent of 0002540 resolveddainius.bigelis When an article title is changed SEOs of subshops will be changed but no oxseohistory will be written 

Activities

dainius.bigelis

2011-03-01 17:27

reporter   ~0004162

Solution: after the title is changed, the OXEXPIRED value (in OXSEO table) should be set to 1 also for subshops, where product is inherited.

sarunas_valaskevicius

2011-03-07 17:10

reporter   ~0004190

fixed in oxi18n