When a customer purchases products from an E-commerce store, being transparent regarding the pricing becomes extremely important. It can help in winning customers’ trust and loyalty. Magento 2 allows the admin to display the order summary that shows how the grand total is calculated taking into consideration the discounts and tax amounts. The order summary includes:
- Subtotal
- Discount
- Shipping rate
- Tax
- Fixed product tax
- Grand total
Method to Configure Checkout Total Sort Order in Magento 2:
- Login to Admin panel
- Navigate to Stores > Configuration
- Open Sales under Sales section
- Expand the Checkout Totals Sort Order section. Here, assign the sort order value to the fields like subtotal, discount, shipping rate, tax, fixed product tax, and grand total. The lower the value, the lower the order. Subtotal will be the first and Grand total will be the last in the Checkout Totals Sort Order.
- Save the configuration
