سؤال

  • 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