How to display the sum of Balances in the "Manage Gift Card Accounts" in magento admin control panel. Customers => Gift Card Accounts
I want to display the sum of balances as Total at the bottom of the table.
|
How to display the sum of Balances in the "Manage Gift Card Accounts" in magento admin control panel. Customers => Gift Card Accounts I want to display the sum of balances as Total at the bottom of the table. |
|||||||||||||
|
|
Have a look at this file: app/code/core/Enterprise/GiftCardAccount/Block/Adminhtml/Giftcardaccount/Grid.php and app/design/adminhtml/default/default/template/enterprise/giftcardaccount/sales/order/totals/giftcardaccount.phtml This will give you some ideas. I think it might need heavy surgery, to add a separate row down the bottom. You might be better off doing a report. |
||||
|
|