Skip to content

Commit cb512cb

Browse files
committed
Taxes are showing in cart and checkout even if catalog are including taxes.
1 parent 81340cb commit cb512cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Tax/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<backend_model>Magento\Tax\Model\Config\Notification</backend_model>
119119
</field>
120120
<field id="grandtotal" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
121-
<label>Include Tax In Order Total</label>
121+
<label>Additionally Show Order Total Without Tax</label>
122122
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
123123
</field>
124124
<field id="full_summary" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
@@ -148,7 +148,7 @@
148148
<backend_model>Magento\Tax\Model\Config\Notification</backend_model>
149149
</field>
150150
<field id="grandtotal" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
151-
<label>Include Tax In Order Total</label>
151+
<label>Additionally Show Order Total Without Tax</label>
152152
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
153153
</field>
154154
<field id="full_summary" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">

app/code/Magento/Tax/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Taxes,Taxes
163163
"Display Prices","Display Prices"
164164
"Display Subtotal","Display Subtotal"
165165
"Display Shipping Amount","Display Shipping Amount"
166-
"Include Tax In Order Total","Include Tax In Order Total"
166+
"Additionally Show Order Total Without Tax","Additionally Show Order Total Without Tax"
167167
"Display Full Tax Summary","Display Full Tax Summary"
168168
"Display Zero Tax Subtotal","Display Zero Tax Subtotal"
169169
"Orders, Invoices, Credit Memos Display Settings","Orders, Invoices, Credit Memos Display Settings"

0 commit comments

Comments
 (0)