I've got a request from a customer who wishes to send one specific (inexpensive) product at no shipping costs. As a standard Tea Commerce handles "free shipping above price" ... both I need either "free shipping below price" or better yet an exeption for shipping costs on a specific product if this product is the only one in the cart.
You would have to use the .NET API to do this and check when an orderline is added if this product is the one magic product and then give free shipping - of course only if its the only product in the cart. You could extend it to have a checkbox on each product indication it has free shipping if its the only product.
Free shipping below price in Tea Commerce
I've got a request from a customer who wishes to send one specific (inexpensive) product at no shipping costs. As a standard Tea Commerce handles "free shipping above price" ... both I need either "free shipping below price" or better yet an exeption for shipping costs on a specific product if this product is the only one in the cart.
I'd appreciate any help.
Søren
Hi Søren
You would have to use the .NET API to do this and check when an orderline is added if this product is the one magic product and then give free shipping - of course only if its the only product in the cart. You could extend it to have a checkbox on each product indication it has free shipping if its the only product.
Here is a link for the .NET API events and how to use it:
http://rune.gronkjaer.dk/en-US/2011/02/21/tea-commerce-net-api-explained/
http://rune.gronkjaer.dk/en-US/2010/11/26/how-to-use-the-tea-commerce-events/
Kind regards
Anders
Hi Søren
Did my answer solve your question?
is working on a reply...