How To Get Magento Total Price From Cart Template File

How can I get total price from Magento cart template file

You can call method “getGrandTotal” from Magento quote object

$total = $this->helper('checkout/cart')->getQuote()->getGrandTotal(); //get total price
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments