{load_language_text section="cart_shipping_costs"} {load_language_text name="order_details" section="order_details"}
{$txt.shipping_costs_calculating}:
{if count($content_data.shipping_countries) == 1} {foreach item=country_data from=$content_data.shipping_countries}

{$country_data.countries_name}

{/foreach} {else} {/if}
{if $content_data.show_shipping_weight == 1}

{$content_data.shipping_weight} {$order_details.text_weight_unit}{if $content_data.show_shipping_weight_info == 1} {$order_details.shipping_weight_info}{/if}

{/if}
{if count($content_data.shipping_modules) == 0}

{$txt.no_shipping_module_available}

{elseif count($content_data.shipping_modules) == 1} {foreach key=module_code item=module_data from=$content_data.shipping_modules}

{$module_data|strip_tags}

{/foreach} {else} {/if}
{if count($content_data.shipping_modules) > 0}
{$txt.shipping_costs}:{$content_data.shipping_costs} {$content_data.shipping_costs_error} {$content_data.ot_gambioultra_info_html}
{/if}