Questions tagged [grand-total]
Questions about totals calculation in cart, checkout and orders calculated amount would set in grand total
101 questions
0 votes
1 answer
862 views
How to get Grand Total in Base Currency
I am using the below code to get Sub Total and Grand Total but it is returning total in Display Currency. $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $cart = $objectManager-&...
0 votes
1 answer
510 views
quote not get saved after changing grand total and decrease store credit from grand total
P.S I want to display grand total after store credit is applied because as of current it shows without store credit in it, for example customer applied 200 credit out of 500 purchase so his grand ...
0 votes
1 answer
88 views
Coupons are applied but payment decting only one coupon in magento2
I'm using the Multiple coupons for magento2. in this module coupons are applied but amount is decting wrong. if I applied 2 coupons to the product those are applied when I pay the amount only one ...
0 votes
0 answers
32 views
Understanding <?php echo $this->getChildHtml('totals') ?> Magento 1
I've been working into magento 1 to understand some of its concepts & relations. I can see that the order total section in admin (re-order page) is made up of <div id="order-totals" ...
0 votes
1 answer
71 views
Which Plugin or Observer will work perfect at the time of Saving Order data in sales_order table Magento 2.3.4?
I am trying to know that which plugin or observer will work perfectly while saving order data in sales_order table. Actually i am trying to debug a scenario where only for one order, Grand Total &...
0 votes
1 answer
332 views
How to set GrandTotal in the magento 2.3 via controller?
Kindly give me an example about how to set GrandTotal via the controller in magento 2.3. I am new to Magento.
3 votes
1 answer
630 views
Grand total is storing as 0 while ordering the products in magento 2
Before placing the order it shows correctly the order total but after placing the order, it stores the grand total as 0 in the database table. How to fix this problem?
0 votes
1 answer
99 views
Magento 2.2.5 Unable to get orderGrandTotal() in success.phtml
I'm trying to get access to the grand total of the order but for some reason am unable to access this variable. I have tried multiple solutions by creation modules but nothing seems to be working. ...