How do I change the "Sales Message Goes Here" or "Tagline Here" text?

Removing these default text placeholders

To change the Sales Message Goes Here or Tagline Here text to say what you want, do the following:

Instructions for 1.5.8 and above:

Edit includes/languages/english/YOURTEMPLATE/lang.header.php. (Copy includes/languages/english/lang.header.php to includes/languages/english/YOURTEMPLATE/lang.header.php if the override file doesn’t already exist.)

Find the following line of code:

    'HEADER_SALES_TEXT' => 'TagLine Here',

Replace Tagline Here with your own text, making sure that the single quote marks are not left out.

Instructions for 1.5.7 and below:

Edit includes/languages/english/YOURTEMPLATE/header.php. (Copy includes/languages/english/header.php to includes/languages/english/YOURTEMPLATE/header.php if the override file doesn’t already exist.)

Find the following line of code:

define('HEADER_SALES_TEXT', 'Tagline Here');

Replace Tagline Here with your own text, making 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 May 29, 2023 by Scott C Wilson (a78d29f).