WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: woo-poly-integration (Used by 1,397 domains)

Hyyan WooCommerce Polylang Integration

Given that I am not using WordPress these days and I haven’t really been using WooPoly for a while. I am looking for maintainers to take over this project.
If you’re interested, please reply to this issue or get in touch with me via email: hyyanaf [at] gmail [dot] com

This plugin makes it possible to run multilingual e-commerce sites using
WooCommerce and Polylang.It makes products and store pages translatable, lets
visitors switch languages and order products in their language. and all that from
the same interface you love.

Please do not ask for support on wordpress forum anymore , it is becoming hard for me to follow issues in different places. please if you want help just open a new Github issue.

Read the full docs

Features

  • [√] Auto Download Woocommerce Translation Files
  • [√] Page Translation
  • [√] Endpoints Translation
  • [√] Product Translation
    • [√] Categories
    • [√] Tags
    • [√] Attributes
    • [√] Shipping Classes
    • [√] Meta Synchronization
    • [√] Variation Product
    • [√] Product Gallery
  • [√] Order Translation
  • [√] Stock Synchronization
  • [√] Cart Synchronization
  • [√] Coupon Synchronization
  • [√] Emails
  • [√] Reports
    • [√] Filter by language
    • [√] Combine reports for all languages

What you need to know about this plugin

  1. The plugin needs PHP7.0 or above ie same software versions as WooCommerce
  2. This plugin is developed in sync with Polylang
    and WooCommerce latest version
  3. The plugin support variable products , but using them will disallow you to
    change the default language
    , because of the way the plugin implements this
    support. So you have to make sure to choose the default language before you start
    adding new variable products.
  4. Polylang URL modifications method The language is set from content is not
    supported

Setup your environment

  1. You need to translate woocommerce pages by yourself
  2. The plugin will handle the rest for you

Translations

Contributing

Everyone is welcome to help contribute and improve this plugin. There are several
ways you can contribute:

1.5.0

  • correction to fix #527
  • fixes #536 avoid over-setting product type on edit
  • re- fixes #534 new variation not visible until save
  • re- fixes #527 variation form default values
  • fixes #535 variation stock issues

1.4.5

1.4.4

1.4.3

1.4.2

1.4.1

1.4.0 preview

Thanks to :
@jon007
@mweimerskirch **
**@Annih

@mrleemon

1.3.0

1.2.0

Thanks for : @jon007 For his amazing work which made releasing this new version possible

1.1.0

Thanks for :
@jon007
@nunhes
@masato-igarashi
@marian-kadanka
@ahmedofali

For all the amazing work which made releasing this new version possible

1.0.4

1.0.3

  • Fix PHP Fatal error: Class ‘NumberFormatter’ not found

1.0.2

  • Fixes #200 Polylang version check fails to detect Polylang PRO
  • Cart.js Updated in line with WooCommerce 3.1 cart-fragments.js
  • Fixes #215 add string translations for Coupons (includes WooCommerce Extended Coupon Features if installed)
  • addresses #168 with a utility function get_translated_variation to help get translated products or variations
  • Fixes #217 BACS bank_details() update for woocommerce3
  • Fixes #213 copy children for Grouped Product
  • partially implements #208 WooCommerce 3.1 CSV Import/Export by adding support for synchronising Product Meta and Product Attributes to translated products
  • Fixes #207 suppresses login customization to allow “Pay for Order” links to work when customer is not logged in
    (after login continue to payment page instead of my account home)
  • Fixes #212 update deleteRelatedVariation for woocommerce3 warnings
  • Fixes #209 cart filling up error logs with variations message
  • Fixes #195 Locale number formatting for prices and built-in attributes
  • Fixes #190 Products Quick Edit now synchronizes translations
  • Fixes #187 WordPress 4.8 breaks translation for new Variation Products
  • Fixes #184 Stock update incorrect if customer switches language while checking out
  • Fixes #186 Shipping Method translation regression from 1.0.1
  • Fixes #188 When translating Variations, code tries to create copies of untranslated terms
  • Fixes #182 email translation extension hooks thanks to @vendidero/WooCommerce Germanized
  • Fixes #181 additional filters in Meta synchronization thanks to @vendidero/WooCommerce Germanized

