|
Autor: Franz Holzinger
|
Datum: 26-01-09 15:19:17
|
| |
Ab tt_products 2.8.0 kann man über ein spezielles Setup die Versandkosten weiter einschränken:
plugin.tt_products.shipping {
10.title = Parcel
10.price.calc {
use = 10
}
}
plugin.tt_products.shippingcalc {
10.type = price
10.sql.where = uid = 12
10.prod.0 = 0
}
|
| |
|