{$msg.cart.billing_and_shipping}

{include file="templates/pages/checkout/traditional-checkout/form-billing-address.html"}
{include file="templates/pages/checkout/traditional-checkout/form-shipping-address.html"}
{if $cf_invoice || $GiftCardActive == "YES"}
{if $cf_invoice}
{include file="templates/pages/checkout/traditional-checkout/form-invoice-cf.html"}
{/if}
{if $GiftCardActive == "YES"}
{include file="templates/pages/checkout/traditional-checkout/form-gift-message.html"}
{/if}
{/if}
{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} {/if}