- 🇷🇴Romania beniamin.szabo
The automactic recalculation is not triggered when selecting a profile from the addressbook.
We still struggle with this issue as it seems others do (#203). For now I added an OrderProcessor with a higher priority than the EarlyOrderProcessor and force a refresh with:
if ($this->shippingOrderManager->hasShipments($order)) { $order->setData(ShippingOrderManagerInterface::FORCE_REFRESH, TRUE); }
Anyone else troubled? Probably self-imposed . 🙈
The problem still exist in 8.x-2.x-dev , 14 Feb 2025.
Patch #185 faild.
Is there a new updated patch?