Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matt Taylor 873 posts 2086 karma points
    Jan 19, 2012 @ 16:04
    Matt Taylor
    0

    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?

    1. Percentage off
    2. Fixed amount off
    3. Free shipping
    4. Free items

    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

  • Anders Burla 2560 posts 8256 karma points
    Jan 19, 2012 @ 17:16
    Anders Burla
    0

    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

  • Matt Taylor 873 posts 2086 karma points
    Jan 19, 2012 @ 17:33
    Matt Taylor
    0

    Hi Anders,

    Sounds like there is some good flexibility in there that could be utilised with a little thought.

    Thanks,

    Matt

     

Please Sign in or register to post replies

Write your reply to:

Draft