Импорт из 1с в минишоп
есть плагин на событие
mSyncOnProductImport
if ($modx->event->name != 'mSyncOnProductImport') return;
$modx->log(1, 'в лог: ' . print_r($properties,1));
echo $properties["Полное наименование"];
echo $properties["Цвет маркера"];
как записать в pagetitle
товара значение $properties["Полное наименование"]
? Комментарии: 2
Если верить документации:
$resource->set('pagetitle', $properties["Полное наименование"]);
Желательно еще и $mode проверять, $resource может быть и категорией.
пишет вот такое
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/cache/includes/elements/modplugin/71.include.cache.php : 13) в лог: 1
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1031) `' . $resource->get('id') . '` is not a valid integer and may not be passed to makeUrl()
[2019-09-11 15:45:07] (ERROR in uri /assets/components/msync/1c_exchange.php?type=catalog&mode=import&filename=import0_1.xml @ /home/c/cw89159/kristroom/public_html/core/model/modx/modparser.class.php : 1373) Bad link tag `[[~' . $resource->get('id') . ']]` encountered
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1031) `' . $resource->get('id') . '` is not a valid integer and may not be passed to makeUrl()
[2019-09-11 15:45:07] (ERROR in uri /assets/components/msync/1c_exchange.php?type=catalog&mode=import&filename=import0_1.xml @ /home/c/cw89159/kristroom/public_html/core/model/modx/modparser.class.php : 1373) Bad link tag `[[~' . $resource->get('id') . ']]` encountered
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1031) `' . $resource->get('id') . '` is not a valid integer and may not be passed to makeUrl()
[2019-09-11 15:45:07] (ERROR in uri /assets/components/msync/1c_exchange.php?type=catalog&mode=import&filename=import0_1.xml @ /home/c/cw89159/kristroom/public_html/core/model/modx/modparser.class.php : 1373) Bad link tag `[[~' . $resource->get('id') . ']]` encountered
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1031) `' . $resource->get('id') . '` is not a valid integer and may not be passed to makeUrl()
[2019-09-11 15:45:07] (ERROR in uri /assets/components/msync/1c_exchange.php?type=catalog&mode=import&filename=import0_1.xml @ /home/c/cw89159/kristroom/public_html/core/model/modx/modparser.class.php : 1373) Bad link tag `[[~' . $resource->get('id') . ']]` encountered
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1031) `' . $resource->get('id') . '` is not a valid integer and may not be passed to makeUrl()
[2019-09-11 15:45:07] (ERROR in uri /assets/components/msync/1c_exchange.php?type=catalog&mode=import&filename=import0_1.xml @ /home/c/cw89159/kristroom/public_html/core/model/modx/modparser.class.php : 1373) Bad link tag `[[~' . $resource->get('id') . ']]` encountered
[2019-09-11 15:45:07] (ERROR @ /home/c/cw89159/kristroom/public_html/core/model/modx/modx.class.php : 1671) [mSyncOnProductImport]Шуба из барашкаЖелтый•#F3F425msProduct_mysql Object
Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.