mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Bump new version of Simla.com
This commit is contained in:
parent
287547c212
commit
a17286474d
@ -1,3 +1,7 @@
|
||||
## v3.3.3
|
||||
* Улучшена обработка адреса доставки заказа в обратной синхронизации
|
||||
* Исправлен порядок габаритов товаров в ICML
|
||||
|
||||
## v3.3.2
|
||||
* Ребрендинг модуля RetailCRM --> Simla.com
|
||||
* Улучшена работа с историей изменений заказов из Simla.com
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
2
retailcrm/views/css/styles.min.css
vendored
2
retailcrm/views/css/styles.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
retailcrm/views/img/simla.png
Normal file
BIN
retailcrm/views/img/simla.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 78 KiB |
@ -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'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user