Questions tagged [order-totals]
Questions about Magento ckeckout order totals
27 questions
0 votes
0 answers
51 views
magento 2.4.8 grand total always show to 0 on cart and checkout page
Order summary are showing zero subtotal on both cart page and checkout page. I have checked error log but i can't fin anything related to my issue. Note: i have disabled all third party extensions,
1 vote
1 answer
391 views
Magento 2 Invoice Emails: Tax row alignment in subtotals
So I wanted to change the layout of my invoice emails, especially order totals. I wanted labels to align right. I copied my totals.phtml file in my theme and added my styling. <?php /** * ...
0 votes
2 answers
2k views
Changing & Adding items in checkout_index_index.xml
I'm trying to customize Order Summary in the sidebar. The module that I'm currently working on will modify the final total price and I need to display the additional price under Shipping. I've taken ...
1 vote
1 answer
2k views
Magento2 set custom shipping amount when create order programatically
We have created a custom shipping method using the custom module and trying to save the shipping amount based on the subtotal ex: if subtotal < 25 shipping amount is $5 if subtotal > 25 shipping ...
2 votes
0 answers
80 views
Onepage Checkout Order Review Empty
After entering the all details in checkout page order review empty, May I know the possibilities error?
6 votes
1 answer
2k views
Magento 2 REST - SKU to items on cart totals API response is not available, How to get SKU in response API
Magento 2 Rest API of cart totals doesn't provide SKU, Which is necessary for any operation like extension_attributes /rest/V1/carts/mine/totals The return array of Items is array (size=21) ...
0 votes
0 answers
88 views
How to show quote_id in response of /carts/mine/totals API in magento-2.1?
I want to show quote_id in response of /carts/mine/totals API in magento-2.1. Anybody guide me.
0 votes
1 answer
523 views
Magento 2: How to show order total in 2 different currencies in checkout page of onepage checkout
I have 2 different currencies in my site with USD as base currency and EURO as secondary currency. My client wants to show the total in these 2 currencies in the checkout page. So in all other places ...