@@ -124,6 +124,7 @@ field: | |||
devAlias: Alias | |||
merchantConfigs: Configuration | |||
taxRate: Règle de taxe | |||
deliveryTaxRate: Règle de taxe (livraison) | |||
value: Valeur | |||
behaviorAddToCart: Ajout au panier | |||
taxIncluded: TVA incluse |
@@ -50,15 +50,6 @@ 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) { |