Hi,
That post was a good starting point, but I have one more question, I do not find the Discount price in the source code (what is the 10 000 Ft in the example). Please can yopu help me with the discount price line/code what I would like to modify.
Original was (product/ listing_price 87 line)
echo $this->currencyHelper->format(-1*$this->row->discount->discount_flat_amount,$price->price_currency_id);
Modified to:
echo $this->currencyHelper->format($price->price_value_without_discount_with_tax,$price->price_currency_id). '</br> ';
echo $this->currencyHelper->format(-1*$this->row->discount->discount_flat_amount,$price->price_currency_id). '</br> ';