paypal.php
来自「PHP 建站工具,CMS系统,类似与oscommerce」· PHP 代码 · 共 35 行
PHP
35 行
<?php
/* -----------------------------------------------------------------------------------------
$Id: paypal.php,v 1.2 2004/04/01 14:19:25 oldpa Exp $
TWE-Commerce - community made shopping
http://www.oldpa.com.tw
Copyright (c) 2003 TWE-Commerce
-----------------------------------------------------------------------------------------
based on:
(c) 2000-2001 The Exchange Project (earlier name of osCommerce)
(c) 2002-2003 osCommerce(paypal.php,v 1.7 2002/04/17); www.oscommerce.com
(c) 2003 nextcommerce (paypal.php,v 1.4 2003/08/13); www.nextcommerce.org (c) 2003 xt-commerce www.xt-commerce.com Released under the GNU General Public License
---------------------------------------------------------------------------------------*/
define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal');
define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal');
define('MODULE_PAYMENT_PAYPAL_ALLOWED_TITLE' , 'Allowed zones');
define('MODULE_PAYMENT_PAYPAL_ALLOWED_DESC' , 'Please enter the zones <b>separately</b> which should be allowed to use this modul (e. g. AT,DE (leave empty if you want to allow all zones))');
define('MODULE_PAYMENT_PAYPAL_STATUS_TITLE' , 'Enable PayPal Module');
define('MODULE_PAYMENT_PAYPAL_STATUS_DESC' , 'Do you want to accept PayPal payments?');
define('MODULE_PAYMENT_PAYPAL_ID_TITLE' , 'eMail Address');
define('MODULE_PAYMENT_PAYPAL_ID_DESC' , 'The eMail address to use for the PayPal service');
define('MODULE_PAYMENT_PAYPAL_CURRENCY_TITLE' , 'Transaction Currency');
define('MODULE_PAYMENT_PAYPAL_CURRENCY_DESC' , 'The currency to use for credit card transactions');
define('MODULE_PAYMENT_PAYPAL_SORT_ORDER_TITLE' , 'Sort order of display');
define('MODULE_PAYMENT_PAYPAL_SORT_ORDER_DESC' , 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_PAYPAL_ZONE_TITLE' , 'Payment Zone');
define('MODULE_PAYMENT_PAYPAL_ZONE_DESC' , 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID_TITLE' , 'Set Order Status');
define('MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID_DESC' , 'Set the status of orders made with this payment module to this value');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?