ACCESS
Username: ippPromos
Password: ippPromos


USAGE
1. Go to the entry form: https://ipp.minnesotainteractive.com/promocentral/form.php

2. Fill in the information. You may copy and paste from the spreadsheet.

3. Save the promo.

4. Copy the "PRODUCT TAG" which will be generated. Add this tag to all applicate product(s). [Note: you may bulk-select products and add the tag to multiple items at once.]

5. Either repeat steps 1-4 by clicking an "Add New Promo" link, or create a copy of the promo you just saved.


TO VIEW
1. Visit the URL of any tagged product. (The banner must be "active" on the date you visit for it to be visible.)
2. Visit the URL of any target link.




-------------------------------------------------------------------------------------------------------------

SITE THEME INSTALLATION
1. Place snippet for product-template.liquid above the opening "images" div, below the banner area:
    On C&D the tag to place the snippet before is:

	<div class="grid" style="margin-top:10px;"> 

2. Place snippet for collection-template.liquid above the opening "breadcrumbs" div, below the banner area:
    On C&D the tag to place the snippet before is:

	<br/>
	      <div class="col-md-3">
	        {% if collection.handle == "all" %}
	        <ul style="margin-bottom:20px; text-transform:uppercase;">
	          <li style="padding-bottom:5px; padding-top:8px; border:2px solid #808080; text-align:center;"><a href="/collections/dog/{% if current_tags.size == 1 %}{{ current_tags | handleize }}{% endif %}" style="color:#808080;" display: block;>Shop Dog</a></li>
	          <li style="padding-bottom:5px; padding-top:8px; margin-top:7px; border:2px solid #808080; text-align:center;"><a href="/collections/cat/{% if current_tags.size == 1 %}{{ current_tags | handleize }}{% endif %}" style="color:#808080;" display: block;>Shop Cat</a></li>
	        </ul>
	        {% endif %}

3. Place snippet for product-form.liquid above the yotpo Reviews div, below the price area:
    On C&D the tag to place the snippet before is:
	
    <div class="yotpo bottomLine" id="yotpoWithFastLoading" data-product-id="{{ product.id }}">
	
4. Delete all conditional code for monthly promos in product-template.liquid

5. Delete all conditional code for monthly promos in product-form.liquid

