Your IP : 3.144.93.79


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/blocks/bitrix/store.order/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/blocks/bitrix/store.order/.description.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

use \Bitrix\Main\Localization\Loc;

return [
	'block' => [
		'name' => Loc::getMessage('LANDING_BLOCK_STORE.ORDER_NAME'),
		'section' => ['store'],
		'type' => 'null',
		'html' => false,
		'namespace' => 'bitrix',
	],
	'nodes' => [
		'bitrix:sale.order.ajax' => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					'SHOW_COUPONS' => [],
				],
			],
		],
	],
	'assets' => [
		'ext' => ['landing_jquery'],
	],
];