Parcourir la source

ProductModel : __toString

packProduct
Guillaume il y a 2 ans
Parent
révision
c80b7dce6c
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +3
    -2
      Model/Product/ProductModel.php

+ 3
- 2
Model/Product/ProductModel.php Voir le fichier

@@ -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;
}

Chargement…
Annuler
Enregistrer