From 912f71675ecfec1d0759e34f8a780a9b95412cd6 Mon Sep 17 00:00:00 2001 From: Romain Soulard Date: Fri, 18 Oct 2024 14:02:34 +0200 Subject: [PATCH] fix specific references --- src/Adapter/Presenter/Product/ProductLazyArray.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Adapter/Presenter/Product/ProductLazyArray.php b/src/Adapter/Presenter/Product/ProductLazyArray.php index d9fb55d63b642..84f0982f8fb04 100644 --- a/src/Adapter/Presenter/Product/ProductLazyArray.php +++ b/src/Adapter/Presenter/Product/ProductLazyArray.php @@ -575,10 +575,6 @@ public function getCombinationSpecificData() */ public function getSpecificReferences() { - if (isset($this->product['cart_quantity'])) { - return null; - } - $specificReferences = null; // Get data of this combination, it contains other stuff, we will extract only what we need