Zen Cart Logo
Forums / Basic Configuration / Where do I change this:

Where do I change this:

Locked

Views: 914

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Dec 2008, 8:41 PM
#1
rvdsabu4life avatar

rvdsabu4life

New Zenner

Join Date:
Nov 2008
Posts:
19
Plugin Contributions:
0

Where do I change this:

https://www.newsacspc.com/cart

The HEADING_TITLE. I want to remove it or change it

3 Dec 2008, 8:50 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Where do I change this:

Your Zen Cart is not finding the definition of that constant, so is outputting its name.

In admin > Tools > Developers Toolkit, paste HEADING_TITLE in the lower left box, select all files and search. Among the results will be the language file where the constant is defined (unless you have deleted it).

If you want it to be blank, change the define to '' (two single quotes).

3 Dec 2008, 8:53 PM
#3
rvdsabu4life avatar

rvdsabu4life

New Zenner

Join Date:
Nov 2008
Posts:
19
Plugin Contributions:
0

Re: Where do I change this:

Fantastic, Thank you!:clap: