View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002256 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2010-12-12 11:13 | 2012-12-10 13:35 |
Reporter | manuel | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.4.5 revision 31315 | ||||
Summary | 0002256: Fixed URL setting for articles has no effect | ||||
Description | Use of _saveToDb in oxseoencoderarticle always uses 0 for seventh parameter '$blFixed' so that URLs for articles are never fixed. _getArticleVendorUri() _getArticleRecommUri() _createArticleCategoryUri() _getArticleMainUri() | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
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. |
|
@Developers: please check from the source code side, if there is such issue with handling of "seventh parameter '$blFixed'". |
|
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. |