Zen Cart Logo
Forums / General Questions / How do I remove sales message goes here

How do I remove sales message goes here

Views: 3,915

Results 1 to 3 of 3
2 Feb 2011, 7:36 AM
#1
i_wish_i_could avatar

i_wish_i_could

Zen Follower

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

How do I remove sales message goes here

I have version v1.3.9h

I have just started setting up Zen Cart but I can'd find a way to remove "Sales Message Goes Here" from the top of my Zen Cart Classic home page.

Can anyone help?

Thanks
I wish I could:D

2 Feb 2011, 8:19 AM
#2
louis avatar

louis

Zen Follower

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

Re: How do I remove sales message goes here

See https://www.zen-cart.com/tutorials/index.php for help on this and a number of other commonly requested topics.

7 Feb 2011, 12:11 PM
#3
liizz avatar

liizz

New Zenner

Join Date:
Jan 2011
Posts:
58
Plugin Contributions:
0

Re: How do I remove sales message goes here

Hi,

Go to yourfoldername/includes/languages/english/header.php
Comment this line define('HEADER_SALES_TEXT', 'TagLine Here');

Go to yourfoldername/includes/languages/english/classic/header.php
Comment this line define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');

Hope this helps