📄 checkout_confirmation.php
字号:
<?php/* $Id: checkout_confirmation.php,v 1.2 2004/03/05 00:36:42 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License*/define('NAVBAR_TITLE_1', 'Checkout');define('NAVBAR_TITLE_2', 'Confirmation');define('HEADING_TITLE', 'Order Confirmation');define('HEADING_DELIVERY_ADDRESS', 'Delivery Address');define('HEADING_SHIPPING_METHOD', 'Shipping Method');define('HEADING_PRODUCTS', 'Products');define('HEADING_TAX', 'Tax');define('HEADING_TOTAL', 'Total');define('HEADING_BILLING_INFORMATION', 'Billing Information');define('HEADING_BILLING_ADDRESS', 'Billing Address');define('HEADING_PAYMENT_METHOD', 'Payment Method');define('HEADING_PAYMENT_INFORMATION', 'Payment Information');define('HEADING_ORDER_COMMENTS', 'Comments About Your Order');define('HEADING_IPRECORDED_1','NOTE! The below IP and ISP has been recorded for security purposes.');define('YOUR_IP_IPRECORDED', 'IP Address');define('YOUR_ISP_IPRECORDED', 'ISP');define('TEXT_EDIT', 'Edit');define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to confirm this order.');//please change the info_id=1 to the ID number for your condition in the information systemdefine('CONDITION_AGREEMENT', 'I have read the <a href="information.php?info_id=1" target="_blank">conditions of use</a> and I agree to them');define('CONDITION_AGREEMENT_WARNING', 'Please read our conditions of use and agree to them. If you do not so, we can not deliver to you.');// RCI code start$cre_RCI->get('english', 'checkoutconfirmation');// RCI code eof?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -