[TYPO3-shop] shipping based on order total

Simon Browning simon at stwdesign.com
Mon Feb 25 23:30:18 CET 2008


Franz Holzinger wrote:
> 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
> 
> 
> 
You make that look easy!


More information about the TYPO3-project-tt-products mailing list