1.0.1

  • Fixes #170 when WooCommerce 3.0.8+ active, product variation titles corrected in cart and orders
  • Added Documentation links to new wiki Documentation pages
  • Added minified javascript (enable SCRIPT_DEBUG to use unminified versions)
  • Fixes #174 Error in autofill of missing translations of parent category
  • Fixes #175 WooCommerce doesn’t pass loop name for some shortcodes
  • Fixes #10 Initial setup issues if Polylang is not yet configured

1.0.0

Thanks for @jon007 and @decarvalhoaa for the amazing work in order to release this new version

This release fixes a number of issues around handling of attributes and translations.
In particular:

  1. New translations can now use auto-copy of source language, to help save time translating.
    In future a machine translation will be added.
    Copy option covers Product Title, Short Description and Long Description.
    Also when creating a new product, any missing Product Categories, Tags and Attributes are copied,
    to avoid unexpected problems which occur if a translation is saved with missing term translations.

  2. it is now possible to set up the system to allow different types of product attributes
    to be synchronised, translated, or independent in each language. The default options will be:

    • Translation and Synchronization Enabled for Product Attributes
    • Synchronization off for Custom Product Attributes

In this case choose how to set up your product attributes as follows:
– Translated Attribute? Add in Products\Attributes and turn on Translation in Polylang at:
Languages\Settings\Custom Taxonomies
– Synchronised Attribute? [eg same value in all languages, eg product code, numeric properties]
Add in Products\Attributes and leave Translation turned off in Polyang.
– Different value in each language? add directly to Product as a Custom Product Attribute

  • Enh: synchronisation for Custom Product Attributes and Global Product Attributes can now be
    turned on and off independently in
    Settings\WooPoly, Metas List, Attributes Metas, Custom Product Attributes.
    The fields locker is unlocked for the attribute types which are not synchronized.
  • Fix: Global Product Attributes can now be individually configured in Polylang:
    When Settings\WooPoly Translation attributes is checked then attributes appear in Polylang:
    Languages\Settings\Custom Taxonomies lists the individual taxonomies
    Previously all attributes translation were forced on: now they can be selectively turned
    on and off. This means that there is no longer any need to create dummy translations for
    untranslateable values such as reference codes and numeric fields. Fixes #127.
    CHANGE: new Product Attributes are no longer automatically enabled for translation,
    After creating new Attribute, enable Translation in Polylang if needed by checking:
    Languages\Settings\Custom Taxonomies
  • Enh: Missing Term Translations are now added by default. Fixes #72
    Applies to Products\Categories, Products\Tags, Products\Attributes
    Previously missing term translations caused

  • Fixes #123 Fields Locker performance optimisation

  • Fixes #155, fixes #81, fixes #99 Gateways fix gateway load issues by moving initialization to wp_loaded
  • Fixes #149 Enable duplication of variable products
  • Fixes #165 upsets/crosssells handling in wooCommerce3
  • Fixes #159 Attribute Terms synchronization issues
  • Fixes: #148 WooCommerce3 product_visibility is now a taxonomy not a meta item
  • Fixes: #153 Fields locker doesn’t correctly lock Product Attributes of type Select
  • Fixes: #147 When adding new variations, tool should also add the new variation to other languages
  • Fix #137 #131 #130 #110 #117, #97, #94, #84, #83, #82 adaptations for wooCommerce 3.0
  • Fix #136 Variable product stock sync issue where stock managed at parent level
  • Enh #132 Add settings Page link to plugins page
  • Fix #128 Allow variation description to be editable in translations
  • Fix #129 #138 Account page only shows orders in current language
  • Fix #112 Shipping Class are not sync for Product Variations
  • Fix #140, #142, #143, #89, #70 Email Translation issues
  • Fix #145 correct link from Polylang to Attributes Strings translations
  • Fix #95 WooCommmerce product shortcodes not filtering by language
  • Fix #104 Tax by allowing translation of Price Display Suffix

0.29.1

  • Improve Multisite compatibility
  • Fix variation description couldnt be translated
  • Fix PHP Notices when translating variable products with variations
  • Fix wc translation download

0.29

  • Fix PHP notice in Reports when products dont have translations
  • Fixed PHP notice due to Polylang deprecated functions
  • Fixed WordPress database error in reports page
  • Fixed missing argument warning in order detailspage and emails
  • Fixed strpos() empty needle warning for empty endpoints
  • Fixed removing email instructions from 3rd party payment gateways
  • Fixed not detecting whether polylang pro is active
  • Fixed unable to unselect a complete settings section Issue #51
  • Fixed Fields Locker is not working in variation tab Issue #76
  • Tested and confirmed working on WordPress 4.6.1, Polylang 2.0.7 and WooCommerce 2.6.7

