[TYPO3-UG Italy] tt_products e pagamento

Franz Holzinger franz at fholzinger.com
Fri Dec 1 14:35:08 CET 2006


Ciao Andrea,

> sono quasi pronto con il mio nuovo shop, tranne qualche dettaglio che
> non riesco a risolvere. La parte piu' grossa che mi manca di definire e'
> il pagamento: non riesco a trovare tutorial o spiegazioni di come
> completare l'ordine e configurare cio' che serve.
> 
> Qualche suggerimento?
> 

utilizza

plugin.tt_products {
   payment >

payment {
   radio = 1
   TAXpercentage = 16
   TAXincluded = 1
   10.title = Vorkasse
   10.accounts = 1
   20.title = PayPal
   20.percentOfTotalShipping = 0.04
   30.title = Nachnahme
   30.price.type = count
   # Gebühr für Nachnahme bei einem Stück
   30.price.1 = 4
   40.title = Mastercard
   40.creditcards = 2
   40.handleLib = paymentlib
   40.image.file = EXT:tt_products/res/icons/fe/mastercard.gif
   40.handleLib {
      extName = transcentral
      paymentMethod = paymentlib_transcentral_cc_mastercard
      Currency = $
      templateFile = EXT:tt_products/template/paymentlib.tmpl
   }
   50.title = Sonderberechnung Paket
   50.image.file = typo3/sysext/cms/tslib/media/logos/pakketrans.gif
   50.priceTax = 3.4
   50.calculationScript = EXT:tt_products/pi1/products_comp_calcScript.inc
  }
}


- Franz



More information about the TYPO3-UG-italy mailing list