I am trying to make my brochure pages reflect the behaviour of my store pages, which display the page title in the form: "MyCompany: Page Title". As far as I can see, the title tag code in both primary templates (Act_BrochurePrimary.html and Act_Primary.html) is the same:
<TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
I can't work out how the store pages manage to insert my company name. Presumably if I could work this out, I could produce the same result in the brochure pages. My current solution is to create a custom variable and to place it between the title tags, as suggested by other threads:
<TITLE>CUSTOMVAR:MYCOMPANY NETQUOTEVAR:PAGETITLE</TITLE>
On the way to this solution I tried calling another variable:
<TITLE>NETQUOTEVAR:COMPANYNAME NETQUOTEVAR:PAGETITLE</TITLE>
but this didn't produce the expected results, with 'NETQUOTEVAR:COMPANYNAME' appearing in the title bar alongside the page title. Maybe the COMPANYNAME variable is not accessible by the brochure pages?
Was wondering whether there's a better solution. Thanks in advance for any offerings...
<TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
I can't work out how the store pages manage to insert my company name. Presumably if I could work this out, I could produce the same result in the brochure pages. My current solution is to create a custom variable and to place it between the title tags, as suggested by other threads:
<TITLE>CUSTOMVAR:MYCOMPANY NETQUOTEVAR:PAGETITLE</TITLE>
On the way to this solution I tried calling another variable:
<TITLE>NETQUOTEVAR:COMPANYNAME NETQUOTEVAR:PAGETITLE</TITLE>
but this didn't produce the expected results, with 'NETQUOTEVAR:COMPANYNAME' appearing in the title bar alongside the page title. Maybe the COMPANYNAME variable is not accessible by the brochure pages?
Was wondering whether there's a better solution. Thanks in advance for any offerings...
Comment