Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #544316

    hallo
    i want change the tax name IVA from cart
    i want write for example “tax for bla”

    thx ciao

    #544368

    Hi marcellovoc!

    Can you please post the link to your page and point out the changes you would like to make?

    Regards,
    Yigit

    #544579

    here image

    #544583

    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

    #544588

    no this not help
    i want change name from IVA in for example “MY TAX 5%”

    #544640

    Hallo bitte help

    #544646

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.