Dodanie nowych plików tłumaczeń, aktualizacja wersji modułu gm_omniprice do 1.2.0 oraz poprawki w kodzie i logach
This commit is contained in:
10
modules/gm_omniprice/upgrade/upgrade-1.1.11.php
Normal file
10
modules/gm_omniprice/upgrade/upgrade-1.1.11.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_1_11($object)
|
||||
{
|
||||
Configuration::updateValue('GM_OMNIPRICE_SHOW_REAL_DISCOUNT', false);
|
||||
return true;
|
||||
}
|
||||
10
modules/gm_omniprice/upgrade/upgrade-1.2.0.php
Normal file
10
modules/gm_omniprice/upgrade/upgrade-1.2.0.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_2_0($object)
|
||||
{
|
||||
Configuration::updateValue('GM_OMNIPRICE_INDEX_INACTIVE', false);
|
||||
return true;
|
||||
}
|
||||
10
modules/gm_omniprice/upgrade/upgrade-1.2.3.php
Normal file
10
modules/gm_omniprice/upgrade/upgrade-1.2.3.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_1_2_3($object)
|
||||
{
|
||||
Configuration::updateValue('GM_OMNIPRICE_IGNORE_NON_EU', false);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user