[TYPO3-german] tt_products: Versandkosten nach Gewicht berechnen?

Philipp Holdener philipp.holdener at me.com
Thu Nov 10 10:37:11 CET 2011


Hallo Peter

> plugin.tt_products.shipping {
> 10 {
> field = price
> additive = 1
> prod.type = weight
> prod.15 = 1
> prod.50 = 2.95
> prod.15000 = 5
> }
> }
>

Ich hab das bei mir so

plugin.tt_products.shipping {
   TAXpercentage = 0
   10.title = per A-Post
   10.priceTax.type = weight

  10.priceTax.1 = 13
  10.priceTax.4999 = 13
  10.priceTax.5000 = 17
  10.priceTax.9999 = 17
  10.priceTax.10000 = 25
  10.priceTax.99999 = 25
....


Bis 5kg 13.-
5-10kg 17.-
ab 10kg 25.-


funktioniert

Gruss
Philipp



More information about the TYPO3-german mailing list