{* $Id: shipping_rates.tpl 1288 2006-02-03 15:10:53Z zeke $ *} {if $settings.Shippings.disable_shipping != 'Y' && $cart.shipping_required == 'Y'} {capture name="mainbox"}

{if $shipping_rates} {else} {/if}
{$lang.shipping_method}:  {$lang.text_no_shipping_methods}

Note: Due to problems experienced with some post offices, the shipments to some countries now require to use of registered mail. The cost of each registered mail shipment is USD $11.00 or/and up. Thank You.

{/capture} {include file="common_templates/mainbox.tpl" title=$lang.select_shipping_method content=$smarty.capture.mainbox anchor="shipping_rates"} {/if}