{if $is_international_error == "no"} {if $shipping_is_free}
{if $shipping_is_digital}{$msg.shipping.digital_download}{else}{$msg.shipping.free_shipping}{/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"}
{if $sm.shipping_price+$product_level_method.shipping_price>0} 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}) {else} Shipping method for your order is {$sm.method_name|htmlspecialchars}{if $order->shippingTaxable};{$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}{/if} {/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} - {$order->shippingTaxDescription}) {/if}
{foreach from=$shipping_methods item="sm"}
{/foreach} {else} {foreach from=$shipping_methods item="sm"}
{$msg.shipping.shipping_price_of_your_order} {$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}
{/if} {else} {if $ShippingWithoutMethod == "YES"}
{$msg.shipping.cant_calculate_shipping}
{else}
{$msg.shipping.no_shipping_methods_for_order}
{/if} {/if} {/if} {else}
{$msg.shipping.no_international_shipping}
{counter name="show_continue_button" assign="foo"} {/if}