Reading list Switch to dark mode

    Magento : Special Price

    Updated 10 October 2012

    How to get Special Price in Magento : This is very common issues when we are trying to fetch the special price in magento

    so here is the simple snippet in the Magento.Which will get the final price

    $Product = Mage::getModel('catalog/product');
    $Product->load($product->getId());
    $finalPrice = Mage::helper('core')->currency($Product->getFinalPrice(); 
    echo $finalPrice;

    Searching for an experienced
    Magento Company ?
    Find out More
    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home