Преглед изворни кода

ProductModel : __toString

packProduct
Guillaume пре 2 година
родитељ
комит
c80b7dce6c
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      Model/Product/ProductModel.php

+ 3
- 2
Model/Product/ProductModel.php Прегледај датотеку

@@ -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…
Откажи
Сачувај