It depends alot about the way you want to implement it and if you will do a simple small solution for a specific webshop - or will make a generic solution for lots of webshops.
Free shipping is already built into Tea Commerce - you can specify a price for when you get free shipping.
Free items could be done by hooking into the OrderLineChanged event of Tea Commerce and check for different conditions and then add/remove some free products. You could make the free products and conditions as nodes in umbraco so you could let the editor change them or create new ones.
Fixed and percentage would be to change the orderline unit price - you could then add a orderline property with the discount amount so you can use it in your Razor, xlst or .NET.
How does all this sounds and does it give you an idea of what to do?
Discounts Coupons Vouchers Offers
I know there's current support for handling discounts or special offers like 'buy two get one free' but has anyone thought of ways of working them in?
I was thinking that it would be reletively simple to code up (2) fixed amount off discounts by using negatively priced products?
What do you think and what about the other types of offers?
Regards,
Matt
Hi Matt
It depends alot about the way you want to implement it and if you will do a simple small solution for a specific webshop - or will make a generic solution for lots of webshops.
Free shipping is already built into Tea Commerce - you can specify a price for when you get free shipping.
Free items could be done by hooking into the OrderLineChanged event of Tea Commerce and check for different conditions and then add/remove some free products. You could make the free products and conditions as nodes in umbraco so you could let the editor change them or create new ones.
Fixed and percentage would be to change the orderline unit price - you could then add a orderline property with the discount amount so you can use it in your Razor, xlst or .NET.
How does all this sounds and does it give you an idea of what to do?
Kind regards
Anders
Hi Anders,
Sounds like there is some good flexibility in there that could be utilised with a little thought.
Thanks,
Matt
is working on a reply...