Просмотр исходного кода

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

master
Guillaume 4 лет назад
Родитель
Сommit
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) {

Загрузка…
Отмена
Сохранить