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)
-   -   Internet Explourer Title (https://forum.x-cart.com/showthread.php?t=22130)

robertjwilsoncpa 05-29-2006 07:23 AM

Internet Explourer Title
 
Can anyone tell me which tpl or where in X-Cart admin I go to change the Web title of each page. My site currently displays Guitar Adoptions at the top of the Browser. I would like to change the wording. I am assuming the file with have html code containing.

<title>Guitar Adoptions</title>

THanks for the help.

balinor 05-29-2006 07:53 AM

It defaults to the company name, and then the category and product titles. You can change the order in General Settings/SEO options.

robertjwilsoncpa 05-29-2006 09:30 AM

Under SEO options I see the Page Title format. I can only select two different formats. Is there a way to hard code a title in a tpl file. I want the page title to display something different than my company name. Thanks.

balinor 05-29-2006 10:34 AM

The page title for the whole site is controlled in customer/home.tpl, so if you hard code it, you would need to use {if} statements for each and every page. You may want to have a look in the Marketing forum and the Custom Mods forum for some alternatives.

robertjwilsoncpa 05-29-2006 11:40 AM

Thanks I was able to put the wording I needed in front of the Store Name, by editing the customer/home.tpl file.

www.guitaradoptions.com/store

I have another question. On my home page there is a series of Flash Files that display directly below my featured guitar image. I cannot find the reference to these files in the customer/home.tpl file. Below is a copy of my file. Do you see which file, that references the flash images?

{* $Id: home.tpl,v 1.42 2002/10/22 10:27:05 olga Exp $ *}
<html><head>
{ config_load file="$skin_config" }

<script src="/__utm.js"></script>

<TITLE>
Larrivee guitars - G L guitars - Heritage guitars - Ultrasound amps at
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</TITLE>
{* <title>{$lng.txt_site_title}</title> *}
{ include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"></head>
<body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 link="#CCCCCC" vlink="#CCCCCC" alink="#CCCCCC">
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}

<table border=0 width=800 cellpadding=0 cellspacing=0 align="center" bgcolor="#FFFFFF">
<tr>
<td class=VertMenuBox width=1></td>
<td class=VertMenuBox width=130 valign=top bgcolor="#FFFFFF">
{ include file="customer/search.tpl" }
{ include file="customer/categories.tpl"}
{ include file="help.tpl" }
</td>
<td valign=top width="515" bgcolor="#FFFFFF">


{include file="location.tpl"}
{include file="customer/home_main.tpl"}

</td>
<td width=151 valign=top bgcolor="#FFFFFF"> { include file="customer/menu_cart.tpl"
}
{* BCSE Begin *}
{ include file="customer/product_rev.tpl" }



{* BCSE End *}
{if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl"
} {/if}

{* Chamber of Commerce Logo *}
<center>[img]{$ImagesDir}/wlchjamber.jpg[/img]</center>
{ include file="news.tpl" }

</td>
</tr>
<tr>
<td class=VertMenuBox width="1"></td>
<td class=VertMenuBox width="130" bgcolor="#FFFFFF"></td>
<td align="center" bgcolor="#FFFFFF">
{ include file="copyright.tpl" }

</td>
<td width="151"></td>
</tr>
</table>
{ include file="rectangle_bottom.tpl" }
{literal}


[img]/store/awmmenupath.gif[/img]
<script type='text/javascript'>var MenuLinkedBy='AllWebMenus [2]', awmBN='510'; awmAltUrl='';</script>
<script src='/store/top_menu.js' language='JavaScript1.2' type='text/javascript'></script>
<script type='text/javascript'>awmBuildMenu();</script>

{/literal}
</body>
</html>

balinor 05-29-2006 11:49 AM

I can't see it, so it could be anywhere, but I would guess customer/main/welcome.tpl

robertjwilsoncpa 05-29-2006 11:55 AM

You were spot on!!! Thanks for all the help!


All times are GMT -8. The time now is 05:42 PM.

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