|
Autor: Franz Holzinger
|
Datum: 9-11-10 20:49:47
|
| |
plugin.tt_products {
TAXpercentage = 19
shipping {
radio = 1
TAXpercentage = 0
30.title = Deutschland oder EU ohne USt-Id
30.show = 1
30.where.static_countries = cn_eu_member = 1
40.title = EU (ohne Deutschland) mit USt-Id
40.show = 1
40.where.static_countries = cn_eu_member = 1 AND cn_short_en != 'Germany'
40.replaceTAXpercentage = 0
50.title = Schweiz
50.show = 1
50.where.static_countries = cn_short_de = 'Schweiz'
60.title = außereurop. Ausland
60.show = 1
60.where.static_countries = cn_short_de != 'Schweiz' AND cn_short_en != 'Germany' AND cn_eu_member != 1
}
}
|
| |
|