0.28

0.27

0.25

  • Add the ability to handle the locale code of Paypal checkout
  • Fixed locale for emails that are triggered by a Paypal IPN message
  • Fixed fields locker is not working in Firefox browser

0.24

  • Added support for Layered Nav Widget
  • Added support for endpoints translation
  • Fixed products are duplicated when shop page is set as front page
  • Fixed Unable to open order details after 0.20 upgrade
  • Fixed translations links are not hidden in the order page
  • Fixed email is not translated when complete button is used in orders table
  • General code improvements

0.23

  • Added support for Woocommerce search widget @see Duplicated search result
  • Fixed translation downloader tries to download woo translations for en_US locale
  • Fixed wrong product duplicate behavior

0.22

  • Added Translation Downloader to auto download woocommerce translation files when a new polylang language is add
  • Added Arabic translation
  • Fixed translation links are hidden in posts page
  • General code improvements

0.21

  • Added admin interface to allow user to control plugin features
  • Added link for every attribute to search for its translation in the polylang strings table
  • Added generic fields locker
  • Added POT file for translation
  • Fixed product_type is not synced in 0.20 version
  • General code improvements

0.20

  • Added the ability to sync total_sales when stock value is changed
  • Added the ability to combine product report with its translation
  • Added the ability to combine category report with its translation
  • Fixed database error in sales_be_category reports
  • Fixed Orders Interface to use the current user language instead of the order language

0.19

  • Added the ability to set the write permalinks that can work with polylang if the default woocomerce permalinks are used

0.18

  • Added basic support for reports (filter by language)
  • General fixes

0.17.2

  • Fixed issue#2 (https://github.com/hyyan/woo-poly-integration/issues/2)

0.17.1

  • Removed wrong php used statement

0.17

  • Fixed (Polylang language switcher is disabled even if there is no variable products)
  • Added the ability to sync product category custom fields

0.16

  • Added support for product gallery translation

0.15

  • Extended meta list to include _visibility

0.14

  • Released in the wordpress repository
