[TYPO3-shop] shipping based on order total
Franz Holzinger
franz at fholzinger.com
Mon Feb 25 16:54:12 CET 2008
Hello Simon,
> I've got a client who's shipping rate is basically like this:
>
> if the order total is $1 - $10, shipping is X
> if the order total is 10 - $50, shipping is Y
> if the order total is $50 - , shipping is Z
>
> Can it be done through typoscript, or will we need to work it into a
> calculation script?
plugin.tt_products.shipping {
30.title = reduced prices
30.price.type = price
30.price.1 = X
30.price.10 = Y
30.price.50 = Z
}
- Franz
More information about the TYPO3-project-tt-products
mailing list