Any help would be appreciated! Kevin. Magento 1.9.1. Labels: magento2.
in \app\design\adminhtml\default\default\template\sales\order\view\tab\info.phtml you have
Niels answer of app/design/frontend/base/default/template/sales/order/totals. phtml is correct however I thought some further clarification was in ...
In this config we can inform Magento in which order our total will be
Open app/code/local/Mage/Sales/Block/Order/Totals.php and change the getTotals() function to the following: public function getTotals($area=null) { //Move tax ...
Copy: app\code\core\Mage\Adminhtml\Block\Sales\Order\Totals.php.
magento 1.9 get order totals · magento add fee to order
The order totals show the right currency because the totals block uses the formatPrice() method of the order, which takes the currency of the ...
Unravelling Magento's collectTotals: Invoices and Credit Memos