[Typo3-shop] tt_products shipping prices on basket page
Nick Weisser
typo3 at openstream.ch
Thu Sep 15 14:28:29 CEST 2005
Franz Holzinger wrote:
>>When I copy this sample TS code from the extension tutorial into my
>>setup, the price for all of these three shipping methods is 0.00
>
> The documentation is correct.
You are right, Franz! The documentation at
http://typo3.org/documentation/document-library/tt_products/Configuration-1367177db2/
is correct, but the example setup taken from bananaGuard (which is also
part of the documentation), see
http://typo3.org/documentation/document-library/tt_products/Tutorial-76/
is missing this important line:
10.priceTax.type = count
Here's the corrected setup code:
plugin.tt_products.shipping {
TAXpercentage = 15
10.title = Deutschland
10.image.file =
10.priceTax.type = count
10.priceTax.1 = 3.0
10.priceNoTax.1 = 2.5
10.priceTax.2 = 6.0
10.priceNoTax.2 = 5.5
10.percentOfGoodstotal = 0
20.title = Europa (nicht Deutschland)
20.image.file =
20.priceTax.type = count
20.priceTax.1 = 11.8
20.priceNoTax.1 = 8.8
20.priceTax.2 = 22.8
20.priceNoTax.2 = 11.8
20.percentOfGoodstotal = 0
30.title = Selbstabholung
30.image.file =
30.priceTax.1 = 0
30.percentOfGoodstotal = 0.0
}
Now everything works fine ;-)
You might want to correct this in the manual.
--
Kind regards
Nick Weisser
Openstream Internet Solutions
http://openstream.ch
More information about the TYPO3-project-tt-products
mailing list