[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 popup_coupon_help.php

Zen Cart 源代码 popup_coupon_help.php




下载文件

文件名: popup_coupon_help.php
文件类型: PHP文件
文件大小: 1.77 KiB
MD5: 216c03b3461ad0a304d5c447d2b84489

popup_coupon_help.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2009 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: popup_coupon_help.php 14141 2009-08-10 19:34:47Z wilt $
  8.  */
  9.  
  10. define('HEADING_COUPON_HELP', 'Discount Coupon Help');
  11. define('TEXT_CLOSE_WINDOW', 'Close Window [x]');
  12. define('TEXT_COUPON_HELP_HEADER', 'Congratulations, you have redeemed a Discount Coupon.');
  13. define('TEXT_COUPON_HELP_NAME', '<br /><br />Coupon Name : %s');
  14. define('TEXT_COUPON_HELP_FIXED', '<br /><br />The coupon is worth %s discount against your order');
  15. define('TEXT_COUPON_HELP_MINORDER', '<br /><br />You need to spend %s to use this coupon');
  16. define('TEXT_COUPON_HELP_FREESHIP', '<br /><br />This coupon gives you free shipping on your order');
  17. define('TEXT_COUPON_HELP_DESC', '<br /><br />Coupon Description : %s');
  18. define('TEXT_COUPON_HELP_DATE', '<br /><br />The coupon is valid between %s and %s');
  19. define('TEXT_COUPON_HELP_RESTRICT', '<br /><br />Product/Category Restrictions');
  20. define('TEXT_COUPON_HELP_CATEGORIES', 'Category');
  21. define('TEXT_COUPON_HELP_PRODUCTS', 'Product');
  22. define('TEXT_ALLOW', 'Allow');
  23. define('TEXT_DENY', 'Deny');
  24.  
  25. define('TEXT_ALLOWED', ' (Allowed)');
  26. define('TEXT_DENIED', ' (Denied)');
  27.  
  28. define('TEXT_NO_CAT_RESTRICTIONS', '<p>This coupon is valid for all categories.</p>');
  29. define('TEXT_NO_PROD_RESTRICTIONS', '<p>This coupon is valid for all products.</p>');
  30.  
  31. // gift certificates cannot be purchased with Discount Coupons
  32. define('TEXT_COUPON_GV_RESTRICTION','Discount Coupons may not be applied towards the purchase of ' . TEXT_GV_NAMES . '.');
  33.  
  34. define('TEXT_COUPON_GV_RESTRICTION_ZONES', 'Billing Address Restrictions apply.');
  35. ?>


cron