| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: checkout_process.php,v 1.20 2003/07/08 17:19:18 dgw_ Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('EMAIL_TEXT_SUBJECT', 'Procesar Pedido'); 14 define('EMAIL_TEXT_ORDER_NUMBER', 'Número de Pedido:'); 15 define('EMAIL_TEXT_INVOICE_URL', 'Pedido Detallado:'); 16 define('EMAIL_TEXT_DATE_ORDERED', 'Fecha del Pedido:'); 17 define('EMAIL_TEXT_PRODUCTS', 'Productos'); 18 define('EMAIL_TEXT_SUBTOTAL', 'Subtotal:'); 19 define('EMAIL_TEXT_TAX', 'Impuestos: '); 20 define('EMAIL_TEXT_SHIPPING', 'Gastos de Envío: '); 21 define('EMAIL_TEXT_TOTAL', 'Total: '); 22 define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Direcciön de Entrega'); 23 define('EMAIL_TEXT_BILLING_ADDRESS', 'Dirección de Facturación'); 24 define('EMAIL_TEXT_PAYMENT_METHOD', 'Forma de Pago'); 25 26 define('EMAIL_SEPARATOR', '------------------------------------------------------'); 27 define('TEXT_EMAIL_VIA', 'por'); 28 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |