Default (When Left Empty) Meta Title Values For Products And Categories

Hey,

so in my v.4 shop, if a category is left with empty meta title field then CS-Cart automatically assigns meta title with the following schema: "{{Parent category}} :: {{Category}}"

Similarly, with products it is "{{Parent category}} :: {{Category}} :: {{Product name}}"

How do I change this setting? (I mean globally, not per product/category)

This data is taken form breadcrumbs. Please check the following file:

design/themes/TEMA/templates/index.tpl

{if $page_title}
    {$page_title}
{else}
    {foreach from=$breadcrumbs item=i name="bkt"}
        {if !$smarty.foreach.bkt.first}{$i.title|strip_tags}{if !$smarty.foreach.bkt.last} :: {/if}{/if}
    {/foreach}
    {if !$skip_page_title && $location_data.title}{if $breadcrumbs|count > 1} - {/if}{$location_data.title}{/if}
{/if}

You can use hook in this file to alter these conditions

Hey,

so in my v.4 shop, if a category is left with empty meta title field then CS-Cart automatically assigns meta title with the following schema: "{{Parent category}} :: {{Category}}"

Similarly, with products it is "{{Parent category}} :: {{Category}} :: {{Product name}}"

How do I change this setting? (I mean globally, not per product/category)

This problem has been solved in our latest SEO Ultimate addon.

Thanks eCom!

This problem has been solved in our latest SEO Ultimate addon.

Hey, I do have your plugin, not sure if it is the latest - where should I look for that setting?

Thanks eCom!

Hey, I do have your plugin, not sure if it is the latest - where should I look for that setting?

Hi, it's a new feature just added to the SEO Ultimate addon. You can submit a ticket to us and we will look into the details for you.