Tagged: woocommerce
hallo
i want change the tax name IVA from cart
i want write for example “tax for bla”
thx ciao
Hi marcellovoc!
Can you please post the link to your page and point out the changes you would like to make?
Regards,
Yigit
here image
Hey!
Please go to WooCommerce > Settings > Tax and uncheck ” Enable taxes and tax calculations”
If that does not help, please post the link to your website
Cheers!
Yigit
no this not help
i want change name from IVA in for example “MY TAX 5%”
Hallo bitte help
Hi!
You can go to /wp-content/plugins/woocommerce/i18n/languages/ folder and edit your language files using this free software – http://poedit.net/
If you would like to remove it from cart page, please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-cart tr.tax-total {
display: none;
}
Best regards,
Yigit