Zen Cart Logo
Forums / Basic Configuration / how do i edit or remove the Sales Message Goes Here

how do i edit or remove the Sales Message Goes Here

Locked

Views: 4,883

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
6 Jun 2008, 9:35 PM
#1
semaxd avatar

semaxd

New Zenner

Join Date:
May 2008
Location:
Ventura Co.
Posts:
82
Plugin Contributions:
1

how do i edit or remove the Sales Message Goes Here

:frusty:where do i remove the '"Sales Message Goes Here" in the header i dont particularlly need any message there and it blocks my logo

any help would be great
thanks
jim

6 Jun 2008, 9:57 PM
#2
louis avatar

louis

Zen Follower

Join Date:
Jul 2006
Location:
Johannesburg
Posts:
408
Plugin Contributions:
0

Re: how do i edit or remove the Sales Message Goes Here

Search the FAQ.

You will find that by looking in the FAQ first you will find the solution for most of your questions.

6 Jun 2008, 10:00 PM
#4
semaxd avatar

semaxd

New Zenner

Join Date:
May 2008
Location:
Ventura Co.
Posts:
82
Plugin Contributions:
1

Re: how do i edit or remove the Sales Message Goes Here

thanks!

8 Jun 2008, 8:04 AM
#5
winwallc avatar

winwallc

New Zenner

Join Date:
Jun 2008
Posts:
10
Plugin Contributions:
0

Re: how do i edit or remove the Sales Message Goes Here

Steven300:

Related Tutorial/FAQ:
https://www.zen-cart.com/tutorials/index.php?article=127

I must be missing somehing here cause nowhere in the tutorial article 127 does it mention removal instructions, instead it just show how to modify the text and image. I copied the "header.php" file from the default folder and deleted the code that handles those two things, but it still show up as missing image link. Now the text shows: "Header_Alt_Text" and "Header_Sales_Text". What can I do to remove it entirely? btw, this is my first time quote post and a new Zenner. Thanks in advance.

8 Jun 2008, 1:52 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: how do i edit or remove the Sales Message Goes Here

winwallc:

. Now the text shows: "Header_Alt_Text" and "Header_Sales_Text". .

From the tutorial in question:

Replace the tagline text with your own text, making sure that the single quote marks are not left out. (Actually, that should say 'are not removed')

That's why you're getting the HEADER_ALT_TEXT, etc.

Anytime you're changing or removing text that's in a define statement, you have to leave the single quote marks.

9 Jun 2008, 5:01 PM
#7
semaxd avatar

semaxd

New Zenner

Join Date:
May 2008
Location:
Ventura Co.
Posts:
82
Plugin Contributions:
1

Re: how do i edit or remove the Sales Message Goes Here

I just want to remove the text completly. What do i modify/put here ?

defineCOLOR="Red"[/COLOR];

I have a new header image already up. we dont need a sales message.
If i just remove the text from the header.php file above leaving the empty quotes, the text is gone however, it cuts off the bottom of my Bg_image so how do i remove the text and keep my logo intact.

thanks
jim

9 Jun 2008, 9:12 PM
#8
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: how do i edit or remove the Sales Message Goes Here

Should say this.

define('HEADER_SALES_TEXT', '');

9 Jun 2008, 9:32 PM
#9
semaxd avatar

semaxd

New Zenner

Join Date:
May 2008
Location:
Ventura Co.
Posts:
82
Plugin Contributions:
1

Re: how do i edit or remove the Sales Message Goes Here

stevesh:

Should say this.

define('HEADER_SALES_TEXT', '');

so i did that.:cool:

I copied and pasted it exactly. it got rid of the text but it still cuts off the bottom of the header image. how do i keep it from doing that?
BEFORE


**
AFTER TEXT REMOVAL**

10 Jun 2008, 7:43 AM
#10
louis avatar

louis

Zen Follower

Join Date:
Jul 2006
Location:
Johannesburg
Posts:
408
Plugin Contributions:
0

Re: how do i edit or remove the Sales Message Goes Here

Have you tried removing it from your CSS files?

10 Jun 2008, 10:47 AM
#11
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: how do i edit or remove the Sales Message Goes Here

Two different problems, I think. Can we see the actual site? If it's local, try changing the 'height' portion of your #logowrapper in the stylesheet.

10 Jun 2008, 5:38 PM
#12
semaxd avatar

semaxd

New Zenner

Join Date:
May 2008
Location:
Ventura Co.
Posts:
82
Plugin Contributions:
1

Re: how do i edit or remove the Sales Message Goes Here

ok thanks will try that