Current path: home/webdevt/prestashop17/admin7261/themes/default/template/controllers/modules/
?? Go up: /home/webdevt/prestashop17/admin7261/themes/default/template/controllers
{**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/OSL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to https://devdocs.prestashop.com/ for more information.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*}
{assign var=module_name value='<strong><span class="module-display-name-placeholder"></span></strong>'}
<div class="modal-body">
<div class="alert alert-warning">
<h4>{l s='You are about to install "%s", a module which is not compatible with your country.' sprintf=[$module_name]}</h4>
<p>
{l s='This module was not verified by PrestaShop hence we cannot certify that it works well in your country and that it complies with our quality requirements.'}
<strong>{l s='Use at your own risk.'}</strong>
</p>
</div>
<h3>{l s='What Should I Do?'}</h3>
<p>
{l s='If you are unsure about this, you should contact the Customer Service of %s to ask them to make the module compatible with your country.' sprintf=[$module_name]}<br />
{l s='Moreover, we recommend that you use an equivalent module: compatible modules for your country are listed in the "Modules" tab of your back office.'}
</p>
<p>
{l s='If you are unsure about this module, you can look for similar modules on the official marketplace.'}
<a target="_blank" rel="noopener noreferrer nofollow" href="https://addons.prestashop.com/">{l s='Click here to browse PrestaShop Addons.'}</a>
</p>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-sm-12 text-center">
<a id="proceed-install-anyway" href="#" class="btn btn-warning">{l s='Proceed with the installation'}</a>
<button type="button" class="btn btn-default" data-dismiss="modal">{l s='Back to modules list'}</button>
</div>
</div>
</div>