Here is something I learned from the Xcart pros. This may have been already asked and answered but, I needed the answer right-away so I tossed some points. Thought I would pass it on.
I needed to add keywords to my page titles, one of many things; I understand help for SEO purposes.
Here is the code, hope it can help someone. Simply add the line of code below to template and you will have whatever keywords you entered under admin/general settings/SEO to your pages title.
Your Company Name, product, and then your keywords will appear.
{/if}
{*L22 skin1/customer/home.tpl added 1 line code below to add keywords to page titles*}
:: {$config.SEO.meta_keywords}
Good Business!
