=== How do I Remove/Delete the Sales message or Tagline? ===
Earlier versions of Zen Cart™ required changing 3 files to accomplish this. This was necessary in order to eliminate the "empty div" bug in IE.
With Zen Cart™ v1.35 this is easily accomplished as follows:
open the ''includes/languages/ENGLISH/header.php'' file in your text editor. Find the following line of code:
Code:
define('HEADER_SALES_TEXT', '');
Delete the tagline text, making sure that the single quote marks are not deleted.
Bookmarks