Page 1 of 1

Sort order of Royal Mail shipping options Opencart 3

Posted: Wed Jul 20, 2022 8:18 pm
by TomSut
Looking for a solution for Opencart 3

Found a solution for Opencart 2 but suspect it won't work for Opencart 3
viewtopic.php?t=171908
I just want the same thing, 2nd Class at the top with First class underneath. The cheapest shipping option at the top.

Thank you

Re: Sort order of Royal Mail shipping options Opencart 3

Posted: Wed Jul 20, 2022 11:55 pm
by ADD Creative
Have you tried it? I can't see any reason it won't work in version 3.

Re: Sort order of Royal Mail shipping options Opencart 3

Posted: Thu Jul 21, 2022 6:29 am
by straightlight
Full OC version. By creating an Event Trigger, this could be easily achieved regardless of both OC version series as long as the minimum version requirements are met to use the Event Engine from the core.

Re: Sort order of Royal Mail shipping options Opencart 3

Posted: Thu Jul 21, 2022 5:15 pm
by paulfeakins
straightlight wrote:
Thu Jul 21, 2022 6:29 am
Full OC version. By creating an Event Trigger, this could be easily achieved regardless of both OC version series as long as the minimum version requirements are met to use the Event Engine from the core.
@straightlight, events are not the answer to every single question.

Re: Sort order of Royal Mail shipping options Opencart 3

Posted: Thu Jul 21, 2022 7:19 pm
by straightlight
paulfeakins wrote:
Thu Jul 21, 2022 5:15 pm
straightlight wrote:
Thu Jul 21, 2022 6:29 am
Full OC version. By creating an Event Trigger, this could be easily achieved regardless of both OC version series as long as the minimum version requirements are met to use the Event Engine from the core.
@straightlight, events are not the answer to every single question.
It's at least one of them.