1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл iblock_catalog_change_price.php

См. исходные тексты.

Переменные

 $currenciesList = Currency\CurrencyManager::getCurrencyList()
 $basePriceType = -1
 $priceTypeList = array()
 $sourcePriceType
 $destinationPriceType
foreach( $currenciesList as $currencyCode=> $currencyElement) if(isset($_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS']) && $_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS']==="floor") if(empty( $_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS'])||( $_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS']==="ceil")) if(isset($_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS']) && $_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS']==="round") $sourceInput = "<input type='text' style='width:70px;margin:0 5px' id='exampleSourceValueInput' value='11111.11'>"
 $javascriptParams

Переменные

◆ $basePriceType

$basePriceType = -1

См. определение в файле iblock_catalog_change_price.php строка 22

◆ $currenciesList

$currenciesList = Currency\CurrencyManager::getCurrencyList()

См. определение в файле iblock_catalog_change_price.php строка 21

◆ $destinationPriceType

$destinationPriceType
Инициализатор
= (isset($_SESSION['CHANGE_PRICE_PARAMS']['PRICE_TYPE'])
? (int)$_SESSION['CHANGE_PRICE_PARAMS']['PRICE_TYPE']
: 0
)

См. определение в файле iblock_catalog_change_price.php строка 43

◆ $javascriptParams

$javascriptParams
Инициализатор
"tableReloadId" => htmlspecialcharsbx($_POST['sTableID']),
"alertMessages" => array(
"onePriceType" => Loc::getMessage('IBLIST_CHPRICE_ALERT_ONE_PRICE_TYPE'),
"nullValue" => Loc::getMessage('IBLIST_CHPRICE_ALERT_NOT_NULL'),
"equalPriceTypes" => Loc::getMessage('IBLIST_CHPRICE_ERR_EQUAL_PRICE_TYPES'),
"basePriceChange" => Loc::getMessage('IBLIST_CHPRICE_ERR_BASE_PRICE_SELECTED'),
"destinationPriceEmpty" => Loc::getMessage('IBLIST_CHPRICE_ERR_DESTINATION_PRICE_EMPTY'),
"sourcePriceEmpty" => Loc::getMessage('IBLIST_CHPRICE_ERR_SOURCE_PRICE_EMPTY')
),
"basePriceType" => (string)$basePriceType
)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$basePriceType
Определения iblock_catalog_change_price.php:22
htmlspecialcharsbx($string, $flags=ENT_COMPAT, $doubleEncode=true)
Определения tools.php:2701

См. определение в файле iblock_catalog_change_price.php строка 291

◆ $priceTypeList

$priceTypeList = array()

См. определение в файле iblock_catalog_change_price.php строка 23

◆ $sourceInput

foreach($currenciesList as $currencyCode=> $currencyElement) if(isset( $_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS']) &&$_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS']==="floor") if(empty($_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS'])||($_SESSION['CHANGE_PRICE_PARAMS']['FORMAT_RESULTS']==="ceil")) if (isset( $_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS']) &&$_SESSION[ 'CHANGE_PRICE_PARAMS'][ 'FORMAT_RESULTS']==="round") $sourceInput = "<input type='text' style='width:70px;margin:0 5px' id='exampleSourceValueInput' value='11111.11'>"

См. определение в файле iblock_catalog_change_price.php строка 264

◆ $sourcePriceType

$sourcePriceType
Инициализатор
= (isset($_SESSION['CHANGE_PRICE_PARAMS']['INITIAL_PRICE_TYPE'])
? (int)$_SESSION['CHANGE_PRICE_PARAMS']['INITIAL_PRICE_TYPE']
: 0
)

См. определение в файле iblock_catalog_change_price.php строка 36