| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Internet Explourer Title | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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.
__________________
X-Cart version 4.0.13 Web server Apache/1.3.33 (Unix) |
|||||||
#2
|
|||||||
|
|||||||
![]() It defaults to the company name, and then the category and product titles. You can change the order in General Settings/SEO options.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() 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.
__________________
X-Cart version 4.0.13 Web server Apache/1.3.33 (Unix) |
|||||||
#4
|
|||||||
|
|||||||
![]() 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.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() 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>
__________________
X-Cart version 4.0.13 Web server Apache/1.3.33 (Unix) |
|||||||
#6
|
|||||||
|
|||||||
![]() I can't see it, so it could be anywhere, but I would guess customer/main/welcome.tpl
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||
|
|||||||
![]() You were spot on!!! Thanks for all the help!
__________________
X-Cart version 4.0.13 Web server Apache/1.3.33 (Unix) |
|||||||
|
|||
X-Cart forums © 2001-2020
|