...
Блок кода | ||||||
---|---|---|---|---|---|---|
| ||||||
\Bitrix\Main\Loader::includeModule('boxberry.delivery'); $bbCity = \Boxberry\Bitrix\CitiesFullTable::getBbCityByBitrixLocationCode('0000073738'); // 0000073738 - Москва, код города в Битриксе echo '<pre>'; print_r($bbCity); echo '</pre>'; |
...
Изменение мест в
...
заказе Якорь onBeforeGetWeightsDescription onBeforeGetWeightsDescription
onBeforeGetWeightsDescription | |
onBeforeGetWeightsDescription |
Регистрируем обработчик события onBeforeGetWeights, затем, для примера, меняем вес у первого места
...