Files
drmaterac.pl/modules/smartsupp/views/templates/admin/includes/features.tpl
2025-03-21 20:24:43 +01:00

53 lines
1.8 KiB
Smarty

<?php
/**
* NOTICE OF LICENSE
*
* Smartsupp live chat - official plugin. Smartsupp is free live chat with visitor recording.
* The plugin enables you to create a free account or sign in with existing one. Pre-integrated
* customer info with WooCommerce (you will see names and emails of signed in webshop visitors).
* Optional API for advanced chat box modifications.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author Smartsupp
* @copyright 2021 Smartsupp.com
* @license GPL-2.0+
**/
?>
<section class="features">
<div class="features__container">
<div class="features__item">
<span class="features__header">
{l s='MULTICHANNEL' mod='smartsupp'}
</span>
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/multichannel.png" />
<h2 class="features__item-title">
{l s='Respond to customer\'s chats and emails from one place' mod='smartsupp'}
</h2>
</div>
<div class="features__item">
<span class="features__header">
{l s='CHAT BOT' mod='smartsupp'}
</span>
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/multichannel.png" />
<h2 class="features__item-title">
{l s='Engage your visitors with automated chat bot' mod='smartsupp'}
</h2>
</div>
<div class="features__item">
<span class="features__header">
{l s='MOBILE APP' mod='smartsupp'}
</span>
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/multichannel.png" />
<h2 class="features__item-title">
{l s='Chat with customers on the go with app for iOS & Android' mod='smartsupp'}
</h2>
</div>
</div>
<div class="features__all">
<a href="https://smartsupp.com" target="_blank" class="btn btn--link btn--arrow">
{l s='Explore All Features on our website' mod='smartsupp'}
</a>
</div>
</section>