|
Autor: ranzi
|
Datum: 12-11-06 19:27:08
|
| |
Laut der docu müsste ein länderabhängiger versandspreis so funktionieren:
plugin.tt_products.shipping {
10.title = Parcel Germany
10.where.static_countries = cn_iso_3 == 'DEU'
10.price = 0
10.title = Parcel EU
20.where.static_countries = cn_iso_3 != 'DEU'
20.price = 10
}
allerdings gibt das einen mysql result fehler (query ist wohl fehlerhaft) aus.
hat da jemand rat wie das funktioniert??
gruß,
ranzi
|
| |
|