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
    Sep 09, 2013 @ 13:15
    Kalle Ekstrand
    0

    Freight cost in cart?

    Hello,

    Why does order.TotalPrice return price including shipping/freight before even choosing wich shipping provider you should use? I use this in the Cart and I ony want it to return the sum of the articles, not the handling.

    Any ideas?

    //Kalle

  • Rune Grønkjær 1371 posts 3102 karma points
    Sep 09, 2013 @ 14:11
    Rune Grønkjær
    0

    Hi Kalle,

    The default shipping method (If you have chosen one) is added to the order as soon as it is created. The price will be calculated into the total price along with the payment method fee.

    Use SubTotal instead. That excludes payment and shipping fees.

    /Rune

  • Anders Burla 2560 posts 8256 karma points
    Sep 09, 2013 @ 20:26
    Anders Burla
    100

    Just deselect a default shipping and payment method at the country in Tea Commerce. Or use SubTotal to always have the order lines total sum as Rune has written.

    Kind regards
    Anders

Please Sign in or register to post replies

Write your reply to:

Draft