{* shopping cart *}
{if $cart_total ne ""}{$smarty.const.CART_TITLE}{else}{$smarty.const.CART_EMPTY}{/if}
{if $cart_total ne ""}
{section loop=$cart_content name=i} {/section} {* быстрая доставка *} {if $smarty.const.CONF_FAST_ORDER_ON>0} {/if} {* доставка *} {if $shipping_free != 1} {else} {/if} {* Подарок *} {if $present_list ne NULL} {if $smarty.const.CONF_PRESENT_SELECT eq 1} {else} {/if} {/if} {if $discount ne NULL} {/if} {if $minimal ne NULL} {/if}
  {$smarty.const.TABLE_PRODUCT_NAME} {$smarty.const.TABLE_PRODUCT_QUANTITY} {$smarty.const.TABLE_PRODUCT_COST} {$smarty.const.CART_CLEAR}
{if $cart_content[i].product_code ne ""}[{$cart_content[i].product_code}] {/if}{$cart_content[i].name} {if $cart_content[i].min_q>$cart_content[i].quantity} {assign var="min_q" value="1"} {/if} {$cart_content[i].cost} {$smarty.const.DELETE_BUTTON}
{$smarty.const.ADMIN_FAST_ORDER} 0} checked{/if} /> {$smarty.const.CONF_FAST_ORDER_COST} {$smarty.const.CONF_CURRENCY_ID_RIGHT}
  {$smarty.const.STRING_SHIPPING} {$shipping_selected[3]} {$smarty.const.STRING_SHIPPING_FREE}
 
{$smarty.const.STRING_PRESENT}{$smarty.const.STRING_PRESENT_SELECT} {if $smarty.const.CONF_PRESENT_SELECT eq 1}{$smarty.const.STRING_PRESENT_SELECT}{else}{$present_list[0][2]}{/if} {$smarty.const.STRING_PRESENT}
 
{$smarty.const.ADMIN_DISCOUNT} {$smarty.const.ADMIN_DISCOUNT} {$discount[1]} % {$discount[3]}
 
{$minimal[0]}
 
{$minimal[1]} {$smarty.const.CONF_CURRENCY_ID_RIGHT}
 
  {$smarty.const.TABLE_TOTAL}   {$cart_total}  
{if (!$smarty.const.CONF_SHOW_ADD2CART_INSTOCK)} {foreach from=$in_stock key=id item=foo} {/foreach} {/if}
{/if}