<!-- Scheduled Collection Banners for Monthly Offers Begins -->   

      
<!-- promoCentral --->   
{%- comment -%} 
Product ID: {{product.id}}<br>
Product Handle: {{product.handle}}<br>
Collection ID: {{collection.id}}<br>
Collection Handle: {{collection.handle}}<br>
Vendor: {{product.vendor}}<br>
    {%- endcomment -%}  

<!--ITERATE THROUGH THE TAGS-->
{% for tag in product.tags %}
	{% if tag contains "promo" %}
		{{ tag }}<br>
		{% assign promoTags = tag | split: "*" %}
     
		{% for promoTag in promoTags %}
			{{ promoTag }}<br>
		{% endfor %}
      
      	Start Date: {{ promoTags[1] }}<br>
      	End Date: {{ promoTags[2] }}
      	Collection Page: {{ promoTags[3] }}
	{% endif %}  
{% endfor %}   
{%- comment -%} 
Current Date: {{ 'now' | date: '%Y-%m-%d' }}<br>
Current Page: {{ request.path }}
      "https://ipp.minnesotainteractive.com/promoCentral.php?siteId=cd&this_page={{ request.path }}&date={{ 'now' | date: '%Y-%m-%d' }}"
{%- endcomment -%}
      
<div id="promoCentralBanner"></div>
<script>
$("#promoCentralBanner").load("https://ipp.minnesotainteractive.com/promoCentral.php?siteId=cd&this_page={{ request.path }}&current_date={{ 'now' | date: '%Y-%m-%d' }}");
</script>  

   
<!-- end promoCentral --->     
      
     
      
      
      
<!-- Scheduled Collection Banners for Monthly Offers Ends -->  