Tuesday, October 19, 2010

Magento : How to show cart total

<?php getQuote();
$total = $quote->getGrandTotal();
// format total in order to have a user friendly price
$total = $this->helper('checkout')->formatPrice($total); ?>

No comments:

Post a Comment

Powered by Blogger.