View Issue Details

IDProjectCategoryView StatusLast Update
0002256OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:35
Reportermanuel Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.4.5 revision 31315 
Summary0002256: Fixed URL setting for articles has no effect
DescriptionUse of _saveToDb in oxseoencoderarticle always uses 0 for seventh parameter '$blFixed' so that URLs for articles are never fixed.

_getArticleVendorUri()
_getArticleRecommUri()
_createArticleCategoryUri()
_getArticleMainUri()
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2010-12-13 15:47

reporter   ~0003810

Reminder sent to: manuel

hi,

Can you describe in what cases you experience that SEO urls get's not fixed?
We cannot reproduce such issue - if we set url as fixed, it remains the same even if article details are changed, or SEO URLs are updated in entire shop.
Please tell how to reproduce your case.

dainius.bigelis

2010-12-28 15:14

reporter   ~0003913

@Developers: please check from the source code side, if there is such issue with handling of "seventh parameter '$blFixed'".

arvydas_vapsva

2011-01-14 12:12

reporter   ~0003968

Standard getters are very simply and are not used to mark seo url as fixed, instead onSeoEncoder::addSeoEntry() is used. It adds new or updates existing seo record.