2023-01-23 11:03:31 +01:00

38 lines
1.6 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: cod.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: cod.php,v 1.7 2002/11/01 05:31:57 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_COD_STATUS_TITLE', 'Enable Cash On Delivery Module');
define('MODULE_PAYMENT_COD_STATUS_DESC', 'Do you want to accept Cash On Delevery payments?');
define('MODULE_PAYMENT_COD_ZONE_TITLE', 'Payment Zone');
define('MODULE_PAYMENT_COD_ZONE_DESC', 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_COD_SORT_ORDER_TITLE', 'Sort order of display.');
define('MODULE_PAYMENT_COD_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_COD_ORDER_STATUS_ID_TITLE', 'Set Order Status');
define('MODULE_PAYMENT_COD_ORDER_STATUS_ID_DESC', 'Set the status of orders made with this payment module to this value');
$aLang['module_payment_cod_text_title'] = 'Cash on Delivery';
$aLang['module_payment_cod_text_description'] = 'Cash on Delivery';