View
 

How to remove the Tax line

Page history last edited by Eugene 1 year, 11 months ago

If you don't have taxes in your store and therefore don't want to show the "Tax" line on checkout pages and in invoice, apply this CSS code to remove it:

 

table.ecwid-productBrowser-cart-taxAmountPanel,
tr.ecwid-Invoice-Summary-taxRow {
  display:none !important;
}