Just exactly as the title explains, in Magento, what is the difference between these two:
$product->getPrice();
v
$product->getFinalPrice();
Get final price is with discount included.
getFinalPrice check if have some discount on product and if this discount is active, the method apply the discount and return the literal "Final Price", if you check for getPrice() you'll have just he simple price from this product.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With