ソースを参照

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

読み込み中…
キャンセル
保存