{if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
{$msg.shipping.shipping_quote}
{if $show_shipping_quote}
{if $is_international_error == "no"}
{if !empty($shipping_methods) || $product_level_method}
{if $product_level_method}
{$msg.shipping.quote_current_shipping_price} : {$shipping_price_at_product_level|price}
{/if}
{if $product_level_method && !empty($shipping_methods)}
{$msg.shipping.quote_multiple_shipping_methods}
{/if}
{if !empty($shipping_methods)}
{$msg.shipping.quote_method} |
{$msg.shipping.quote_price} |
{if $product_level_method}
{$msg.shipping.quote_total} |
{/if}
{foreach from=$shipping_methods item="shipping_method"}
{$shipping_method.method_name|htmlspecialchars} |
{$shipping_method.shipping_price|price} |
{if $product_level_method}
{$shipping_method.shipping_price+$shipping_price_at_product_level|price} |
{/if}
{/foreach}
{/if}
{else}
{if $shipping_is_free}
{$msg.shipping.shipping_quote_free_shipping}
{else}
{$msg.shipping.shipping_quote_no_methods}
{$msg.shipping.shipping_quote_issues}
- {$msg.shipping.shipping_quote_issue1}
- {$msg.shipping.shipping_quote_issue2}.
{/if}
{/if}
{else}
{$msg.shipping.no_international_shipping}
{/if}
{/if}
{else}
{$msg.shipping.shipping_quote}
{$msg.shipping.shipping_quote_disabled}
{/if}