{include file="templates/pages/checkout/traditional-checkout/form-billing-address.html"}
{include file="templates/pages/checkout/traditional-checkout/form-shipping-address.html"}
{if $shipping_is_free || $shipping_is_digital || $ShippingCalcEnabled == "NO"}
{button class="button-continue-with-order" text=$msg.buttons.buttonContinueWithOrder file=$smarty.template}
{else}
{*button class="button-get-shipping-rates" text=$msg.buttons.buttonGetShippingRates file=$smarty.template*}
{button class="button-get-shipping-rates" text="Calculate Shipping Rate" file=$smarty.template}
{/if}