[Typo3-shop] shipping.2.priceTax once per product
Franz Holzinger
franz at fholzinger.com
Fri Jan 14 11:51:36 CET 2005
Hello Tim,
I have made the following adaptions to tt_products:
----------
shipping {
radio = 1
10.title = Deutschland
10.image.params = align=absmiddle
10.priceTax.1 = 2.5
10.priceTax.20 = 4.8
10.priceTax.50 = 10
10.priceNoTax = 2.5
10.percentOfGoodstotal = 0
20.title = Europa (nicht Deutschland)
20.image.params = align=absmiddle
20.priceTax.1 = 8.8
20.priceTax.20 = 11.8
20.priceTax.50 = 11.8
20.priceNoTax = 8.8
20.percentOfGoodstotal = 0
}
-----------
So it will be possible to give the minimum number of an article for a
special price. E.g. 20 or more articles to Europe will be at 11.80 for
shipping.
In you case, when you want 1 Euro shipping for each product, why don't
you increase the price of each product with 1 Euro?
Franz
redacted name schrieb:
> Hello,
>
> I have this setting in Ts:
>
> plugin.tt_products.shipping.2.priceTax = 15.00
>
> I would like to charge the shipping price once per product, but with
> this setting its only charged once for all products in the basket.
> There is also the setting 'percentOfGoodstotal' which charges on
> percent-basis, but I would rather like to charge a fix sum per product.
>
> Is there a setting I oversaw, or should I modify the code?
>
> Thank you all, Tim
More information about the TYPO3-project-tt-products
mailing list