%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/sale.affiliate.plans/templates/.default/ |
| Current File : /home/bitrix/www/bitrix/components/bitrix/sale.affiliate.plans/templates/.default/template.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?><?
if (count($arResult) > 0)
{
?>
<ul>
<?
foreach ($arResult as $arPlan)
{
?>
<li><b><?=$arPlan["NAME"]?></b><br />
<?
if (StrLen($arPlan["DESCRIPTION"]) > 0)
{
?>
<small><?=$arPlan["DESCRIPTION"]?></small><br />
<?
}
?>
<?=GetMessage("SPCAT1_TARIF")?>
<?=$arPlan["BASE_RATE_FORMAT"] ?>
<br />
<?
if ($arPlan["MIN_PLAN_VALUE"] > 0)
{?>
<?=$arPlan["MIN_PLAN_VALUE_FORMAT"]?>
<br />
<?
}
?>
</li>
<?
}
?>
</ul>
<?
}
else
{
?>
<?=ShowError(GetMessage("SPCAT1_NO_PLANS"))?>
<?
}
?>