{* Шаблон блока информации о состоянии корзины покупателя *}
{if $smarty.const.CONF_SHOW_ADD2CART == '1'} {if $shopping_cart_value} {$smarty.const.STRING_CART_PR}:  {$shopping_cart_items} {$smarty.const.CART_CONTENT_NOT_EMPTY}
{$smarty.const.STRING_CUR_PR}:  {$shopping_cart_value_shown|replace:'"':'"'}
{$smarty.const.CART_PROCEED_TO_CHECKOUT}
{else}{$smarty.const.STRING_CART_PR} {$smarty.const.CART_CONTENT_EMPTY}{/if} {/if}