{config_load file="$language/lang_$language.conf" section="shippingcosts"} {if $error_no_product}
{#error_no_product#}
{/if}
{if !$error_no_product} {foreach name=aussen item=cost from=$costs} {/foreach}
Produkt: {$products_name}
{#country#} {#costs_per_item#}
{foreach name=aussen2 item=country from=$cost.countries} {$country}
{/foreach}
{$cost.price|replace:'EUR':' €'} {if $cost.allow_cod == 1}
{#text_cod#}: {$cost.cod_fee|replace:'EUR':' €'} {/if}

{/if}