Selaa lähdekoodia

ProductModel : __toString

packProduct
Guillaume 2 vuotta sitten
vanhempi
commit
c80b7dce6c
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      Model/Product/ProductModel.php

+ 3
- 2
Model/Product/ProductModel.php Näytä tiedosto

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

Loading…
Peruuta
Tallenna