Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Wich is the best way of implementing freight cost depending on the number of items in the cart?
//Kalle
Hi Kalle
You need to write a shipping calculator to do that. Save the weight for each order line as a property using the setting at the store: Order line property aliases.
Then code a calculator that use that order line property to calc the price:http://documentation.teacommerce.net/net-api/price-calculators/shipping-calculator/
Kind regardsAnders
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Freight cost depending on items in cart
Wich is the best way of implementing freight cost depending on the number of items in the cart?
//Kalle
Hi Kalle
You need to write a shipping calculator to do that. Save the weight for each order line as a property using the setting at the store: Order line property aliases.
Then code a calculator that use that order line property to calc the price:
http://documentation.teacommerce.net/net-api/price-calculators/shipping-calculator/
Kind regards
Anders
is working on a reply...