Skip to content

Commit 9a07237

Browse files
author
Leonix
committed
shop plugins yandexmarket v.2.4.9
1 parent d134762 commit 9a07237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/yandexmarket/lib/actions/backend/shopYandexmarketPluginRun.controller.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ protected function info()
12781278
'memory' => sprintf('%0.2fMByte', $this->data['memory'] / 1048576),
12791279
'memory_avg' => sprintf('%0.2fMByte', $this->data['memory_avg'] / 1048576),
12801280
'error_currency' => empty($this->data['error_currency']) ? false : $this->data['error_currency']
1281-
);
1281+
);
12821282

12831283
$stage_num = 0;
12841284
$stage_count = count($this->data['current']);
@@ -2499,7 +2499,7 @@ private function getValue(&$product, $sku, $field, $info)
24992499
$_value = $_value['value'];
25002500
}
25012501

2502-
if (in_array($_value, array('false', 0, '0', null), true)) {
2502+
if (in_array($_value, array('false', 0, '0', '0.0', '0.00', '0.000', '0.0000', null), true)) {
25032503
$value = 'Заказ товара по предоплате';
25042504
}
25052505
break;

plugins/yandexmarket/lib/config/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'description' => 'Экспорт каталога товаров в формате YML',
66
'img' => 'img/yandexmarket.png',
77
'vendor' => 'webasyst',
8-
'version' => '2.4.8',
8+
'version' => '2.4.9',
99
'importexport' => 'profiles',
1010
'export_profile' => true,
1111
'custom_settings' => true,

0 commit comments

Comments
 (0)