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 ## v3.3.2
* Ребрендинг модуля RetailCRM --> Simla.com * Ребрендинг модуля RetailCRM --> Simla.com
* Улучшена работа с историей изменений заказов из 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->name = 'retailcrm';
$this->tab = 'export'; $this->tab = 'export';
$this->version = '3.3.2'; $this->version = '3.3.3';
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL'; $this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
$this->displayName = $this->l('Simla.com'); $this->displayName = $this->l('Simla.com');
$this->description = $this->l('Integration module for Simla.com'); $this->description = $this->l('Integration module for Simla.com');

View File

@ -75,8 +75,8 @@ body, html {
} }
} }
&-video { &-video {
margin: 57px auto 0; margin: 30px auto 0;
max-width: 442px; text-align: center;
position: relative; position: relative;
&-trigger { &-trigger {

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"> <div class="retail retail-wrap">
{include file='./module_messages.tpl'} {include file='./module_messages.tpl'}
<div class="retail-container"> <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> <h1 class="retail-title">Simla.com</h1>
<div class="retail-txt retail-descript"> <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'} {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'}