Customize Header Text Ad:
In your favorite plain text editor, open the includes/languages/english/abbington_mega/header.php.
On or around line 19 find this code:
define(
'HEADER_TITLE_PROMO1'
,
'<span class="promo-big">FREE SHIPPING</span><br />on all orders over <span class="promo-red">$50.00</span>'
);
Change the text in green to your ad text, or remove it for no ad. Be sure to keep the single quotes intact.
define(
'HEADER_TITLE_PROMO1'
,
'<span class="promo-big">YOUR TITLE HERE</span><br />Your text here <span class="promo-red">Your text here</span>'
);
Save the file.
***This is a php file and MUST be edited in a plain text editor. If you try to edit this file in any type of wysiwyg editor, the code will be corrupted and when you insert the file back into your zen cart it will break your entire site.***