forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathph.xml
26 lines (26 loc) · 899 Bytes
/
ph.xml
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
<?xml version="1.0"?>
<localizationPack name="Philippines">
<currencies>
<currency name="Philippine Peso" iso_code="PHP" iso_code_num="608" sign="PHP" blank="1" conversion_rate="1.000000" format="1" decimals="1"/>
</currencies>
<languages>
<language iso_code="en"/>
</languages>
<taxes>
<taxRulesGroup name="RVAT 12%">
<taxRule iso_code_country="ph" behavior="0" id_tax="68"/>
</taxRulesGroup>
<taxRulesGroup name="RVAT 6%">
<taxRule iso_code_country="ph" behavior="0" id_tax="69"/>
</taxRulesGroup>
<tax id="68" name="RVAT 12%" rate="12.000"/>
<tax id="69" name="RVAT 6%" rate="6.000"/>
</taxes>
<units>
<unit type="weight" value="kg"/>
<unit type="volume" value="L"/>
<unit type="short_distance" value="cm"/>
<unit type="base_distance" value="m"/>
<unit type="long_distance" value="km"/>
</units>
</localizationPack>