diff --git a/src/Adapter/Cart/QueryHandler/GetCartForViewingHandler.php b/src/Adapter/Cart/QueryHandler/GetCartForViewingHandler.php index 6475c649bef55..98ff13e74a940 100644 --- a/src/Adapter/Cart/QueryHandler/GetCartForViewingHandler.php +++ b/src/Adapter/Cart/QueryHandler/GetCartForViewingHandler.php @@ -148,6 +148,8 @@ public function handle(GetCartForViewing $query) ); $context->cart->setProductCustomizedDatas($product, $customized_datas); + $product['id_address_delivery'] = (int) $cart->id_address_delivery; + if ($customized_datas) { Product::addProductCustomizationPrice($product, $customized_datas); }