{* shopping cart *}
{if $cart_total ne ""}
{$smarty.const.CART_TITLE}: {$smarty.const.CART_CLEAR}
{section loop=$cart_content name=i} {/section}
{$smarty.const.TABLE_PRODUCT_NAME} {$smarty.const.TABLE_PRODUCT_QUANTITY} {$smarty.const.TABLE_PRODUCT_COST}, {$currency_name}
{if $cart_content[i].product_code ne ""}[{$cart_content[i].product_code}] {/if}{$cart_content[i].name} {$cart_content[i].cost} {$smarty.const.DELETE_BUTTON}
{$smarty.const.TABLE_TOTAL}

{$cart_total}

{else}

{$smarty.const.CART_EMPTY} {/if}