Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Editing the template main page

Editing the template main page

Locked

Views: 636

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Dec 2010, 6:39 PM
#1
sb1024 avatar

sb1024

New Zenner

Join Date:
Dec 2010
Posts:
6
Plugin Contributions:
0

Editing the template main page

zen-139
site is latest version
installed one template in use-black_pure_free
site url- https://www.dandbuniforms.com/zencart

greetings, sorry for the simple question, prob right in front of my face however after sorting through tons of threads i cant find this specific answer....

All im looking to do is clear the default welcome message that appears on the home page:

Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
Welcome Guest! Would you like to log yourself in?

it looks like its 2 sections and i would only like to have a ad banner there not the congrats line or the section under it asking if guest wants to log in.

were would I find this section in the admin?

TY Scott

21 Dec 2010, 6:49 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Editing the template main page

Configuration > Layout Serttings > Customer Greeting - Show on Index Page.

And by searching in Tools > Developers Toolkit for
Congratulations! You have successfully installed
I find

/includes/languages/english/index.php

Line #51 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');

Line #55 : define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');

Edit that file and change the definition. If you want to eliminate it, define it as '' (two single quotes).

Save the edited file in /includes/languages/english/your_template/index.php

21 Dec 2010, 6:50 PM
#3
sb1024 avatar

sb1024

New Zenner

Join Date:
Dec 2010
Posts:
6
Plugin Contributions:
0

Re: Editing the template main page

thank you for the VERY speedy & accurate reply! :)