{* shopping cart brief info *} {if $smarty.const.CONF_SHOW_ADD2CART == '1'} {/if}
{if $shopping_cart_value} {$shopping_cart_items} {$smarty.const.CART_CONTENT_NOT_EMPTY}
{$shopping_cart_value_shown|replace:'"':'"'} {else} {$smarty.const.CART_CONTENT_EMPTY}
{/if}