%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/wizards/bitrix/eshop/site/public/ru/personal/order/ |
| Current File : //home/bitrix/www/bitrix/wizards/bitrix/eshop/site/public/ru/personal/order/index.php |
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Заказы");
?><?$APPLICATION->IncludeComponent("bitrix:sale.personal.order", "list", array(
"SEF_MODE" => "Y",
"SEF_FOLDER" => "#SITE_DIR#personal/order/",
"ORDERS_PER_PAGE" => "10",
"PATH_TO_PAYMENT" => "#SITE_DIR#personal/order/payment/",
"PATH_TO_BASKET" => "#SITE_DIR#personal/cart/",
"SET_TITLE" => "Y",
"SAVE_IN_SESSION" => "N",
"NAV_TEMPLATE" => "arrows",
"SEF_URL_TEMPLATES" => array(
"list" => "index.php",
"detail" => "detail/#ID#/",
"cancel" => "cancel/#ID#/",
),
"SHOW_ACCOUNT_NUMBER" => "Y"
),
false
);?><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>