{$msg.shipping.shipping_quote}

{if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"} {** SHIPPING QUOTE FORM START **}
{** SHIPPING QUOTE FORM FINISH **} {** SHIPPING QUOTE RESULT START **} {if $show_shipping_quote}
{if !$shippingMethods.international_error} {if $shipping_is_free}
{if !$shipping_required}{$msg.shipping.order_is_not_shippable}{else}{$msg.shipping.free_shipping}{/if}
{else} {if $shippingMethods.product_level_method}
{$msg.shipping.current_shipping_price} : {$shippingMethods.shipping_price_at_product_level}
{if empty($shippingMethods.shipping_methods)} {/if} {else} {/if} {if !empty($shippingMethods.shipping_methods)}
{if $shippingMethods.product_level_method} {$msg.shipping.available_shipping_methods_for_remaining_items} {else} {$msg.shipping.available_shipping_methods} {/if} {if $order->shippingTaxable}
({$msg.cart.shipping_taxable} - {$order->shippingTaxDescription}) {/if}
{/if} {/if} {if $shippingMethodsAlternative && $shippingMethodsAlternative.shipping_methods && $shippingMethodsAlternative.shipping_methods_count > 1}
{$msg.shipping.alternative_shipping_methods}
{/if} {else}
{$msg.shipping.no_international_shipping}
{/if}
{/if} {else}
{$msg.shipping.shipping_quote_disabled}
{/if}
{$msg.shipping.back_to_cart}