Current Path : /var/www/u0635749/data/www/hobbyclick.ru/public/bitrix/blocks/bitrix/store.order/ |
Current File : /var/www/u0635749/data/www/hobbyclick.ru/public/bitrix/blocks/bitrix/store.order/.description.php |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } use \Bitrix\Main\Localization\Loc; return array( 'block' => array( 'name' => Loc::getMessage('LANDING_BLOCK_STORE.ORDER_NAME'), 'section' => array('store'), 'type' => 'null', 'html' => false, 'namespace' => 'bitrix', ), 'nodes' => array( 'bitrix:sale.order.ajax' => array( 'type' => 'component', 'extra' => array( 'editable' => array( 'SHOW_COUPONS' => array(), ), ), ), ), );