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(...