-----------------------------------------------------------
{LANG_CMM_CART_TEXT_ORDERS}
{if sizeof($Orders) > 0}
{if $CONFIG['CMM_Cart']['config']['shopCompany']!=''} {$CONFIG['CMM_Cart']['config']['shopCompany']|nl2br} {/if} {if $CONFIG['CMM_Cart']['config']['shopAddress']!=''} {$CONFIG['CMM_Cart']['config']['shopAddress']|nl2br} {/if} |
{if $CONFIG['CMM_Cart']['config']['shopContact']!=''} {$CONFIG['CMM_Cart']['config']['shopContact']|nl2br} {/if} |
{if $CONFIG['CMM_Cart']['config']['shopAdditional']!=''} {$CONFIG['CMM_Cart']['config']['shopAdditional']|nl2br} {/if} |
{LANG_CMM_CART_TH_QUANTITY} | {LANG_CMM_CART_TH_TITLE} | {LANG_CMM_CART_TH_TAX} | {LANG_CMM_CART_TH_PRICE} | {LANG_CMM_CART_TH_PRICETOTAL} |
---|---|---|---|---|
{$Quantity}{if $CONFIG['CMM_Cart']['config']['enableQuantity2'] == true} | {$Quantity2}{/if} | {$Title}
{if $Model} {LANG_CMM_CART_ITEM_MODEL}: {$Model} {/if}
{if $Description}{$Description} {/if}
{if sizeof($Options) > 0} {/if}
{if $Comment}{LANG_CMM_CART_ITEM_COMMISSION}: {$Comment} {/if}
{if $Out==1}{LANG_CMM_CART_ITEM_OUT}{/if}
{if $Less==1}{LANG_CMM_CART_ITEM_LESS}{/if} |
{$TaxPercent|datatype:format=int} % | {$Price|datatype:format=price} | {$PriceTotal|datatype:format=price} |
{$Label}: | {$Value|datatype:format=price} |
---|