ソースを参照

[Frontend] Page produit : affichage prix par unité de référence

master
Guillaume 4年前
コミット
14f688720a
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      ShopBundle/Services/PriceUtils.php

+ 9
- 0
ShopBundle/Services/PriceUtils.php ファイルの表示

@@ -50,6 +50,15 @@ class PriceUtils
);
}

/*public function getPriceUnitWithTaxAndReduction($entity)
{
if($entity instanceof ProductInterface) {
return $this->getPriceWithTaxAndReduction($entity) / $entity->getQuantity() ;
}

return null ;
}*/

public function getPriceByRefUnit($entity)
{
if($entity instanceof ProductPropertyInterface) {

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