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)
-   -   title (https://forum.x-cart.com/showthread.php?t=16530)

subzero 09-12-2005 04:40 AM

title
 
hi ive noticed when you change the title under company options it also prints the txt on the home page is there a way of stopping it do that,beacuse ide like to have a long comany info but not have it print on home page ...

thanx

balinor 09-12-2005 05:18 AM

You mean the breadcrumbs?

Be sure not to use too many characters in your title or the Search Engines will view it as keyword spamming.

subzero 09-12-2005 06:23 AM

i made it smaller but its doubled up on the home page why is this?

balinor 09-12-2005 06:25 AM

One is your breadcrumbs (location.tpl) and one is probably in welcome.tpl.

subzero 09-12-2005 06:49 AM

ok so how can i fix this ?

balinor 09-12-2005 06:56 AM

Well, what do you want to do? I'd recommend only displaying the location.tpl on pages other than the home page. To do this, open up customer/home.tpl and replace this:

Code:

{include file="location.tpl"}

with this:

Code:

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


subzero 09-12-2005 07:11 AM

sorted thanx bro :)

Vacman 09-02-2007 10:11 AM

Re: title
 
Quote:

Originally Posted by balinor
Well, what do you want to do? I'd recommend only displaying the location.tpl on pages other than the home page. To do this, open up customer/home.tpl and replace this:

Code:

{include file="location.tpl"}

with this:

Code:

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




I would like to do something a little different here.
When the breadcrumb is displayed I would like the first link to not go to www.vacsew.com but rather I would like it to go to www.vacsew.com/home.php

Where do I change that?


All times are GMT -8. The time now is 03:21 AM.

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