Tell us what you are trying to do?
Translate product info tabs and buttons on pages like hidden link and not sure where that is done
Is there any documentation that you are following? https://wpml.org/documentation/related-projects/woocommerce-multilingual/
Is there a similar example that we can see? hidden link where the tabs are still in English and not Dutch and buttons like buy now too (out of sight as it does not fit) . When I checked string translations buy now had been translated.. so either there is an issue or there is another element not done yet elsewhere. Could be in Woodmart layouts, but then I wonder why strings do not show up.
What is the link to your site?
coolenator.com
We use Elementor for a page like this product page hidden link and also we use Woodmart template layout at hidden link with Elementor. We translated Elementor stings for buy now and for the product tabs, but nothing changes. We did turn on WPML for layouts too now. But wondered how to proceed further.
I would need to look closely at your site, so I would need to request temporary access (WP-Admin and FTP) Preferably to a test site where the problem has been replicated.
Your answer will be private, meaning only you and I can access it.
❌ Please backup your database and website ❌
✙ I would need your permission to de-activate and re-activate the Plugins and the Theme and change configurations on the site. This is also a reason the backup is critical.
✙ I also need your permission to take a local copy of your site to debug the issue without affecting your live site.
Thanks loads Osama. Only thing I think I need is to change "toevoegen aan winkelwagen" to "in winkelmand" because now it way too large and does not really fit.
Working post cache removal. Only see price and quantity still in English as well. Do we do that in the Woodmart layout or somewhere else? WooCommerce should be translated completely already .
This is a custom Elementor price widget, so you need to check if its strings are translatable. The default WooCommerce price string is translated correctly here. (hidden link)
Hm, the add to cart and product price are both Elementor widgets. However when I checked the product price widget titles for PRICE and QUANTITY I realized the titles are added with CSS like
```
.elementor-element.elementor-element-1d4215d .quantity:before {
content: 'Quantity';
position: absolute;
top: -45px;
left: 0;
color: #718392;
font-size: 16px;
font-family: 'Manrope';
font-weight: 500;
line-height: 1.75;
text-transform: uppercase;
}
```