• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/preset/basepreset.php
  • Класс: BitrixSaleDiscountPresetBasePreset
  • Вызов: BasePreset::processShowFinalStep
public function processShowFinalStep(State $state)
{
	return Loc::getMessage('SALE_BASE_PRESET_FINAL_OK', array(
		'#NAME#' => htmlspecialcharsbx($state->get('discount_name'))
	));
}