Hi,
I've launched a sale on my employers site with 'Special Price' from last Monday to after Christmas. Some of those discounted products are 'featured' on our homepage. However on the featured carousel they appear full-price.
Does anyone know steps to have featured products showing markdowns?
Thanks,
Isobel
Hello @isobel_black
You can use the getFinalPrice() function there.
<?php echo $_product->getFinalPrice(); ?>
Hi @isobel_black,
Which version of Magento are you using?
Maybe the carrousel module/plugin doesn't support the full price block of Magento?
Is there a public URL you can share?