{$msg.shipping.shipping_address}
{if $shipping_is_digital}
{$msg.shipping.no_shipping_address_is_necessary}
{else}
{** SHOW WARNING MESSAGES **}
{if ShippingInternational == "NO" || $po_box_warning == "yes"}
{if $ShippingInternational == "NO"}
{$msg.shipping.no_international_shipping}
{/if}
{if $po_box_warning == "yes"}
{$msg.shipping.po_box_warning}
{/if}
{/if}
{$msg.shipping.select_shipping_address}
{** SHOW PAYPAL EXPRESS CHECKOUT (IF EXISTS) **}
{if $paypal_address}
{/if}
{** SHOW ENTRIES FROM ADDRESS BOOK **}
{if $auth_express != "yes"}
{if !empty($address_book)}
{foreach from=$address_book item="address_book_item"}
{/foreach}
{/if}
{/if}
{** USE BILLING ADDRESS **}
{** NEW ADDRESS FORM **}
{$msg.shipping.enter_new_shipping_address}
{if $shipping_errors}
{$msg.common.check_errors}
{foreach from=$shipping_errors item="shipping_error"}
- {$shipping_error}
{/foreach}
{/if}
{if $FormsShippingCompany != "Invisible"}
{else}
{/if}
{if $FormsShippingAddressLine2 != "Invisible"}
{else}
{/if}
{if $cf_shipping}
{foreach from=$cf_shipping item="cfield"}
{cfield field=$cfield}
{/foreach}
{/if}
{if $auth_express != "yes"}
{/if}
{$msg.shipping.click_to_get_rates}
{/if}