i tried to mod the customer/index.tpl
<title><br />
{if $page_title}<br />
{$page_title|escape:"html"}<br />
{else}<br />
{foreach from=$breadcrumbs item=i name="bkt"}<br />
{if !$smarty.foreach.bkt.first}{$i.title|unescape|strip_tags|escape:"html"}{if !$smarty.foreach.bkt.last} :: {/if}{$<br />
{/foreach}<br />
{if !$skip_page_title}{if $breadcrumbs|count > 1} - {/if}{$location_data.title|escape:"html"} {/if}<br />
{/if}<br />
[{$product.company_id}]<br />
</title>
```<br />
<br />
but this aint working.. i did ?cc in admin to clear.<br />
just aint working...<br />
there's no hooks nothing else.. any idea ?<br />
<br />
added : [{$product.company_id}]