Explorar el Código

Merge branch 'develop'

master
Guillaume Bourgeois hace 1 año
padre
commit
e39b91c5e9
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. +5
    -3
      Resolver/ProductFamilyResolver.php

+ 5
- 3
Resolver/ProductFamilyResolver.php Ver fichero

@@ -106,9 +106,11 @@ class ProductFamilyResolver

if($orderShop) {
foreach ($products as $product) {
if ($this->orderShopSolver->isProductAvailable($orderShop->getSection(), $orderShop, $product, 1, true)) {
return $product;
}

return $product;

// Retourner le produit en fonction de sa disponibilité
// if ($this->orderShopSolver->isProductAvailable($orderShop->getSection(), $orderShop, $product, 1, true))
}
}


Cargando…
Cancelar
Guardar