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

35 lines
1.5 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: selfpickup.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: item.php,v 1.5 2002/11/19 01:48:08 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_SHIPPING_SELFPICKUP_STATUS_TITLE', 'Enable Self Pickup');
define('MODULE_SHIPPING_SELFPICKUP_STATUS_DESC', 'Do you want to offer per item rate shipping?');
define('MODULE_SHIPPING_SELFPICKUP_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_SELFPICKUP_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone.');
define('MODULE_SHIPPING_SELFPICKUP_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_SELFPICKUP_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_shipping_selfpickup_text_title'] = 'Self Pickup';
$aLang['module_shipping_selfpickup_text_description'] = 'Pickup By The Customer';
$aLang['module_shipping_selfpickup_text_way'] = 'Self Pickup at our Company.';