{if $is_international_error == "no"} {if $shipping_is_free || $ShippingCalcEnabled == "NO"}
{if $ShippingCalcEnabled == "NO"} {$msg.shipping.cant_calculate_shipping} {else} {if $shipping_is_digital}{$msg.shipping.digital_download}{else}{$msg.shipping.free_shipping}{/if} {/if}
{elseif !empty($shipping_methods) || $product_level_method} {*****************************************************************} {** HERE IS PRODUCT LEVEL METHOD AND ONLY ONE MORE OTHER METHOD **} {if $product_level_method && !empty($shipping_methods) && $shipping_methods_count == 1} {foreach from=$shipping_methods item="sm"}
Shipping price for your order is {$sm.shipping_price+$product_level_method.shipping_price|price}
({$sm.method_name|htmlspecialchars}{if $order->shippingTaxable};{$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if})
{/foreach} {assign var="show_other_methods" value="0"} {else} {**********************************} {** HERE IS PRODUCT LEVEL METHOD **} {if $product_level_method}
{$msg.shipping.current_shipping_price} : {$shipping_price_at_product_level|price}
{if empty($shipping_methods)} {/if} {else} {/if} {***************************************} {** HERE ARE OTHER SHIPPING METHOD(S) **} {if !empty($shipping_methods)} {if $shipping_methods_count> 1}
{if $product_level_method} {$msg.shipping.select_shipping_method_for_remaining_items} {else} {$msg.shipping.select_shipping_method} {/if} {if $order->shippingTaxable}
({$msg.cart.shipping_taxable}{if $order->shippingTaxDescription != ""} - {$order->shippingTaxDescription}{/if}) {/if}
{assign var="firstShippingMethod" value=true} {foreach from=$shipping_methods item="sm"}
{/foreach} {**
**} {else} {foreach from=$shipping_methods item="sm"}
Shipping price for your order is {$sm.shipping_price|price}
({$sm.method_name|htmlspecialchars}{if $order->shippingTaxable};{$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if})
{/foreach} {/if} {/if} {/if} {***************************************** ******** NO AVAILABLE METHODS ***********} {else} {if $ShippingShowWeight == "YES" && $shipping_weight> 0}
{$msg.shipping.order_total_weight} {$shipping_weight|weight}
{/if} {if $is_selected_methods != "yes"} {if $ShippingWithoutMethod == "YES"}
{$msg.shipping.cant_calculate_shipping}
{else}
{$msg.shipping.need_setup_shipping}
{lang msg=$msg.common.contact_admin e=$GlobalSupportEmail}
{/if} {else} {if $ShippingWithoutMethod == "YES"}
{$msg.shipping.cant_calculate_shipping}
{else}
{$msg.shipping.no_shipping_methods_for_order}
{/if} {/if} {/if} {else} {***************************************** ******** INTERNATIONAL ERROR ************}
{$msg.shipping.no_international_shipping}
{/if}