Copied to clipboard

Flag this post as spam?

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


  • Mikkel Johannsen 32 posts 185 karma points
    Mar 28, 2017 @ 08:46
    Mikkel Johannsen
    0

    Tea Commerce volume discount different products

    Hi!

    I'm wondering if anyone has ever made a similiar discount method in Tea Commerce.

    Imagine this:

    Product A: $2

    Product B: $2

    So, normally, if I buy 3 units of product A, it'd be a total of $6. However, this shop wants to have volume discount, so if you buy 3 units of product A, the total should only be $4.

    If I buy 2 product A and 1 product B, the volume discount should be the same, and the total should still be $4 and not $6.

    But if I buy 4 products in total, the price should be $6, because I still get the 3-units volume discount.

    Now, the problem is, these products aren't variants of each other, they're completely seperate products. The only thing they definitely have in common, is the volume discount.

    I hope it makes sense.

    Anyone have any suggestions on how to approach this?

  • Anders Burla 2560 posts 8256 karma points
    Mar 29, 2017 @ 15:44
    Anders Burla
    0

    I think you need to create your own award - either an order line award or order award, where you select which order lines to discount. Non of the current awards can handle this case.

    https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/tree/master/Source/TeaCommerce.Umbraco.Configuration/Marketing/Models/Awards

    https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/tree/master/Source/TeaCommerce.Umbraco.Application/Marketing/Awards

    Kind regards

    Anders

  • Mikkel Johannsen 32 posts 185 karma points
    Mar 29, 2017 @ 15:51
    Mikkel Johannsen
    0

    Hi Anders

    Thank you for your helpful answer as usual :-)

    I ended up suggesting the webshop owner we solve the issue using bundles instead, but I'll keep your solution in mind next time.

    It's the first time I've heard of a webshop having those requirements, so it's not very often we stumble upon them :-)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies