I'm trying to edit the html output of the code
<?php echo $product->get_price_html(); ?>
I need to separate the regular price and the promo price in separate siblings divs. And then calculate the price difference between then and show it how much its the discount.
I've read all the questions here regarding this problem but nothing could help me. I think this particular once came close.