• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/preset/basepreset.php
  • Класс: BitrixSaleDiscountPresetBasePreset
  • Вызов: BasePreset::processShowInputNameInternal
protected function processShowInputNameInternal(State $state)
{
	return '
		
' . Loc::getMessage('SALE_BASE_PRESET_ORDERAMOUNT_FIELD_NAME') . ':
' . Loc::getMessage('SALE_BASE_PRESET_ORDERAMOUNT_LID') . ': ' . HtmlHelper::generateSelect('discount_lid', $this->getSiteList(), $state->get('discount_lid')) . '
'; }