WooCommerce: Top Multilingual Plugins

I have spoken about the need to internationalize your WooCommerce store before. There are all-in-one, country-based plugins that let you ensure your store is ready for a specific country’s audience (e.g. Germany, Japan, Brazil, Italy and the Czech Republic). 

But this isn’t exactly the right type of plugin for the merchant who is trying to service a truly international audience spread across various countries or continents. For this type of merchant, the first two steps are to add multi-currency and multilingual support.

Fortunately, just as there are many multi-currency plugins out there, there are quite a few WooCommerce-dedicated multilingual plugins to choose from. One of the plugins mentioned below even lets you do both!

In this listicle, we are going to compare the most popular multi-language plugins available for WooCommerce stores. Let’s jump right in.

Continue reading WooCommerce: Top Multilingual Plugins

WooCommerce: Rename “Tags” Label @ Single Product Page

A #CustomizeWoo student reached out for premium support in regard to “WooCommerce taxonomies”. The question was: How do I change the label “tag” into something else, for example “brand”? Well, this is how it’s done!

Please note that this does not change the “tag” permalinks (URL, slug, etc), but only the “Tags” label on the frontend, and only on the Single Product Page.

Continue reading WooCommerce: Rename “Tags” Label @ Single Product Page

WooCommerce: Translate “You may also like…” Text

Apparently, since WooCommerce 4.1, there is now an easy way to edit the “You may also like…” WooCommerce string thanks to a brand new “PHP filter”. Kudos to Damien Carbery for reporting this new method.

So, as usual, simply copy/paste the snippet below in your child theme’s functions.php and it will do what it says on the tin. Enjoy!

Continue reading WooCommerce: Translate “You may also like…” Text

WooCommerce: How to Translate / Rename Any String

There are times you don’t want to translate the whole installation of WooCommerce just for renaming one short string. There are times you need to rename a label or a little thing and don’t feel like installing a bloated translation plugin.

It doesn’t matter whether you want to rename a string in the original language (English, usually), or change the default translated string in a different language. Either way, and thankfully, there’s a little PHP snippet that will work for you instantly. Enjoy!

Continue reading WooCommerce: How to Translate / Rename Any String