{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}
{$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 $start}
{$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}
{/if}
{/if}