Copied to clipboard

Flag this post as spam?

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


  • Oleg 13 posts 33 karma points
    Mar 26, 2015 @ 16:54
    Oleg
    0

    Marketing - Rules

    Hello,

    I'm trying to add a rule, that above some total price the shipment price will be zero.

    attaching screenshot: adding rule

    But this rule does not handled in checkout process. Maybe I'm missing something. Please help.

    Umbraco Version: 6.2.4 TeaCommerce Version: 3.0.1

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Mar 26, 2015 @ 21:44
    Bjarne Fyrstenborg
    1

    Hi Oleg

    I think the rule is handled in the checkout, but the problem seems to be that when the total price is greather than or equal 100 USD, then you give an award of 0 USD. So you won't see any difference in the price (but if you debug the code you should be able to see the added discount).

    So what you should do to give a free shipping fee is to set amount to 100 USD or better to use percentage and set it to 100 %. Then if you later change the total price value in the rule, you don't have to change the amount value in the award too. But if you want to give fixed discount in shipment price, you can use the amount value.

    I hope that helps and it make sense? :)

    /Bjarne

  • Oleg 13 posts 33 karma points
    Mar 29, 2015 @ 09:32
    Oleg
    0

    Yes, it's make sense:)

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft