I don't know if this has been answered before but I'm on v3.26 and on the product_info page at the foot where it says "currently viewing" it displays the category and the product name but has " - - " separating them. It seems as though the headertags seo is expecting to have another bit of text between those two hyphens. I understand HEADER_TAGS_SEPARATOR_DESCRIPTION is the name of the hyphen, but I cannot seem to find where the second redundant hyphen is being created.
It is the
$header_tags_array['title']
variable that is outputting the suspect text.
if (isset($sortOrder['title'])) $header_tags_array['title'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['title'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);
has some bearing on it?
edited to say thanks in advance!
Edited by teamwhatever, 22 May 2013 - 02:11 AM.










