Jump to content

Edit History

lunaroja

lunaroja

I wrote in \classes\product\SpecificPriceFormatter.php:

        $this->specificPrice['save'] = $priceFormatter->format((($initialPrice * $this->specificPrice['quantity']) - ($discountPrice * $this->specificPrice['quantity'])));
        $this->specificPrice['unit_price'] = $priceFormatter->format($discountPrice);
        return $this->specificPrice;

 

But not work.

lunaroja

lunaroja

I wrote in \classes\product\SpecificPriceFormatter.php:

        $this->specificPrice['save'] = $priceFormatter->format((($initialPrice * $this->specificPrice['quantity']) - ($discountPrice * $this->specificPrice['quantity'])));
        $this->specificPrice['unit_price'] = $priceFormatter->format($discountPrice);
        return $this->specificPrice;

×
×
  • Create New...