DomainExposuresHeadersLast Checked
t*e*o*o*o*r*j*c*.com (WP 5.4.19) F Aug 1, 2026
f*e*c*r*l.com F Aug 1, 2026
b*a*c*e*o*s*m*l*o*c*.com (WP 6.9.5) F Aug 1, 2026
m*l*s*a*b*u*h.com (WP 6.7.5) F Jul 31, 2026
m*l*n*b*j*c.com (WP 5.7.2) F Jul 31, 2026
m*l*h*a*i*.com F Jul 31, 2026
m*s*r*u*t*.com (WP 7.0.2) F Jul 31, 2026
t*e*e*f*c*w*r*d.com (WP 6.8.3) F Jul 31, 2026
i*e*p*k*a.com F Jul 31, 2026
p*l*y*e*h.com (WP 6.9.1) F Jul 31, 2026
m*s*n*r*d*-*o*s*l*i*g.com F Jul 31, 2026
a*a*o*b*a*.com (WP 6.8.6) F Jul 31, 2026
f*a*c*a*d*n*r.com (WP 5.4.1) F Jul 31, 2026
b*l*a*u*a.c*m.ua F Jul 31, 2026
c*a*e*y.com F Jul 31, 2026
f*a*c*h*r*t*g*t*a*e*.com (WP 6.8.3) F Jul 31, 2026
t*u*h*p*.c*m.ua (WP 6.8.6) F Jul 31, 2026
e*e*t*a.com (WP 6.0.12) F Jul 31, 2026
m*d*a*k*a*n*.com (WP 7.0.2) F Jul 31, 2026
m*n*e*-*a*d*.com F Jul 31, 2026
g*k*n*a*.com (WP 6.8.6) F Jul 31, 2026
e*k*l*n.es (WP 7.0.2) F Jul 31, 2026
i*n*l*a*i*h*r*s.com (WP 7.0.2) F Jul 31, 2026
b*n*d*r*s*v*n*.com (WP 5.8.13) F Jul 31, 2026
m*c*a*m*r*i*v*c.com (WP 7.0.2) F Jul 30, 2026
m*c*a*l*o*l*o*t*.com (WP 6.9.5) F Jul 30, 2026
m*a*-*i*v*a*t*o*i*i*e*t.com (WP 6.9.5) F Jul 30, 2026
m*t*v*n*u*.com (WP 6.6.5) F Jul 30, 2026
p*r*u*s*c*n*t*n*i*e.com (WP 6.2.9) F Jul 30, 2026
m*t*r*6*.com (WP 7.0.2) F Jul 30, 2026
a*s*r*l*s*i*t*a*.com (WP 6.1.8) F Jul 30, 2026
f*n*a*i*n*-*a*i*n*.org (WP 6.9.5) F Jul 30, 2026
n*u*o*g*r*.com (WP 7.0.2) F Jul 30, 2026
c*r*e*i*a*i*.com (WP 7.0.2) F Jul 30, 2026
o*d*l*v*n*.com (WP 7.0.2) F Jul 30, 2026
l*v*n*t*r*2*0*.com (WP 7.0.2) F Jul 30, 2026
f*a*e*e*.sk (WP 5.2.18) F Jul 30, 2026
h*s*n*s*.com F Jul 30, 2026
u*b*n*e*u*.com (WP 7.0.2) F Jul 30, 2026
s*d*s.fr A Jul 30, 2026
h*p*o*e*u*i*h.com (WP 7.0.2) F Jul 30, 2026
h*p*o*e*u*r*c*.com (WP 7.0.2) F Jul 30, 2026
s*m*k*t.com (WP 5.7.12) F Jul 30, 2026
l*z*e*.com (WP 5.6.17) F Jul 30, 2026
n*u*e*p*o*g*o*m*t*c*.com (WP 5.7.10) F Jul 30, 2026
n*u*e*k*o*f*r*.com (WP 5.3.6) F Jul 30, 2026
m*r*e*i*n.ch (WP 6.8.6) F Jul 30, 2026
f*r*e*c*l*s*e.com (WP 6.9.5) F Jul 30, 2026
h*d*o*p*r*-*h*p.com (WP 6.5.8) F Jul 30, 2026
f*s*i*n*o*l*t.it (WP 7.0) D Jul 30, 2026
h*d*o*e*.com F Jul 30, 2026
h*d*o*e*p*p*s.com F Jul 30, 2026
h*d*a*l*c*e*a*i.com (WP 7.0.2) F Jul 30, 2026
a*g*s*t*u*r*s*d*.com F Jul 30, 2026
a*g*s*t.com F Jul 30, 2026
m*r*e*o.com F Jul 30, 2026
n*x*s*e.org F Jul 30, 2026
m*r*h*u*a*p.com D Jul 30, 2026
w*o*p*c*e*f*r*s*.com (WP 5.1.3) F Jul 30, 2026
s*l*a*a*b*n*l*.com F Jul 30, 2026
a*d*e*t*i*o*.com (WP 5.4.19) F Jul 30, 2026
m*r*c*o*f*n*h*p.com (WP 6.9.5) F Jul 30, 2026
e*o*p*.shop (WP 6.9.5) D Jul 30, 2026
m*r*t*-*r*d*.com (WP 5.8.13) F Jul 30, 2026
e*b.o*g.ua (WP 6.3.2) F Jul 30, 2026
j*u*r*.ch F Jul 30, 2026
c*r*b*i*l*r*s*a*r*n*s.com (WP 6.6.1) F Jul 30, 2026
e*t*r*i*u*l.fi F Jul 30, 2026
c*l*r*i*l*s.be (WP 7.0.2) F Jul 29, 2026
d*a*e*i*m*.com (WP 6.1.1) F Jul 29, 2026
p*i*d*s*h*l*s*l*.com (WP 6.0.12) F Jul 29, 2026
f*o*b*l*e*.com (WP 6.3.8) F Jul 29, 2026
m*r*n*o.com (WP 7.0.2) F Jul 29, 2026
a*v*f*l*.com F Jul 29, 2026
h*n*e*f*n*a*i*o*m*r*c*.com F Jul 29, 2026
n*r*h*u*e*.ee F Jul 29, 2026
m*p*r*-*h*p.com (WP 7.0.2) F Jul 29, 2026
d*a*o*s*t*i*g*.com (WP 6.6.5) F Jul 29, 2026
s*h*r*k*k*b*a*.com F Jul 29, 2026
a*t*c*i*d*x.com (WP 6.0.12) F Jul 29, 2026
a*s*l*s*i*s.com (WP 6.4.8) F Jul 29, 2026
b*z*m*n*t*r.es (WP 7.0.2) B Jul 29, 2026
t*e*r*n*h*i*e.com (WP 6.8.6) F Jul 29, 2026
l*g*e*a*z*.fr F Jul 29, 2026
f*n*e*a*a*e*o.com F Jul 29, 2026
v*r*u*a*.c*m.tr F Jul 29, 2026
t*m*e*.c*m.pl (WP 7.0.2) F Jul 29, 2026
n*w*e*e*.com (WP 7.0.2) F Jul 29, 2026
v*x*i*.com (WP 7.0.2) F Jul 29, 2026
a*m*z.eus (WP 6.9.5) D Jul 29, 2026
l*t*i*n*r*e*.com (WP 7.0) F Jul 29, 2026
v*d*-*b*d.com (WP 6.3.1) F Jul 29, 2026
t*e*e*t*r*.com (WP 7.0.2) F Jul 29, 2026
g*b*s*o*o*t*.org (WP 6.6.5) F Jul 29, 2026
m*t*a*s*u*u.fi F Jul 29, 2026
v*g*s*i*i*g.com F Jul 29, 2026
l*t*r*l*h*n*c*.com F Jul 29, 2026
o*t*l*b.c*m.ua (WP 7.0.2) B Jul 29, 2026
l*r*j*.ch F Jul 29, 2026
p*i*a*a*-*h*i.com (WP 4.9.5) F Jul 29, 2026

