Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove the "congratulation..." line(s)?

Remove the "congratulation..." line(s)?

Locked

Views: 2,998

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
15 Dec 2006, 9:25 AM
#1
prodesk avatar

prodesk

New Zenner

Join Date:
Dec 2006
Posts:
44
Plugin Contributions:
0

Remove the "congratulation..." line(s)?

being new to both ZenCart and PHP, I have been unsuccessful in deducing how to simply remove all references to that "Congratulations..." line that appears at the top of the content window on the index page.

I simply want it gone, and then have the "user login" be the fist data in the content window on the index page...

but everything I try ends up with a Parse error, so there must be something else hidden away somewhere that I can't find that also needs to be romoved...

I would greatly appreciate it if anyone could point me in the correct direction...

Best Regards
Ken

15 Dec 2006, 2:46 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove the "congratulation..." line(s)?

admin > config > layout settings > Customer Greeting - Show on Index Page > set to "0"

15 Dec 2006, 9:27 PM
#3
prodesk avatar

prodesk

New Zenner

Join Date:
Dec 2006
Posts:
44
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

Thanks much, Like all the other changes where I had found the solution this one too was right before my eyes, but I couldn't see it no matter how hard I looked.

Always nice to know there are friendlies out there to help us new to ZenCart and PHP, it makes life so much less frustrating...

Best Regards To All
ProDesk

3 Jan 2007, 5:56 AM
#4
friends1976 avatar

friends1976

Zen Follower

Join Date:
Dec 2006
Posts:
198
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

I did this on vers. 1.3.7 and it didn't work.

3 Jan 2007, 6:06 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Remove the "congratulation..." line(s)?

The switch removes the:

Welcome Guest! Would you like to log yourself in?

This is in your language files:

Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.

You can locate where something is by going to the Tools ... Developer's Tool Kit ... and in the bottom input box type in something you are looking for such as code, text or variables etc.

Then select the Catalog and click search ...

This will show you where these are located and then you can use your templates and overrides directory to customize the text ...

5 Jan 2007, 11:15 PM
#6
b_g_c avatar

b_g_c

New Zenner

Join Date:
Jan 2007
Location:
SWEDEN
Posts:
14
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

Hi,
**i'm new user what is a template and override directory? :lamo: **

6 Jan 2007, 12:02 AM
#7
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Remove the "congratulation..." line(s)?

To save a lot of repeat typing, please spend some time studying the tutorials (link at the top of the page) :wink2:

26 Jan 2007, 4:54 AM
#8
wickedstangs avatar

wickedstangs

New Zenner

Join Date:
Nov 2006
Location:
San Diego,California
Posts:
48
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

If you want to remove this greeting completely. The file is found at: custom:templates:tpl_index_default.php or this is mine includes/templates/template_default/templates

Remove

<!--<h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>-->
27 Feb 2009, 8:53 PM
#9
beyre avatar

beyre

Zen Follower

Join Date:
Feb 2009
Posts:
422
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

Kobra and wickedstangs ...

You two are the only ones thus far who have actually answered how to REMOVE the Congratulations ... and Would you like to login.

The solution of going into Admin, Config, Layout settings is no where in the Tutorials that I can find and was not mentioned in many of the threads here at the forum.

Seriously, thank you.

I'm knowledgable with Oscommerce, so I had a half idea on where to go to do things, but there is just enough difference in Zencart's code and file layout that I'm still hunting to get things changed.

28 Feb 2009, 6:16 AM
#10
wickedstangs avatar

wickedstangs

New Zenner

Join Date:
Nov 2006
Location:
San Diego,California
Posts:
48
Plugin Contributions:
0

Re: Remove the "congratulation..." line(s)?

beyre:

Kobra and wickedstangs ...

You two are the only ones thus far who have actually answered how to REMOVE the Congratulations ... and Would you like to login.

The solution of going into Admin, Config, Layout settings is no where in the Tutorials that I can find and was not mentioned in many of the threads here at the forum.

Seriously, thank you.

I'm knowledgable with Oscommerce, so I had a half idea on where to go to do things, but there is just enough difference in Zencart's code and file layout that I'm still hunting to get things changed.

Lots of helpful folks on here just have to patient.. :) Glad I could help you out...:clap: