X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Switch Breadcrumbs off ? (https://forum.x-cart.com/showthread.php?t=63235)

tickseed 04-10-2012 03:49 AM

Switch Breadcrumbs off ?
 
Hi,

Is it possible to switch the breadcrumb trail off ?


Regards,

dav

X-Cart Gold 4.4.3

balinor 04-10-2012 04:38 AM

Re: Switch Breadcrumbs off ?
 
You can comment them out in the code, but I don't recommend it. They are an important part of SEO. Remove this code in customer/content.tpl:

{if $main neq "catalog" or $current_category.category neq ""}
{include file="customer/bread_crumbs.tpl"}
{/if}

tickseed 04-10-2012 11:02 AM

Re: Switch Breadcrumbs off ?
 
Padraic,

Thanks for the reply. It's not so much that I want to switch it off, just that we don't need it as we don't use sub-categories. I'll look at moving it out of the way instaed.

Regards,

Dave


All times are GMT -8. The time now is 06:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.