Thread: Removing Links
View Single Post
  #3  
Old 09-06-2009, 09:26 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Removing Links

That link is part of the bread crumbs, which allows customers a step by step nav thru your site.

it's located in skin1/customer/home.tpl

If you want to remove it entirely from your site just remove the location.tpl from the home.tpl.
if you want to remove it from the home page only wrap it in a smarty if statement.

{if $main ne"catalog" and $current_category.category ne ""}
{include file="location.tpl"}
{/if}

webmaster mode is the best way to find elements in the template structure.
__________________
xcart 5.1.2
Reply With Quote