Bump new version of Simla.com

This commit is contained in:
opheugene 2021-07-16 13:22:49 +03:00 committed by GitHub
parent 287547c212
commit a17286474d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,7 @@
## v3.3.3
* Улучшена обработка адреса доставки заказа в обратной синхронизации
* Исправлен порядок габаритов товаров в ICML
## v3.3.2
* Ребрендинг модуля RetailCRM --> Simla.com
* Улучшена работа с историей изменений заказов из Simla.com

View File

@ -1 +1 @@
3.3.2
3.3.3

View File

@ -138,7 +138,7 @@ class RetailCRM extends Module
{
$this->name = 'retailcrm';
$this->tab = 'export';
$this->version = '3.3.2';
$this->version = '3.3.3';
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
$this->displayName = $this->l('Simla.com');
$this->description = $this->l('Integration module for Simla.com');
@ -1140,7 +1140,7 @@ class RetailCRM extends Module
return false;
}
}
return true;
}

View File

@ -75,8 +75,8 @@ body, html {
}
}
&-video {
margin: 57px auto 0;
max-width: 442px;
margin: 30px auto 0;
text-align: center;
position: relative;
&-trigger {
@ -147,12 +147,12 @@ body, html {
font-weight: 600;
line-height: 24px;
margin-bottom: 22px;
&_link {
color: @blue;
transition: .25s ease;
float: right;
&:hover {
color: @blueHover;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View File

@ -42,6 +42,9 @@
<div class="retail retail-wrap">
{include file='./module_messages.tpl'}
<div class="retail-container">
<div class="retail-video">
<img src="{$assets|escape:'htmlall':'UTF-8'}/img/simla.png" width="220" height="220" alt="Simla" />
</div>
<h1 class="retail-title">Simla.com</h1>
<div class="retail-txt retail-descript">
{l s='Simla.com is a service for online stores that can prevent you from losing orders and increase the income at all stages of the funnel.' mod='retailcrm'}