Browse Source

Erreur entre prix formulaire produit et front

packProduct
Fabien Normand 2 years ago
parent
commit
97af11134f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Solver/Price/ProductPriceSolver.php

+ 0
- 2
Solver/Price/ProductPriceSolver.php View File

public function getPriceWithTaxAndReduction(ProductPropertyInterface $product) public function getPriceWithTaxAndReduction(ProductPropertyInterface $product)
{ {
//TODO voir différence entre prix ici et dans tableau décli //TODO voir différence entre prix ici et dans tableau décli
dump('PV HT : '.$this->getPrice($product));
dump('PV TTC : '.$this->getPriceWithTax($product));
return $this->applyReductionCatalog( return $this->applyReductionCatalog(
$product, $product,
$this->getPrice($product), $this->getPrice($product),

Loading…
Cancel
Save