Promotional Page for Manufacturer Discount Zen Cart 1.3.*
Version 1.0
Author: Scott Wilson
http://www.thatsoftwareguy.com 
Zen Forum PM swguy

No warranties expressed or implied; use at your own risk.

Thank you for ordering this software.

History: 
1.0 05/01/2013 - First Release 
--------------------------------------------------
Overview: 
Creates a page out of your Free Gift discounts. 
To see an example of such a page, see 

http://www.thatsoftwareguy.com/thatsoft_demo_4/index.php?main_page=manufacturer_promo
--------------------------------------------------

Installation Instructions: 
0. Back up everything!  Try this in a test environment prior to installing
it on a live shop.

1. Unzip the file you have received.  Delete the file "refresh" if it exists.

2. Copy the contents of the folder you have unzipped to 
the root directory of your shop.  NOTE that these files assume
your template name is "custom," so any file with "custom" 
in its path will need to be renamed if you are using a 
different template name.  

3. If you have modified
./includes/templates/custom/sideboxes/tpl_categories.php
already, simply add in the line 

  $content .= '<a class="category-links" href="' . zen_href_link(FILENAME_MANUFDISC_PROMO) . '">' . CATEGORIES_BOX_HEADING_MANUFDISC_PROMO. '</a>' .  '<br />' ."\n";

to your file somewhere close to the end.  

New Files
=========
./includes/extra_datafiles/manufdisc_promo_filenames.php
./includes/languages/english/custom/manufdisc_promo.php
./includes/languages/english/extra_definitions/custom/manufdisc_promo.php
./includes/languages/english/html_includes/custom/define_manufdisc_promo.php
./includes/modules/pages/manufdisc_promo/header_php.php
./includes/templates/custom/templates/tpl_manufdisc_promo_default.php

Overrides
=========
./includes/templates/custom/sideboxes/tpl_categories.php

