Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<quiqqer>
<settings name="ERP">
<config>
<section name="orderSimpleCheckout">
<conf name="disableProductLinks">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
</section>
</config>
<window name="ERP">
<title>
<locale group="quiqqer/erp" var="window.erp.title"/>
</title>
<params>
<icon>fa fa-sun-o</icon>
</params>
<categories>
<category name="order">
<text>
<locale group="quiqqer/order" var="window.erp.order.title"/>
</text>
<icon>fa fa-shopping-basket</icon>
<settings title="orderSimpleCheckout" name="orderSimpleCheckout">
<title>
<locale group="quiqqer/order-simple-checkout" var="orderSimpleCheckout.settings.title"/>
</title>
<input type="checkbox" conf="orderSimpleCheckout.disableProductLinks">
<text>
<locale group="quiqqer/order-simple-checkout"
var="orderSimpleCheckout.settings.disableProductLinks"/>
</text>
<description>
<locale group="quiqqer/order-simple-checkout"
var="orderSimpleCheckout.settings.disableProductLinks.description"
/>
</description>
</input>
</settings>
</category>
</categories>
</window>
</settings>
</quiqqer>