Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problems with removing Sales Text

Problems with removing Sales Text

Locked

Views: 666

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
4 Oct 2009, 7:36 AM
#1
chubacheroo avatar

chubacheroo

New Zenner

Join Date:
Aug 2008
Posts:
6
Plugin Contributions:
0

Problems with removing Sales Text

I followed the instructions on the FAQ page and on some threads here and simply removed the sales text strapline (leaving the punctuation so I've got:

define('HEADER_SALES_TEXT', '');

But now I have
HEADER_SALES_TEXT in my header! I can't get rid of it. Any help would be great!

Thanks in advance.

4 Oct 2009, 3:25 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Problems with removing Sales Text

define('HEADER_SALES_TEXT', '');

Make sure that's two single quote marks and not one quotation mark. Other than that, it should work.