Explorar el Código

Erreur entre prix formulaire produit et front

packProduct
Fabien Normand hace 2 años
padre
commit
97af11134f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      Solver/Price/ProductPriceSolver.php

+ 0
- 2
Solver/Price/ProductPriceSolver.php Ver fichero

@@ -81,8 +81,6 @@ class ProductPriceSolver
public function getPriceWithTaxAndReduction(ProductPropertyInterface $product)
{
//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(
$product,
$this->getPrice($product),

Cargando…
Cancelar
Guardar