[TYPO3-shop] checkout requirement: minimum weight in basket
Franz Holzinger
franz at fholzinger.com
Fri Nov 28 12:30:12 CET 2008
Hello Heiko,
> we have the following checkout requirements:
> - a customer needs to have a overall minimum product weight of 3kg in
> the basket to be able to checkout, otherwise a message needs to be shown
> - if there is less than 10kg of weight in the basket, shipping costs of
> 7€ should be applied on checkout
> - if there is 10kg or more in the basket, NO shipping costs should be
> applied on checkout
>
> As I couldn't find an appropriate hint in the manual to solve this I'd
> like to ask here: Is it possible to do this with tt_products?
> And - if yes - how to declare the TypoScript needed? Thanks in advance!
An example for this is in the manual and also in the book.
see Example:
plugin.tt_products.shipping {
10.title = Parcel
10.price.type = weight
10.price.WherePIDMinPrice.155 = 7.5
10.price.1 = 1.5
10.price.500 = 2.5
10.price.1000 =3.5
}
A minimum total product weight is not possible at the moment, but a
minimum total price is possible.
- Franz
More information about the TYPO3-project-tt-products
mailing list