Вопрос

  • Platform: Magento 1.9
  • Area: Cart/Quote

I want to get cart grandtotal in my custom phtml file.

Is there any easy way to do it?

Это было полезно?

Решение

Simple code to fetch grand total anywhere in theme:

$grandTotal = Mage::getModel('checkout/session')->getQuote()->getGrandTotal();
Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top