{$msg.shipping.shipping_address}
{if $shipping_is_digital}
{$msg.shipping.no_shipping_address_is_necessary}
{else} {** SHOW WARNING MESSAGES **}
{if $ShippingInternational == "NO"}
{$msg.shipping.no_international_shipping}
{/if} {if $po_box_warning == "yes"}
{$msg.shipping.po_box_warning}
{/if}
{$msg.shipping.select_shipping_method}
{** 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}
{$msg.shipping.click_to_get_rates}
{/if}