Kaynağa Gözat

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

master
Guillaume 4 yıl önce
ebeveyn
işleme
14f688720a
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. +9
    -0
      ShopBundle/Services/PriceUtils.php

+ 9
- 0
ShopBundle/Services/PriceUtils.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet