[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 源代码 checkout_payment_address.php

Zen Cart 源代码 checkout_payment_address.php




下载文件

文件名: checkout_payment_address.php
文件类型: PHP文件
文件大小: 2.31 KiB
MD5: 73b29821b32b587d493c29425e6e5ace

checkout_payment_address.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |  
  8. // | http://www.zen-cart.com/index.php                                    |  
  9. // |                                                                      |  
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: checkout_payment_address.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24.  
  25. define('NAVBAR_TITLE_1', '结帐');
  26. define('NAVBAR_TITLE_2', '修改帐单地址');
  27.  
  28. define('HEADING_TITLE', '修改帐单信息');
  29.  
  30. define('TABLE_HEADING_PAYMENT_ADDRESS', '帐单地址');
  31. define('TEXT_SELECTED_PAYMENT_DESTINATION', '这是当前的帐单地址。请确认它与您的信用卡帐单的地址一致,也可以修改如下。');
  32. define('TITLE_PAYMENT_ADDRESS', '帐单地址');
  33.  
  34. define('TEXT_SELECT_OTHER_PAYMENT_DESTINATION', '如果发票要寄到其它地址,请选择。');
  35. define('TITLE_PLEASE_SELECT', '修改本订单的帐单地址');
  36.  
  37. define('TABLE_HEADING_NEW_PAYMENT_ADDRESS', '...或者从您的地址簿里选择');
  38.  
  39. define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>继续</strong>');
  40. define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- 选择支付方式');
  41. ?>


cron