瀏覽代碼

Erreur entre prix formulaire produit et front

packProduct
Fabien Normand 2 年之前
父節點
當前提交
97af11134f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      Solver/Price/ProductPriceSolver.php

+ 0
- 2
Solver/Price/ProductPriceSolver.php 查看文件

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

Loading…
取消
儲存