Dynamic Variables
When editing your template files, you'll notice certain elements listed in brackets like <replace-HeaderCategories-replace>
Please be sure to preserve these bracketed items when editing your templates. Here is a list of some of the Dynamic Variables You can add these to your design changes as well.
Categories:
<replace-HeaderCategories-replace>
This is designs to give a list of categories and the 2nd level sub-categories in this format to be used in a menu. The leading and trailing "<UL>" and "</UL>" are left out on purpose.
<li>
<a href='/GroupCatalog/36/Breakroom-and-Janitorial.html' title='Breakroom and Janitorial'>Breakroom and Janitorial<div class='fa fa-arrow-circle-right' style='float:right;'></div></a>
<div class='grid-container3'>
<ul>
<li>
<a href='/Catalog/233413/Air-Cleaners,-Fans,-Heaters-and-Humidifiers.html' title='Air Cleaners, Fans, Heaters & Humidifiers'>Air Cleaners, Fans, Heaters & Humidifiers</a>
</li>
<li>
<a href='/Catalog/233414/Appliances.html' title='Appliances'>Appliances</a>
</li>
<li>
<a href='/Catalog/233415/Bags-and-Liners.html' title='Bags & Liners'>Bags & Liners</a>
</li>
</ul>
</div>
</li>
Menu Links:
<replace-HeaderLinks-replace>
This is designed to give you your menu header links in this format: The leading and trailing "<UL>" and "</UL>" are left out on purpose.
<li><a href="/somelink.asp">Link 1</a></li>
<li><a href="/somelink.asp">Link 2</a></li>
<li><a href="/somelink.asp">Link 3</a></li>
Logo & Link:
<replace-LogoReplace-replace>
This is designed to give you your menu header links in this format: The leading and trailing "<UL>" and "</UL>" are left out on purpose.
<a href='[link to home page or custom link]' Class='FirstLogo' >
<img src='/images/yourlogolocation.jpg"' title='Home' Class='FirstLogo'>
</a>
Editing Your HTML Menu Options