How do I change the a sidebox title?

Where are the strings for sidebox titles?

Look in includes/languages/YOURTEMPLATE/english.php. Suppose you want the Categories sidebox to have a different title. Look for

define('BOX_HEADING_CATEGORIES', 'Categories');

Changes for other sideboxes will follow this pattern:

define('BOX_HEADING_XXXXXXXX', 'New Title');

Where XXXXXXXX is the name of the sidebox.

Make the needed changes. Be sure that the single quote marks are not left out.




Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified September 4, 2020 by Scott C Wilson (9e8cba3).