View Issue Details

IDProjectCategoryView StatusLast Update
0000469OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:13
Reporterdainius.bigelis Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.0.1 revision 14455 
Fixed in Version4.0.1.0 revision 15990 
Summary0000469: Meta keywords and meta descriptions are not shown for Categories
DescriptionProblem with meta-keywords and meta-description for categories:
meta keywords and meta descriptions for categories are not shown in list.tpl.
Reproduce: set any content for meta keywords and meta description for any category using SEO tab in this category. Call the category in shop and look at html-source.

Reason: allthough the category contains only ONE page of articles, the shop generates at least three entries in oxseo table:

index.php?cl=alist&cnid=[CAT. OXID]&pgNr=2
index.php?cl=alist&cnid=[CAT. OXID]
index.php?cl=alist&cnid=[CAT. OXID]&pgNr=1

The first and the second one do not have any content in oxkeywords and oxdescription but only the second one.
The query for getting the meta-tags from oxseo table does use getOne and so gets only the first entry - without any content for meta-tags ...
Additional InformationReported by our partner
TagsCategory
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-01-08 09:42

reporter   ~0000339

fixed