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

Store title not shown on checkout and cart pages

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #11  
Old 09-10-2016, 03:55 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Re: Store title not shown on checkout and cart pages

Quote:
It seems that xCart gets the <title></title> tags from the "Front Page" section under the "Custom HTML title:" field. This works for the main store pages

Does this still exist? I want to have the company name in all the title tags. At the moment I just have:

Category Name
or
Product Name

shown in the HTML title. It's the same on the demo store

The tradition is to have:

Category Name | Company Name
or
Product Name | Company Name

or similar.
__________________
Core version: 5.5.xx
Reply With Quote
  #12  
Old 09-18-2016, 08:56 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Store title not shown on checkout and cart pages

There is no such an option in X-Cart 5.2.x

However, you can change the text by overriding the skins/default/en/header/parts/title.tpl template from a custom module (or from CustomSkin module).

Out of the box the template renders this:
Code:
<title>{getPageTitle()}</title>

So, in your custom template you should replace it with something like this:
Code:
<title>{getPageTitle()} | My Company Name</title>

Please check this article for information on overriding template files in X-Cart 5.2.x:
http://devs.x-cart.com/en/design_changes/basic_guide_to_theme_creation.html
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may 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 08:21 AM.

   

 
X-Cart forums © 2001-2020