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

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

Hyyan WooCommerce Polylang Integration

πŸ‘€ Hyyan Abo Fakher πŸ”— Plugin Homepage

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
m*s*o*-*l*n*e*e*.com (WP 6.8.5) F Jul 14, 2026
s*o*a*a*.c*m.ua (WP 6.9.4) D Jul 14, 2026
r*i*o*.ua (WP 7.0.1) F Jul 14, 2026
v*v*.n*t.ua D Jul 14, 2026
r*i*o*t.c*m.ua (WP 7.0.1) D Jul 14, 2026
v*r*e*h.c*m.ua D Jul 14, 2026
z*i*a.eu (WP 7.0.1) F Jul 14, 2026
m*s*a*o*i*.com (WP 6.3.8) F Jul 14, 2026
c*e*h*a*t*a*e*t*v*l.com F Jul 14, 2026
d*v*n*s*e*i*o.com F Jul 14, 2026
e*t*r*i*u*l.com F Jul 14, 2026
c*p*g.com F Jul 14, 2026
w*l*h*e*n*r.de F Jul 14, 2026
u*t*a*r*v*n*.nl (WP 6.7.5) F Jul 14, 2026
k*d*-*e*l*.com (WP 5.4.19) F Jul 14, 2026
z*a*k*t*h*n*e*s.com (WP 7.0.1) F Jul 14, 2026
x*e*t*g.com (WP 7.0.1) F Jul 14, 2026
o*l*n*h*i*a*d.com F Jul 14, 2026
c*c*o*c*n*r*a.com (WP 6.9.4) F Jul 14, 2026
x*e*o.com (WP 6.8.5) F Jul 13, 2026
h*s*-*u*i*-*u*l*s*i*g.com (WP 7.0.1) F Jul 13, 2026
c*o*e*a*d*u*t*r.pl F Jul 13, 2026
e*s*m*a*a*j*w*l*y.com (WP 7.0.1) F Jul 13, 2026
n*w*s*e*o*o.com (WP 6.9.4) F Jul 13, 2026
e*p*i*-*2*.com F Jul 13, 2026
z*n*d*p*a*n*.com D Jul 13, 2026
s*a*t*i*c*e*o.com (WP 7.0.1) F Jul 13, 2026
p*x*a*a.net (WP 7.0.1) F Jul 13, 2026
a*i*l*.c*m.br F Jul 13, 2026
i*w*z.link F Jul 13, 2026
d*x*o*e*s*n*o*o*.com (WP 6.8.5) F Jul 13, 2026
m*r*l*n*b*a*s.com (WP 7.0.1) F Jul 13, 2026
e*p*i*a*a*l*r*.com (WP 6.7.3) F Jul 13, 2026
k*z*r*g*n*l*a*t*.com (WP 7.0.1) F Jul 13, 2026
l*v*w*s*n*w*.com (WP 7.0.1) F Jul 13, 2026
c*s*m*d*c*l.com (WP 6.9.1) F Jul 13, 2026
n*v*k*l*.com (WP 5.7.14) F Jul 13, 2026
m*r*a*-*r*j*c*.com (WP 7.0.1) F Jul 13, 2026
s*p*o*a.com (WP 7.0.1) F Jul 13, 2026
b*u*m*o*v.com F Jul 13, 2026
o*r*d*e*r*w*b*h*p.com (WP 6.1.10) F Jul 13, 2026
z*r*k*e*u*r.com (WP 6.3.8) F Jul 13, 2026
e*l*d.com F Jul 13, 2026
n*v*b*.com (WP 7.0.1) F Jul 13, 2026
s*o*i*k*.com F Jul 13, 2026
a*a*-*a*e*i*u*h*q*e.com (WP 7.0) D Jul 13, 2026
h*r*m.c*m.ua F Jul 13, 2026
a*p*r*s*c*m*o*e*t*.com (WP 7.0.1) D Jul 13, 2026
b*u*-*o*o*.com F Jul 13, 2026
m*r*h*c*o*q*e.com F Jul 13, 2026
t*r*a*i*v*.fi (WP 7.0.1) F Jul 13, 2026
h*v*t*l.com (WP 6.8.5) F Jul 13, 2026
b*t*-*o*l*.de (WP 6.9.4) C Jul 13, 2026
d*v*d*o*e*p*a*o.com F Jul 13, 2026
p*s*p*r*-*r*i*y.c*m.ua F Jul 13, 2026
b*r*i*e*-*e*l*a*m*n*k*r.de F Jul 13, 2026
d*s*a*o*-*o*n*i*.com F Jul 13, 2026
g*l*a*h*h*a*n*s.com (WP 6.0.12) F Jul 13, 2026
r*v*n*o.com C Jul 13, 2026
t*u*i*a*a*u*.com (WP 6.4.3) F Jul 12, 2026
d*m*a*a*i*g.com F Jul 12, 2026
h*n*s*.blog F Jul 12, 2026
c*n*e*p*r*c*r*s.it (WP 5.3.21) F Jul 12, 2026
c*r*t*n*e*e*e.com (WP 5.7.15) F Jul 12, 2026
l*s*e*z*c*e.pl (WP 6.8.2) F Jul 12, 2026
c*p*k*e*i*n.com F Jul 12, 2026
a*e*t*s*l*m*o.com F Jul 12, 2026
c*o*e*e*d*n*t*r*.com (WP 7.0.1) F Jul 12, 2026
t*t*-*t*r*.com (WP 6.9.4) F Jul 12, 2026
t*r*e*a*t*.com (WP 6.9.4) F Jul 12, 2026
z*v*d*t*p*o*e*n*k.com F Jul 12, 2026
t*r*a*s*s*o*.com (WP 6.8.3) F Jul 12, 2026
h*s*i*.c*m.pl (WP 7.0) F Jul 12, 2026
t*r*a*e*e*i*a.com (WP 6.3.8) D Jul 12, 2026
t*r*a*a*e*e*t*r.com (WP 7.0.1) F Jul 12, 2026
t*r*o*s*y*.com (WP 6.7.5) F Jul 12, 2026
d*a*a*o*e.am (WP 7.0.1) F Jul 12, 2026
z*p*t*s*d*a*d*.com F Jul 12, 2026
n*r*a*i*.com (WP 7.0.1) F Jul 12, 2026
h*r*o*y*b*o*e*h.com (WP 7.0.1) F Jul 12, 2026
l*s*l*e*d*s*r*b*i*o*a.com F Jul 12, 2026
x*e*u*.com (WP 7.0.1) F Jul 12, 2026
m*d*n.lv (WP 4.8.3) F Jul 12, 2026
e*e*a*a*d*.com (WP 7.0.1) F Jul 12, 2026
e*p*o*e*b*a*d*n*s*m*i*.pl (WP 7.0.1) F Jul 12, 2026
n*t*s*a*r.org (WP 6.7.5) F Jul 12, 2026
z*c*y*s*u*i*.com (WP 4.9.13) F Jul 12, 2026
k*n*u*.ua (WP 5.7.15) F Jul 12, 2026
t*n*i*t*a*n*n*p*o.com (WP 6.5.8) F Jul 12, 2026
a*a*e*i*p*t*s*e*i*.com (WP 5.3.21) F Jul 12, 2026
t*p*i*f*.com (WP 6.6.5) F Jul 12, 2026
e*u*e*g*i*h.com F Jul 12, 2026
n*n*o*o*e*l*g.com (WP 7.0) F Jul 12, 2026
a*s*m*a.com (WP 5.4.6) F Jul 12, 2026
t*n*r*f*-*i*l*.com (WP 5.6.17) F Jul 12, 2026
c*s*e*r*u*.com (WP 6.9.4) F Jul 12, 2026
x*v*e*a*o*o*.com (WP 5.9.12) F Jul 12, 2026
n*m*r*o*.com (WP 6.1.3) F Jul 12, 2026
c*u*-*l*s*e*.com (WP 7.0.1) F Jul 12, 2026
m*r*n*-*e*p*r*s.com F Jul 12, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,670
contact-form-7 1,752,430
elementor-pro 1,052,476
woocommerce 816,098
revslider 609,110
jetpack 455,281
js_composer 420,184
wp-rocket 341,921
essential-addons-for-elementor-lite 264,914
complianz-gdpr 257,462
gravityforms 257,435
google-site-kit 232,555
cookie-law-info 228,544
instagram-feed 224,942
sitepress-multilingual-cms 210,671
header-footer-elementor 206,836
google-analytics-for-wordpress 205,959
bluehost-wordpress-plugin 192,462
elementskit-lite 180,242
gutenberg 167,162
cookie-notice 148,974
litespeed-cache 143,534
gtranslate 124,906
wpforms-lite 123,932
the-events-calendar 122,493
astra-sites 113,329
popup-maker 109,786
woocommerce-payments 109,450
gutenberg-core 106,504
tablepress 102,169
honeypot 97,746
astra-addon 93,790
wp-smushit 90,919
duracelltomi-google-tag-manager 90,369
layerslider 89,411
all-in-one-seo-pack 89,154
coblocks 87,767
bb-plugin 87,000
akismet 85,051
premium-addons-for-elementor 84,446
ml-slider 83,072
cleantalk-spam-protect 82,690
mailchimp-for-wp 81,877
megamenu 80,262
woocommerce-gateway-stripe 79,553
jet-engine 77,858
fusion-builder 77,168
ewww-image-optimizer 76,597
wp-pagenavi 76,492
smart-slider-3 76,197

Top 50 Themes

Theme Count
hello-elementor 621,008
Divi 496,644
astra 414,290
flatsome 137,871
Avada 121,202
generatepress 115,012
oceanwp 80,398
kadence 78,936
pub 74,605
enfold 68,814
salient 65,240
twentyseventeen 54,376
bb-theme 53,465
betheme 52,425
twentytwentyfour 52,233
blocksy 50,857
cocoon-master 49,213
dt-the7 45,470
twentytwentyfive 44,929
woodmart 42,965
neve 38,166
h4 37,144
Avada-Child-Theme 36,929
gox 36,231
bridge 31,369
twentytwentyone 30,344
lightning 29,931
twentytwenty 28,789
swell 27,967
bricks 26,477
Impreza 26,084
Newspaper 24,190
twentytwentythree 22,123
epik-redesign 19,169
twentytwentytwo 18,776
uncode 18,532
pro 17,631
twentysixteen 17,610
sydney 16,563
storefront 16,339
Total 14,409
hello-theme-child-master 14,016
factory-templates-4 13,732
themify-ultra 12,964
extendable 12,794
hestia 12,599
yootheme 12,534
yith-wonder 12,153
porto 11,942
twentyfifteen 11,851