📄 salemaker_info.php
字号:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Simplified Chinese version http://www.zen-cart.cn |
// +----------------------------------------------------------------------+
// $Id: salemaker_info.php 290 2004-09-15 19:48:26Z wilt $
//
define('HEADING_TITLE', '促销');
define('SUBHEADING_TITLE', '促销用途提示:');
define('INFO_TEXT', '<ul>
<li>
总是将 \'.\' 作为小数点用在减价和标价.
</li>
<li>
输入和您创建和编辑商品时相同货币的金额.
</li>
<li>
减价字段, 您可以输入金额或百分比,
或者一个替代的价格. (例. 从所有价格中减 $5.00 ,
从所有价格中减 10% 或 修改所有价格为 $25.00)
</li>
<li>
输入一个价格以缩减可能影响到的商品范围. (例.
商品从 $50.00 到 $150.00)
</li>
<li>
当商品特价 <i>且</i> 且促销时, 您必须作出选择:
<ul>
<li>
<strong>忽略特价 - 促销价以商品原价为基础 且 取代特价</strong><br>
该减价将替代商品原价.
(eg. 原价格 $10.00, 特价为 $9.50, 促销为 10%.
该商品的最后价格为 $9.00 . 忽略特价.)
</li>
<li>
<strong>忽略促销 - 当存在特价时, 不允许促销</strong><br>
特价商品不进行促销. 该特价商品将显示为没有促销.
(例如. 原价 $10.00, 特价 $9.50, 促销 10%. 该商品的最后价格为 $9.50 .
忽略促销.)
</li>
<li>
<strong>在特价基础上促销 - 否则在原价基础上促销</strong><br>
允许在特价基础上促销. 将显示综合的价格.
(例如. 原价 $10.00, 特价 $9.50, 促销 10%. 该商品的最后价格为 $8.55. 是在特价的基础上另加 10% 折扣.)
</li>
</ul>
</li>
<li>
如果开始日期为空, 表示促销立刻生效.
</li>
<li>
如果结束日期为空, 表示促销永久有效.</li>
<li>
检查分类时自动检查子分类.
</li>
</ul>');
define('TEXT_CLOSE_WINDOW', '[ 关闭窗口 ]');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -