View Single Post
  #65  
Old 07-26-2013, 10:47 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by albertchui
<link rel="canonical" href="http://www.iphonecasestudio.com/"

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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote