Bläddra i källkod

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

master
Guillaume 4 år sedan
förälder
incheckning
14f688720a
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. +9
    -0
      ShopBundle/Services/PriceUtils.php

+ 9
- 0
ShopBundle/Services/PriceUtils.php Visa fil

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

Laddar…
Avbryt
Spara