📄 checkout_confirmation.php
字号:
<?php/* $Id: checkout_confirmation.php,v 1.2 2004/03/15 12:13:02 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', 'Realizar Pedido');define('NAVBAR_TITLE_2', 'Confirmación');define('HEADING_TITLE', 'Estoy preparado para Comprar!');define('HEADING_DELIVERY_ADDRESS', 'Dirección de Entrega');define('HEADING_SHIPPING_METHOD', 'Forma de Envio');define('HEADING_PRODUCTS', 'Producto');define('HEADING_TAX', 'Impuestos');define('HEADING_TOTAL', 'Total');define('HEADING_BILLING_INFORMATION', 'Datos de Facturación');define('HEADING_BILLING_ADDRESS', 'Dirección de Facturación');define('HEADING_PAYMENT_METHOD', 'Forma de Pago');define('HEADING_PAYMENT_INFORMATION', 'Datos del Pago');define('HEADING_ORDER_COMMENTS', 'Comentarios Sobre Su Orden');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', 'Cambio');define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continuacion del processo the salida de la mercancia');define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'Para verificar esta orden.');//please change the info_id=1 to the ID number for your condition in the information systemdefine('CONDITION_AGREEMENT', '<a href="conditions.php" target="_blank"> Yo accepto las condiciones</a>');define('CONDITION_AGREEMENT_WARNING', 'For favor lea las condiciones y si usted no esta de acurdo con ellas, entonce no podemos enviarle la orden.');// RCI code start$cre_RCI->get('espanol', 'checkoutconfirmation');// RCI code eof?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -