Currently, our 4.2 store (at
www.veganicity.com) is set up to show 'Company :: Category :: Product' in the title bar of the broswer. What I'd like to be able to do is to alter that to 'Company :: Category :: [Descriptive word that applies to all products] Product'. (The added word would be the same for all products.)
I've taken a look through the tpl files and in customer/service_head.tpl find this bit of code that deals with the title:
<title>{$html_page_title|escape}</title>
What I can't find is where the information for the variable $html_page_title is generated, so cannot edit what it contains.
Does anyone know where this variable draws its information from, or any other way that I can make the change I want to make?
Thanks.