Paste the following code into the child theme's functions.php file: // Replace "Tax" with "GST" on cart and checkout add_filter( 'woocommerce_countries_tax_or_vat', function () { return __( 'GST', 'woocommerce' ); }); add_filter(...
tax
Configuring tax settings (for GST) in WooCommerce
From "WooCommerce>Settings", In the "General" tab. Under "General Options": Tick the checkbox to enable taxes (in this example, GST). Then scroll down and click "Save changes". After you enable taxes, a new "Tax" tab will appear after saving, where you can...