Files
newwalls.pl/modules/mailchimppro/views/templates/admin/wizard/step-5.tpl
2024-12-17 13:43:22 +01:00

31 lines
988 B
Smarty

{*
* PrestaChamps
*
* 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 PrestaChamps
* @license commercial
*}
<div class="text-center">
<div class="alert alert-info alert-mc" id="product-sync-in-progress">
{l s='Syncing products, please wait' mod='mailchimppro'}
</div>
<div class="alert alert-success alert-mc hidden" id="product-sync-completed">
{l s='The batch operation of syncing the products has been sent to the Mailchimp servers.' mod='mailchimppro'}
</div>
<div class="alert alert-error hidden" id="product-sync-error">
{l s='Error during product sync error' mod='mailchimppro'}
</div>
<div class="progress hidden">
<div class="progress-bar" style="width:0"></div>
</div>
</div>