25 lines
801 B
Smarty
25 lines
801 B
Smarty
{*
|
|
* MailChimp
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Commercial License
|
|
* you can't distribute, modify or sell this code
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file
|
|
* If you need help please contact leo@prestachamps.com
|
|
*
|
|
* @author Mailchimp
|
|
* @copyright Mailchimp
|
|
* @license commercial
|
|
*}
|
|
<div class="alert alert-info" role="alert">
|
|
{l s='In this area you will be able to sync information from your store with Mailchimp (products, custmers, etc.). If you have multistore enabled, please make sure you have selected the correct store you want to synchronize.' mod='mailchimppro'}
|
|
</div>
|
|
{include file="./_product.tpl"}
|
|
{include file="./_store.tpl"}
|
|
{include file="./_customer.tpl"}
|
|
{include file="./_order.tpl"}
|
|
{include file="./_promo-code.tpl"} |