Hello,
I'm having some trouble making coexist 2 different shops on the same country with each their own shipping method. I'm not having any luck with the configuration so I'm trying to set it programmatically. I was thinking of setting it either in the feeprovider or in a cart observer.
However I can't seem to find a mathod to do that. It is easy to get the right shipping method object, but I can't find anything in the Order object or otherwise to set it. Order has "ShippingMethod", but it is only a string, as well as "ShippingMethodID", which behaves erratically if I try to change it.
Any idea how this could be done ?
Thanks !