Hi,
I have Magento 2.4 installed with the Luma theme and configured my store to calculate tax. On the /checkout/cart page, I have a Summary box that displays all my totals:
Summary
Subtotal $25.00 |
Shipping (FREE ) $0.00 |
Tax $2.31 |
Order Total Incl. Tax $27.31 |
Order Total Excl. Tax $25.00 |
How can I get rid of the Order Total Excl. Tax down on the bottom of this Summary box? Is that a configuration setting in the Admin? Or would I have to modify my theme?
Also, I want to rename Order Total Incl. Tax to "Order Total". Would I do that with the i18n language CSV file?
Please advise.
Thank you!!
Solved! Go to Solution.
Hello @ReginaNickles
Please check In-Store > Configuration > Shopping Cart Display Settings
Hello @ReginaNickles
Please check In-Store > Configuration > Shopping Cart Display Settings
That fixed it for me. Thank you!