wp-multilang icon indicating copy to clipboard operation
wp-multilang copied to clipboard

Different product images for each language

Open spaceknight opened this issue 2 years ago • 1 comments

I use WooCommerce to display my clients' products on the website.

He asked me to be able to use different product images for every language.

Does WP Multilang support such thing? Maybe it can be tweaked to do so?

spaceknight avatar Sep 23 '22 14:09 spaceknight

Hello spaceknight,

WP Multilang is not able to have featured images for every language. If WooCommerce uses the featured image, then this task is not possible. If WooCommerce uses post meta data, it can be done by altering the configs in https://github.com/VaLeXaR/wp-multilang/blob/master/configs/plugins/woocommerce.json. As I don't use WooCommerce I can't tell you, what to change here.

As an awkward workaround you can post a product for every language and tick the settings "Show post only in …" for each language. But this is not how it's meant to be. Here it's more on your client, if it's possible to prepare images that fits every language.

g4rf avatar Jun 02 '23 11:06 g4rf