'); define('HEADING_NEW_CUSTOMER', 'New? Please Provide Your Billing Information'); define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'Créez un profil de connexion avec ' . STORE_NAME . ' qui vous permet d`acheter plus rapidement, de suivre l`état de vos commandes en cours et de passer en revue vos commandes précédentes.'); define('HEADING_NEW_CUSTOMER_AA', 'NOUVEAUX CLIENTS'); define('TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER', 'Or
'); define('TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT', 'Returning customers may benefit from creating an account with ' . STORE_NAME . ' which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member\'s benefits.'); define('HEADING_RETURNING_CUSTOMER_FEC', 'RETOUR DES CLIENTS: SIL VOUS PLAÎT SE CONNECTER');define('HEADING_RETURNING_CUSTOMER', 'Invité Checkout'); define('HEADING_RETURNING_CUSTOMER_SPLIT', 'Returning Customers'); define('COWOA_HEADING', 'Guest Checkout '); define('TEXT_RATHER_COWOA', 'Pour une expérience de paiement plus rapide, nous offrons la possibilité de commander sans créer de compte.
'); define('TEXT_RETURNING_CUSTOMER_SPLIT', '' . STORE_NAME . ' account holders may login below.'); define('TEXT_PASSWORD_FORGOTTEN', 'Mot de passe oublié?'); define('TEXT_LOGIN_ERROR', 'Erreur : cette adresse E-mail et ce mot de passe ne correspondent pas.'); define('TEXT_VISITORS_CART', 'Info : Si vous avez déjà commandé chez nous auparavant et avez laissé quelque chose dans votre panier, pour votre confort, le contenu sera conservé si vous vous identifiez à nouveau. [En savoir plus]'); define('TABLE_HEADING_BILLING_ADDRESS', 'ADRESSE DE LIVRAISON'); define('TABLE_HEADING_SHIPPING_ADDRESS', 'ADRESSE DE LIVRAISON'); define('TABLE_HEADING_SHOPPING_CART', 'VÉRIFIER LE PANIER Continuer'); define('TABLE_HEADING_PRIVACY_CONDITIONS', 'Privacy Statement'); define('TEXT_PRIVACY_CONDITIONS_DESCRIPTION', 'Please acknowledge you agree with our privacy statement by ticking the following box. The privacy statement can be read here.'); define('TEXT_PRIVACY_CONDITIONS_CONFIRM', 'I have read and agreed to your privacy statement.'); define('HEADING_PAYPAL', 'PayPal Express Checkout'); define('TEXT_PAYPAL_INTRODUCTION_SPLIT', 'Have a PayPal account? Want to pay quickly with a credit card? Use the PayPal button below to use the Express Checkout option.'); define('HEADING_NEW_CUSTOMER_SPLIT', 'Create an Account'); //displayed if the customer does not have any items in their shopping cart (ie. they have elected to register or sign in) define('TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT_NO_CART', 'To begin the checkout procedure, please enter your billing information as it appears on your credit card statement.'); //displayed if the customer has items in their shopping cart (to promote registering and continuing the checkout process) define('TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT', 'To create an account, please enter your billing information as it appears on your credit card statement.'); define('ENTRY_EMAIL_ADDRESS', 'Email:'); define('ENTRY_EMAIL_ADDRESS_CONFIRM', 'Confirm email:'); define('ENTRY_EMAIL_ADDRESS_CONFIRM_ERROR', 'Your email address confirmation does not match.'); define('ENTRY_COPYBILLING', 'Same Address for Shipping/Billing'); define('ENTRY_COPYBILLING_TEXT', ''); // 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('TEXT_COUPON_HELP_DATE', '

The coupon is valid between %s and %s

'); 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 now deliver your products to another address other than yours! This is perfect to send birthday gifts direct 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"); 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 '); // eof