[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: recover_cart_sales.php 3 2006-05-27 04:59:07Z user $ 4 Recover Cart Sales v2.22 ENGLISH Language File 5 6 Recover Cart Sales contribution: JM Ivler (c) 7 Copyright (c) 2003-2005 JM Ivler / Ideas From the Deep / OSCommerce 8 http://www.oscommerce.com 9 10 Released under the GNU General Public License 11 12 Modifed by Aalst (recover_cart_sales.php,v 1.2 .. 1.36) 13 [email protected] 14 15 Modifed by willross (recover_cart_sales.php,v 1.4) 16 [email protected] 17 - don't forget to flush the 'scart' db table every so often 18 19 Modifed by Lane (stats_recover_cart_sales.php,v 1.4d .. 2.22) 20 [email protected] www.osc-modsquad.com / www.ifd.com 21 */ 22 23 define('MESSAGE_STACK_CUSTOMER_ID', 'Cart for Customer-ID '); 24 define('MESSAGE_STACK_DELETE_SUCCESS', ' deleted successfully'); 25 define('HEADING_TITLE', 'Recover Cart Sales v2.22'); 26 define('HEADING_EMAIL_SENT', 'E-mail Sent Report'); 27 define('EMAIL_TEXT_LOGIN', 'Login to your account here:'); 28 define('EMAIL_SEPARATOR', '------------------------------------------------------'); 29 define('EMAIL_TEXT_SUBJECT', 'Inquiry from '. STORE_NAME ); 30 define('EMAIL_TEXT_SALUTATION', 'Dear ' ); 31 define('EMAIL_TEXT_NEWCUST_INTRO', "\n\n" . 'Thank you for stopping by ' . STORE_NAME . 32 ' and considering us for your purchase. '); 33 define('EMAIL_TEXT_CURCUST_INTRO', "\n\n" . 'We would like to thank you for having shopped at ' . 34 STORE_NAME . ' in the past. '); 35 define('EMAIL_TEXT_BODY_HEADER', 36 'We noticed that during a visit to our store you placed ' . 37 'the following item(s) in your shopping cart, but did not complete ' . 38 'the transaction.' . "\n\n" . 39 'Shopping Cart Contents:' . "\n\n" 40 ); 41 42 define('EMAIL_TEXT_BODY_FOOTER', 43 'We are always interested in knowing what happened ' . 44 'and if there was a reason that you decided not to purchase at ' . 45 'this time. If you could be so kind as to let us ' . 46 'know if you had any issues or concerns, we would appreciate it. ' . 47 'We are asking for feedback from you and others as to how we can ' . 48 'help make your experience at '. STORE_NAME . ' better.'."\n\n". 49 'PLEASE NOTE:'."\n".'If you believe you completed your purchase and are ' . 50 'wondering why it was not delivered, this email is an indication that ' . 51 'your order was NOT completed, and that you have NOT been charged! ' . 52 'Please return to the store in order to complete your order.'."\n\n". 53 'Our apologies if you already completed your purchase, ' . 54 'we try not to send these messages in those cases, but sometimes it is ' . 55 'hard for us to tell depending on individual circumstances.'."\n\n". 56 'Again, thank you for your time and consideration in helping us ' . 57 'improve the ' . STORE_NAME . " website.\n\nSincerely,\n\n" 58 ); 59 60 define('DAYS_FIELD_PREFIX', 'Show for last '); 61 define('DAYS_FIELD_POSTFIX', ' days '); 62 define('DAYS_FIELD_BUTTON', 'Go'); 63 define('TABLE_HEADING_DATE', 'DATE'); 64 define('TABLE_HEADING_CONTACT', 'CONTACTED'); 65 define('TABLE_HEADING_CUSTOMER', 'CUSTOMER NAME'); 66 define('TABLE_HEADING_EMAIL', 'E-MAIL'); 67 define('TABLE_HEADING_PHONE', 'PHONE'); 68 define('TABLE_HEADING_MODEL', 'ITEM'); 69 define('TABLE_HEADING_DESCRIPTION', 'DESCRIPTION'); 70 define('TABLE_HEADING_QUANTY', 'QTY'); 71 define('TABLE_HEADING_PRICE', 'PRICE'); 72 define('TABLE_HEADING_TOTAL', 'TOTAL'); 73 define('TABLE_GRAND_TOTAL', 'Grand Total: '); 74 define('TABLE_CART_TOTAL', 'Cart Total: '); 75 define('TEXT_CURRENT_CUSTOMER', 'CUSTOMER'); 76 define('TEXT_SEND_EMAIL', 'Send E-mail'); 77 define('TEXT_RETURN', '[Click Here To Return]'); 78 define('TEXT_NOT_CONTACTED', 'Uncontacted'); 79 define('PSMSG', 'Additional PS Message: '); 80 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |