{$msg.shipping.shipping_address}

{if $shipping_is_digital}
{$msg.shipping.no_shipping_address_is_necessary} {if $start}
{button type="button" class="button-continue-with-order" text=$msg.buttons.buttonContinueWithOrder file=$smarty.template onclick="opcContinueWithOrder()"}
{/if}
{else} {if $start} {** 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_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 **}

{$msg.shipping.enter_new_shipping_address}

{$msg.shipping.click_to_get_rates}
{if $shipping_is_free || $ShippingCalcEnabled == "NO"} {button type="button" class="button-continue-with-order" text=$msg.buttons.buttonContinueWithOrder file=$smarty.template onclick="opcGetShippingRates()"} {else} {button type="button" class="button-get-shipping-rates" text=$msg.buttons.buttonGetShippingRates file=$smarty.template onclick="opcGetShippingRates()"} {/if}
{else}{**if start**}
{$shipping_address.name|htmlspecialchars}
{$shipping_address.address1|htmlspecialchars}, {$shipping_address.address2|htmlspecialchars}
{$shipping_address.city|htmlspecialchars}, {if $shipping_address.state_id>0}{$shipping_address.state|htmlspecialchars}{else}{$shipping_address.province|htmlspecialchars}{/if}
{$shipping_address.country|htmlspecialchars}, {$shipping_address.zip|htmlspecialchars} {if $cf_shipping} {foreach from=$cf_shipping item="cfield"}
{$cfield.field_caption|htmlspecialchars} : {$cfield.value_translated|htmlspecialchars} {/foreach} {/if}
{/if}{**if start**} {/if}