View Issue Details

IDProjectCategoryView StatusLast Update
0000580OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:13
Reporterarvydas_vapsva Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1.0 revision 15990 
Fixed in Version4.1.0 revision 17976 
Summary0000580: Bug in category meta keywords generation
Descriptionalist.php code snippet:

protected function _collectMetaKeyword( $aCatPath )
{
    ...
    return parent::_prepareMetaKeyword( $this->_getCatPathString() . ', ' . $sText );
}

then:

protected function _prepareMetaKeyword( $aInput )
{
    $sString = $this->_prepareMetaDescription( $aInput, -1, true );
    ...
}

and $aInput ($this->_getCatPathString() . ', ' . $sText) you passed is gone ..
TagsCategory
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.