
Originally Posted by
rcnenni
Thank you for the quick response!
I don't really understand what to type in to search for those though, I either get no results or a list of 200-300 items.
For the new products, suggest searching for:
New Products for
The month changes for each month so I don't expect that to be listed as part of the text.
For the text: New? Please provide your billing information
Just search for the entire text... No reason to really search in parts. Suggest using the last search option on the Developer's Tool Kit. Choose Catalog for the drop down, then the button on the right. Should find a limited number of occurrences for each of those...
As for the all capital word, HEADING_TITLE, much as picaflor was saying, basically there is nothing that tells ZC what to substitute in HEADING_TITLE. variables that are in all caps are defined either in the database or in files, but basically set to a value that can not be changed in the program. If defined in a file one should see the following somewhere in a file:
Code:
define('HEADING_TITLE','Whatever Text should be displayed but at least double quotes.');
The define would typically be in a language file because it would more than likely be changed for each language that it is used with.