@@ -66,9 +66,10 @@ abstract class ProductModel extends AbstractLightEntity implements SortableInter | |||
$title .= ' - ' . $this->getTitle(); | |||
} | |||
if ($this->getProductFamily()->hasProductsWithVariousWeight()) { | |||
// @TODO : à remettre en place | |||
/*if ($this->getProductFamily()->hasProductsWithVariousWeight()) { | |||
$title .= ' - ' . $this->getQuantityLabelInherited(); | |||
} | |||
}*/ | |||
return $title; | |||
} |