View Single Post
  #66  
Old 07-26-2013, 10:57 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by carpeperdiem
Ok, one at a time.

Canonical is defined in
/skin/common_files/customer/service_head.tpl

you should have this:
Code:
{if $canonical_url} <link rel="canonical" href="{$current_location}/{$canonical_url}" /> {/if}
or this:

Code:
{if $config.SEO.canonical eq 'Y'} <link rel="canonical" href="{$current_location}/{$canonical_url}" /> {/if}

If anything is hard coded, it's not stock xcart. And that's wrong

yes, it's same as mentioned, the code is there:

{if $config.SEO.canonical eq 'Y'}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
{/if}
__________________
X-Cart Gold 4.6
Reply With Quote