質問

  • 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