Bug header title in (category page)

ThemeBurn SupportForumsOpenCart ThemesBurnEngineBug header title in (category page)

This topic has been marked as resolved.

Hello BurnEngine,

I think there is a little bug in header template.

For some reason only the category name (title) is showing in at the category page and not the Meta Title. Also not when i`m generating this with your seo module. For product page everything is working fine.

You can check my metatitle on the category page:
http://prntscr.com/ccy1rk

In you seo module:
http://prntscr.com/ccy3gf

And this is what showing in
http://prntscr.com/ccy3uk

I am using 1.5.6.4

Do you know how I can fix this?

Thanks and best regards,

Ultimatia

September 1, 2016 at 5:58 pm #50552

Adding this code:

  
  <file name="catalog/controller/product/category.php">
        <operation>
            <search position="after"><![CDATA[
            $this->document->setTitle($category_info['name']);
            ]]></search>
            <add trim="true"><![CDATA[
            $this->document->setTitle(!empty($category_info['meta_title']) ? $category_info['meta_title'] : $category_info['name']);
            ]]></add>
        </operation>
    </file>

in: tb_seo.xml and everything works fine.

September 4, 2016 at 11:03 pm #50591

Bump.

It looks like you didn`t fix this^^ in recent versions.

Best regards, Ultimatia

November 11, 2016 at 12:10 pm #52978

Hi,

Must have missed this post. The fix is already added and will be available in the next update.

BR,
ThemeBurn team

November 14, 2016 at 10:52 pm #53090
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.