Top 50 Plugins

Plugin Count
elementor 1,773,066
contact-form-7 1,754,699
elementor-pro 1,053,398
woocommerce 816,868
revslider 609,950
jetpack 456,151
js_composer 420,819
wp-rocket 341,566
essential-addons-for-elementor-lite 265,266
complianz-gdpr 257,980
gravityforms 257,686
google-site-kit 232,621
cookie-law-info 228,902
instagram-feed 225,266
sitepress-multilingual-cms 210,874
header-footer-elementor 207,407
google-analytics-for-wordpress 206,188
bluehost-wordpress-plugin 192,588
elementskit-lite 180,622
gutenberg 167,311
cookie-notice 149,235
litespeed-cache 143,547
gtranslate 125,193
wpforms-lite 124,272
the-events-calendar 122,579
astra-sites 113,631
gutenberg-core 113,508
popup-maker 110,000
woocommerce-payments 109,709
tablepress 102,202
honeypot 97,891
astra-addon 93,947
wp-smushit 91,090
duracelltomi-google-tag-manager 90,451
coblocks 89,789
layerslider 89,525
all-in-one-seo-pack 89,300
bb-plugin 87,066
akismet 85,166
premium-addons-for-elementor 84,433
ml-slider 83,034
cleantalk-spam-protect 82,813
mailchimp-for-wp 82,012
megamenu 80,374
woocommerce-gateway-stripe 79,700
jet-engine 77,827
fusion-builder 77,281
ewww-image-optimizer 76,638
wp-pagenavi 76,523
smart-slider-3 76,327

Top 50 Themes

Theme Count
hello-elementor 621,543
Divi 497,327
astra 415,116
flatsome 137,795
Avada 121,363
generatepress 114,678
oceanwp 80,569
pub 79,286
kadence 78,818
enfold 68,928
salient 65,362
twentyseventeen 54,403
bb-theme 53,484
betheme 52,451
twentytwentyfour 52,191
blocksy 51,007
cocoon-master 49,241
dt-the7 45,528
twentytwentyfive 44,925
woodmart 42,693
h4 39,561
neve 38,220
Avada-Child-Theme 36,954
gox 36,252
bridge 31,437
twentytwentyone 30,343
lightning 29,939
twentytwenty 28,835
swell 27,982
bricks 26,516
Impreza 26,104
Newspaper 24,234
twentytwentythree 22,139
epik-redesign 19,181
twentytwentytwo 18,831
uncode 18,592
twentysixteen 17,623
pro 17,621
sydney 16,585
storefront 16,374
Total 14,410
hello-theme-child-master 14,004
factory-templates-4 13,730
themify-ultra 12,971
extendable 12,866
hestia 12,599
yootheme 12,547
yith-wonder 12,223
porto 11,980
twentyfifteen 11,835