📄 moneyorder.php
字号:
<?php
/**
* @package money order payment module
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: moneyorder.php 4960 2006-11-20 01:46:46Z drbyte $
*/
class moneyorder {
var $code, $title, $description, $enabled;
// class constructor
function moneyorder() {
global $order;
$this->code = 'moneyorder';
$this->title = MODULE_PAYMENT_MONEYORDER_TEXT_TITLE;
if (IS_ADMIN_FLAG === true && (MODULE_PAYMENT_MONEYORDER_ACCOUNT == 'xxxx-xxxx-xxxx-xxxxxxx' || MODULE_PAYMENT_MONEYORDER_PAYTO == '')) $this->title .= '<span class="alert"> (鏈
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -