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
Views: 914
New Zenner
https://www.newsacspc.com/cart
The HEADING_TITLE. I want to remove it or change it
Black Belt
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).
New Zenner
Fantastic, Thank you!:clap:
Tell staff why this post should be reviewed.