瀏覽代碼

[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) {

Loading…
取消
儲存