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)
-   -   How to find the right template to modify? (https://forum.x-cart.com/showthread.php?t=53642)

mychipcarving 05-07-2010 10:27 AM

How to find the right template to modify?
 
I want to remove the title found above my welcome message but I can't locate the template?
How do I find this template?

https://96.0.187.227/Chip_Carving/xcart/home.php
here's what I want to delete...

My Chip Carving
Welcome to My Chip Carving

amy2203 05-07-2010 10:47 AM

Re: How to find the right template to modify?
 
webmaster mode is your friend...search the forums/manual... it will tell you exactly which templates are being used...

FTI 05-10-2010 08:40 AM

Re: How to find the right template to modify?
 
Open this file:

skin/customer/main/welcome.tpl

Then just quote this:

Code:

{*{if $display_greet_visitor_name}
  <h1>{$lng.lbl_welcome_back|substitute:"name":$display_greet_visitor_name} </h1>
{elseif $lng.lbl_site_title}
  <h1>{$lng.lbl_welcome_to|substitute:"company":$lng.lbl_site_title}</h1>
{else}
  <h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name}</h1>
{/if}*}



All times are GMT -8. The time now is 08:38 PM.

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