• Resolved maxloyd

    (@maxloyd)


    I was wondering if you can change the shipping rate based on the delivery day. e.g. If someone wanted delivery for Tues-Fri the shipping cost flat rate should be £10.00 and if someone wanted delivery for Saturday the shipping cost flat rate should be £25.00.

    Does anyone know how to do this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • This can be done for sure, but it’s just a custom development that involve different things:
    – Add in checkout page some field to enable the customer delivery choice.
    – An Ajax script will detect the live choice of the customer.
    – A php script will receive that and will set the right delivery price.
    – Another php script will grab that data in the order and will display it.
    – and maybe some additional other things, depending on how you want to manage in details that process.

    So you will have to hire a developer for that, if you don’t know how to do it.

    • This reply was modified 6 years, 9 months ago by LoicTheAztec.
    Thread Starter maxloyd

    (@maxloyd)

    @lomars Is there no other way to do this?

    You should search if a plugin could do that, but I don’t think so.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change shipping rate based on delivery day’ is closed to new replies.