Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How to update the page title?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-08-2005, 10:06 AM
 
mike1234 mike1234 is offline
 

Member
  
Join Date: May 2005
Posts: 12
 

Default How to update the page title?

I installed xcart 4.0 on the server, and designed the website, I have a qustion regarding the page title.
Under "admin panel-->general-->SEO Options", I can define META description and META keywords, but "Page title format" has only two options:
Shop name::category name::product name
Product name::category name::shop name

Now I want to use my own title on each page, instead of these two format, how can I do that?


Thanks

michael
Reply With Quote
  #2  
Old 06-08-2005, 12:53 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

All of the page titles are controlled via this code in customer/home.tpl:

Code:
<TITLE> {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>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 06-08-2005, 04:00 PM
 
mike1234 mike1234 is offline
 

Member
  
Join Date: May 2005
Posts: 12
 

Default

Thanks for your response.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:19 PM.

   

 
X-Cart forums © 2001-2020