Login Page.');
define('TEXT_LEGEND_HEAD', 'Create a New Account');
define('TEXT_MORE', 'For a limited time, new customers receive a coupon good for 10% off any order. You will receive this coupon immediately after you have created your account, and it may be used on your first order.
To begin creating a new account, please enter your account details below.');
// greeting salutation
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n");
define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n");
define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
// First line of the greeting
define('EMAIL_WELCOME', 'We wish to welcome you to ' . STORE_NAME . '.');
define('EMAIL_SEPARATOR', '--------------------');
define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");
// your Discount Coupon Description will be inserted before this next define
define('EMAIL_COUPON_REDEEM', 'To use the Discount Coupon, enter the ' . TEXT_GV_REDEEM . ' code during checkout: %s' . "\n\n");
define('EMAIL_GV_INCENTIVE_HEADER', 'Just for stopping by today, we have sent you a ' . TEXT_GV_NAME . ' for %s!' . "\n");
define('EMAIL_GV_REDEEM', 'The ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' is: %s ' . "\n\n" . 'You can enter the ' . TEXT_GV_REDEEM . ' during Checkout, after making your selections in the store. ');
define('EMAIL_GV_LINK', ' Or, you may redeem it now by following this link: ' . "\n");
// GV link will automatically be included before this line
define('EMAIL_GV_LINK_OTHER','Once you have added the ' . TEXT_GV_NAME . ' to your account, you may use the ' . TEXT_GV_NAME . ' for yourself, or send it to a friend!' . "\n\n");
define('EMAIL_TEXT', 'With your account, you can now take part in the various services we have to offer you. Some of these services include:' . "\n\n" . 'Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.' . "\n\n" . 'Address Book - We can deliver your products to another address other than your own. This is perfect to send birthday gifts directly to the birthday-person themselves.' . "\n\n" . 'Order History - View your history of purchases that you have made with us.' . "\n\n" . 'Products Reviews - Share your opinions on products with our other customers.' . "\n\n" . 'Your Discount Coupon - As a thank you for joining our community, we\'ve included a 10% discount coupon. You may use this coupon once to get 10% off any order, large or small. It is good through December of 2007. The coupon code is \'08825bbc50\'. To use this code, enter it during checkout in the coupon entry field.' . "\n\n");
define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: '. STORE_OWNER_EMAIL_ADDRESS ." \n\n");
define('EMAIL_GV_CLOSURE','Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". ''.HTTP_SERVER . DIR_WS_CATALOG ."\n\n");
// email disclaimer - this disclaimer is separate from all other email disclaimers
define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This email address was given to us by you or by one of our customers. If you did not signup for an account, or feel that you have received this email in error, please send an email to %s ');
define('TABLE_HEADING_CONTACT_DETAILS', 'Contact Details');
define('ENTRY_COPYBILLING', 'Same Address for Shipping/Billing');
define('ENTRY_COPYBILLING_TEXT', '');
define('ENTRY_EMAIL_ADDRESS_CONFIRM', 'Confirm email:');
define('ENTRY_EMAIL_ADDRESS_CONFIRM_ERROR', 'Your email address confirmation does not match.');
define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue to checkout');
if ($_SESSION['cart']->get_content_type() == 'virtual') {
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- select payment method.');
} else {
define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- select shipping/payment method.');
}
// eof