Parcourir la source

Erreur entre prix formulaire produit et front

packProduct
Fabien Normand il y a 2 ans
Parent
révision
97af11134f
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      Solver/Price/ProductPriceSolver.php

+ 0
- 2
Solver/Price/ProductPriceSolver.php Voir le fichier

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

Chargement…
Annuler
Enregistrer