View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000915 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2009-05-19 17:05 | 2012-12-10 13:35 |
Reporter | philipp_grashoff | Assigned To | |||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.2.0 revision 23610 | ||||
Summary | 0000915: function _collectMetaKeyword in alist.php adds product description twice | ||||
Description | In alist.php ~ line 440 (CE4.1.2): The META keywords are collected from the product long descriptions. If a description is too long ($iMaxTextLenght = 60;), the first 60 chars of the description are added to the whole description in line 444: $sDesc .= $oStr->substr( $sMidText, 0, ( $oStr->strlen( $sMidText ) - $oStr->strpos( strrev( $sMidText ), ' ' ) ) ); $sDesc contains the whole product description already. I guess it was supposed to be $sDesc = ..., so if the description is too long its truncated. | ||||
Additional Information | It doens't really influence the output as duplicate keywords are removed. Only the last word of the long description+the first word of the long description can be in there too. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||