Just updated to WOO 3.4.0 and since then the word “shipping” on the checkout page is not being translated to “verzending” (Dutch) anymore. I am using Loco translate but this is not picking it up (as it was before)
I’m seeing the same thing:
![Shipping string at checkout](https://cld.wthms.co/nQtwCr+)
Link to image: https://cld.wthms.co/nQtwCr
I tested this on WooCommerce 3.3.5
and it behaves the same way – it’s not a 3.4
issue. You need to use a filter to change that string, as a number of different plugins can hook in to change it:
https://stackoverflow.com/questions/48519678/changing-the-shipping-text-in-woocommerce-cart-and-checkout-pages
On the checkout page where you set your address it is showing the word optional like this
(optioneel) (optioneel) (optioneel) (optioneel)
4 times is a bit too much IMHO ??
I wasn’t able to reproduce this, so it’s likely coming from a plugin or theme conflict.
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine if the issue is being caused by a theme and/or plugin is to temporarily switch your theme to Storefront and disable all plugins except for WooCommerce. If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you while you’re logged in to that session without affecting normal visitors to your site. Note that Health Check may not count Storefront as a default theme, so you can also use Twenty Seventeen as well.
If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until you find the one causing the conflict.