%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/sale.ajax.delivery.calculator/templates/input/ |
Current File : /home/bitrix/www/bitrix/components/bitrix/sale.ajax.delivery.calculator/templates/input/ajax.php |
<? define("STOP_STATISTICS", true); require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php"); $APPLICATION->IncludeComponent( 'bitrix:sale.ajax.delivery.calculator', 'input', array( "AJAX_CALL" => "Y", "STEP" => intval($_REQUEST["STEP"]), "DELIVERY" => $_REQUEST["DELIVERY"], "DELIVERY_ID" => $_REQUEST["DELIVERY_ID"], "PROFILE" => $_REQUEST["PROFILE"], "ORDER_WEIGHT" => doubleval($_REQUEST["WEIGHT"]), "ORDER_PRICE" => doubleval($_REQUEST["PRICE"]), "LOCATION_TO" => intval($_REQUEST["LOCATION"]), "LOCATION_ZIP" => $_REQUEST['LOCATION_ZIP'], "CURRENCY" => $_REQUEST["CURRENCY"], "INPUT_NAME" => $_REQUEST["INPUT_NAME"], "INPUT_DISABLED" => $_REQUEST["INPUT_DISABLED"], "TEMP" => $_REQUEST["TEMP"] )); require_once($_SERVER["DOCUMENT_ROOT"].BX_ROOT."/modules/main/include/epilog_after.php"); ?>