discount_types.xml

来自「实现一个网络购物」· XML 代码 · 共 13 行

XML
13
字号
<?xml version="1.0"?>
<!DOCTYPE optionlist PUBLIC "-//MMBase/DTD editwizard 1.0//EN" "http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
<optionlist name="discount_types">
    <option id="1">(combi) a discount of the amount mentioned</option>
    <option id="2">(combi) this article for free</option>
    <option id="3">(product) a discount of the amount mentioned</option>
    <option id="4">(product) no shipping costs</option>
    <option id="5">(order) above the limit a discount of the amount mentioned</option>
    <option id="6">(order) above the limit no shipping costs</option>
    <option id="7">(order) a discount of the percentage mentioned</option>
    <option id="8">(order) no shipping costs</option>
</optionlist>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?