Sebastian Neubert schrieb:
> shipping {
>       TAXpercentage=19
>       10 {
>               title = Versand innerhalb Deutschland
>               price {
>                       type = price
>                       0 = 3.99
>               }
>               TAXincluded = 1
>       }
> }

Hallo,

ich hab das ganze nun über das Gewicht abgerechnet. Somit ist jetzt der
Type "weight" und alles, was 0 Gewicht hat bleibt auch bei 0,00EUR
Versandkosten. Es wird nun davon ausgegangen, dass jedes Produkt, wo
Versandkosten anfallen sollen das Gewicht von "eins" hat.


Bsp:

shipping {
        TAXpercentage=19
        10 {
                title = Versand innerhalb Deutschland
                price {
                        type = weight
                        0 = 0.00
                        1 = 3.99
                }
                TAXincluded = 1
        }
}


Viele Grüße,
Sebastian
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an