{config_load file="$language/lang_$language.conf" section="shopping_cart"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="shopping_cart"}

{#heading_cart#}

{if $error_message}
{$error_message}
{/if} {if $cart_empty == true}
{#text_empty#}
{$BUTTON_CONTINUE}
{else} {if $info_message_3}
{$info_message_3}
{/if} {$FORM_ACTION} {$HIDDEN_OPTIONS}
{$MODULE_order_details}
{#order_total_heading#}
{if isset($TOTAL_BLOCK_ARRAY) && count($TOTAL_BLOCK_ARRAY) > 0}
{foreach name=aussen item=order_total_values from=$TOTAL_BLOCK_ARRAY}
{$order_total_values.title}
{$order_total_values.text}
{/foreach} {if isset($shipping_content) && count($shipping_content) > 0} {if $SELECT_COUNTRY}
{$smarty.const._SHIPPING_TO}
{$SELECT_COUNTRY_PLAIN}
{/if} {foreach name=aussen item=shipping_data from=$shipping_content}
{if $shipping_data.VALUE != ''}
{$shipping_data.NAME}:
{$shipping_data.VALUE}
{else} {$shipping_data.NAME} {/if}
{/foreach} {/if} {if $total}
{#text_total#}:
{$total}
{/if}
{else} {if $smarty.const.MODULE_SMALL_BUSINESS != 'true'} {if $UST_CONTENT}{$UST_CONTENT}{else}{$smarty.const.TAX_INFO_EXCL|sprintf:''}
{/if} {/if} {$TOTAL_CONTENT} {if isset($shipping_content) && count($shipping_content) > 0} {if $SELECT_COUNTRY}
{$SELECT_COUNTRY|replace:"{else}
{/if} {foreach name=aussen item=shipping_data from=$shipping_content}
{$shipping_data.NAME}: {$shipping_data.VALUE}
{/foreach} {/if} {if $total}{#text_total#}: {$total}{/if} {/if} {* if $TOTAL_WEIGHT}
{#text_total_weight#} {$TOTAL_WEIGHT|number_format:2:",":"."} kg
{/if *}
{if isset($FREE_SHIPPING_INFO)}
{$FREE_SHIPPING_INFO}
{/if} {if $info_message_1}
{$info_message_1} {$min_order} {$info_message_2} {$order_amount}
{/if} {$MODULE_gift_cart}
{$BUTTON_CHECKOUT}
{if (isset($BUTTON_CHECKOUT_EXPRESS) || isset($ACTIVATE_EXPRESS_LINK)) && !$PAYPALPLAN}
{#text_cart_or#}
{$BUTTON_CHECKOUT_EXPRESS} {if isset($ACTIVATE_EXPRESS_LINK)}
{if isset($EXPRESS_LINK)}{$EXPRESS_LINK|replace:"iframe":"arrow iframe"}
{/if} {#checkout_express_activate#}
{/if}
{/if} {if $BUTTON_PAYPAL != '' && !$PAYPALPLAN}
{#text_cart_or#}
{$BUTTON_PAYPAL}
{/if}
{$FORM_END} {/if} {if $MODULE_wishlist}
{$MODULE_wishlist}
{/if}