Continue to Step 3');
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE_VIRTUAL', 'Continue to Step 2');
define('TITLE_CONFIRM_CHECKOUT', 'Confirm Your Order');
define('TITLE_SHIPPING_ADDRESS', 'Shipping Information:');
//TEXT
define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Your order will be shipped to the address at the left or you may change the shipping address by clicking the Change Address button.');
define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the Change Address button.');
define('TEXT_YOUR_TOTAL','Your Total');
define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', "- by clicking 'continue checkout'");
define('TEXT_ENTER_SHIPPING_INFORMATION', 'This is currently the only shipping method available to use on this order.');
define('TEXT_CONFIRM_CHECKOUT', 'Proceed to Processing');
define('TEXT_FIELD_REQUIRED', ' * Required');
define('TEXT_DROP_DOWN', 'Select an option: ');
define('TEXT_FEC_CHECKBOX', 'Signature Option?');
//ERROR MESSAGES DISPLAYED
define('ERROR_CONDITIONS_NOT_ACCEPTED', 'Please confirm the terms and conditions bound to this order by ticking the box below.');
define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Please select a payment method for your order.');
// eof