Skip to main navigation Skip to main content Skip to page footer
Bezahlung
 
 
vielleicht hilft das weiter
 
Autor: heiko özaykut Datum: 21-08-07 02:35:52
 
Hier habe ich einen Lösungs-Ansatz erarbeitet

#versand kostet nix, unter version tt_produkcts2.52
#Bezahlmethode
plugin.tt_products {
payment >
payment {
radio = 0
#Objekt 10, wird unten gebraucht
10.title = kostet nix
10.percentOfGoodstotal = 0
15.title = kostet 20 Euro
15.percentOfGoodstotal = 0
}
#Versandmethode
plugin.tt_products {
shipping >
shipping {
radio = 1
TAXincluded = 1
TAXpercentage = 19

5.title = Extra-Packet innerhalb Deutschlands für 0 EUR ! Versand!
5.image.file = fileadmin/shop-bilder/kost-nix.gif
#z.B. innerhalb Deutschlands aus static_info_tables
5.where.static_countries = cn_short_local = 'Deutschland'
# na ja wollte ne 3 euro - Pauschale, die überschrieben wird durch
#replacePayment
5.price = 3.0
# ->hier hin umgeswitcht auf 0 Euro
5.replacePayment.10.title = Versand: Gar nix, nur der Preis
#hier die 0 (Null) rein
5.replacePayment.10.price = 0
#Objekt 15 von payment excluden
5.excludePayment = 15
5.price.calc {
use = 5
}
### Nur