Copied to clipboard

Flag this post as spam?

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


  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Jun 03, 2013 @ 10:53
    Kalle Ekstrand
    0

    free shipping from 500:-?

    Hello,

    How hard/easy would it be to implement free freight when shopping for a certain amount?

    //Kalle

  • Anders Burla 2560 posts 8256 karma points
    Jun 03, 2013 @ 12:04
    Anders Burla
    100

    Hi Kalle

    See this post for a simple shipping calculator: http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/40842-Shipping-cost-multiplied-by-total-quantity

    In your case you would have to order.SubTotal.Value > 500 ? 0M : base.CalculatePrice( shippingMethod, currency, order )

    That should be dead simple. This doesnt take multiple currencies into account.

    Kind regards
    Anders

  • Anders Burla 2560 posts 8256 karma points
    Jun 05, 2013 @ 18:01
    Anders Burla
    0

    Hi Kalle

    Did this solve you problem?

  • 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