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

Changing page tile on home page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-06-2005, 04:02 PM
 
minhta minhta is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Sydney, Australia
Posts: 35
 

Default Changing page tile on home page

Hello.

I would like to change the page title on the home page to say "Discount Perfume : Womens & Men's Fragrances" but to leave it dynamic for the other pages such as the product pages. Can someone help me with the code please?

I know I have to edit customer/home.tpl and have tried the following 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}

START OF MY CODE
{if $main eq "index"} Discount Perfume : Womens & Men's Fragrances
{/if}
{else}
END OF MY CODE

{section name=position loop=$location step=-1}
{$location[position].0|escape}

The problem is I don't know what $main should be. I've tried "home" and "index" and they both don't seemed to work.

What am I doing wrong please?
Thanks.
__________________
PHP v4.3.11
MySQL v4.0.22
Apache v1.3.33(Unix)
Reply With Quote
  #2  
Old 12-06-2005, 05:21 PM
 
balinor balinor is offline
 

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

Default

try this:
Code:
{if $main eq "catalog" and $current_category.category eq ""}Your title here{else} {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} {/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 12-06-2005, 05:55 PM
 
minhta minhta is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Sydney, Australia
Posts: 35
 

Default

Thank Balinor

That's exactly what I need
__________________
PHP v4.3.11
MySQL v4.0.22
Apache v1.3.33(Unix)
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 09:30 AM.

   

 
X-Cart forums © 2001-2020