Monday, 4 July 2011

Display GrandTotal Of Shopping Cart in Magento

getQuote();
$total = $quote->getGrandTotal();
$total = $this->helper('checkout')->formatPrice($total); 

No comments:

Post a Comment