• Resolved d4zza

    (@d4zza)


    The courier charges R40 for the first 8km.
    Then after 8km it is R8 per km.

    So for 9km it should be R40 + R8 = R48

    Instead it is calculating is as R8 x 9 = 72km.

    Is it possible to do this without manually creating table rates for every km?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Yes, it is possible, you just need 2 rows. For the first row, set max distance 8km and R5 for the rate per km. Then the second row, for example, max distance 100km or whatever max distance you need, then set the rate per km as R8.

    Set minimum rate to R40 if you want to make it not less than R40 if the distance below 8KM.

    Thread Starter d4zza

    (@d4zza)

    Hi Sofyan,

    Thanks for the reply.

    The problem that is happening is that shipping should be:

    8km = R40 (which is correct)
    9km = R40 + R8 = R48

    Instead at 9km it is calculated R8 x 9km = R72

    Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Ah I see, I think your case will need a shipping discount option. That feature is currently in progress, probably will be included in the next update release.

    Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Hi @d4zza I just released update version 2.1.7. It supposes to fix your issue. I made a test case the same as your conditional, it needs to set a discount fixed value R24 for the second rate row.

    Thread Starter d4zza

    (@d4zza)

    Thanks so much! I will try it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Additional km calculation’ is closed to new replies.