📄 checkout_shipping.php
字号:
<?php/* $Id: checkout_shipping.php,v 1.2 2004/03/05 00:36:42 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License*/define('NAVBAR_TITLE_1', 'Checkout');define('NAVBAR_TITLE_2', 'Shipping Method');define('HEADING_TITLE', 'Delivery Information');define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address');define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Please choose from your address book where you would like the items to be delivered to.');define('TITLE_SHIPPING_ADDRESS', 'Shipping Address:');define('TABLE_HEADING_SHIPPING_METHOD', 'Shipping Method');define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.');define('TITLE_PLEASE_SELECT', 'Please Select');define('TEXT_ENTER_SHIPPING_INFORMATION', 'This is currently the only shipping method available to use on this order.');define('TABLE_HEADING_COMMENTS', 'Add Comments About Your Order');define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to select the preferred payment method.');define('ERROR_VALID_TO_CHECKOUT', 'Please update your order ...');// RCI code start$cre_RCI->get('english', 'checkoutshipping');// RCI code eof?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -