jomo
Forum Replies Created
-
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Stripe for Woocommerce supportthis plugin by definition only supports the woocommerce plugin itself – it’s as much or possibly more than occasional community volunteers can support.
Other plugins including woocommerce extensions would need their own polylang layer.
You can add this for Stripe quite easily using the Polylang api ie://register string for translation pll_register_string($name, $string, $group, $multiline); //return the text or translation pll__($variable) //echo the text or translation pll_e($variable)
but out of scope of this plugin, add your own mini plugin for it.
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Bugreport with Woo 4.4.1 and WP 5.5Hi, this did indeed stop working again since last year’s fixes,
A draft release has now been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release here.Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] don’t sync cart item dataI agree it might be a good idea to make the ‘cart’ feature optional as many of the other features are in this plugin, as it is a source of potential conflicts with other plugins.
This wouldn’t be too hard to do but not entirely sure what the impact would be – feel free to suggest it on https://github.com/hyyan/woo-poly-integration/issues.
>Generally get an empty basket if the language changes
I can’t reproduce this, however please note the current release version 1.4.3 is rather old, a draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5If there are specific outstanding issues on the latest version please report in as much detail as possible on https://github.com/hyyan/woo-poly-integration/issues
I can’t reproduce this on a simple setup, it may be you have a permalinks issue in which case this would be fixed via Settings, Permalinks and saving to force an update.
Please note the current release version 1.4.3 is rather old, a draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5If there are specific outstanding issues on the latest version please report in as much detail as possible on https://github.com/hyyan/woo-poly-integration/issues
I can’t reproduce this on a simple setup, it may be you have a permalinks issue in which case this would be fixed via Settings, Permalinks and saving to force an update.
Please note the current release version 1.4.3 is rather old, a draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5If there are specific outstanding issues on the latest version please report in as much detail as possible on https://github.com/hyyan/woo-poly-integration/issues
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Variation bug – Double,Triple amountA draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release hereA draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release hereForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Variable Product IssueA draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release hereForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] stock doesnt syncA draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release here
It specifically includes fixes for variation stock issuesForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Compatible with WooCommerce 4.0?A draft release has been created here addressing primarily variable product and variation issues and JQuery updates (props @leemon):
https://github.com/hyyan/woo-poly-integration/releases/tag/1.4.5
please try it, if it looks an improvement we’ll ask Hyyan to publish the release hereit’s highly likely to be a javascript incompatibility in the latest woocommerce update, roll back one version of woocommerce, check you have the latest code from github and check this issue is raised correctly on github with the affected version of woocommerce indicated.
it doesn’t look like anyone has reported it at:
https://github.com/hyyan/woo-poly-integration/issues
which is where it needs to be raised.Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Bugreport with Woo 4.4.1 and WP 5.5Various issues on this were fixed last year and this year and released on the project github but not yet in a formal release on www.ads-software.com
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Woocommerce Endpoints Pages1. the WooCommerce pages should be translated like standard product pages.
2. the WooCommerce Endpoints should be translated in Languages, Strings translations /wp-admin/admin.php?page=mlang_strings
3. go to Settings, Permalinks and Save Changes to make sure Permalinks are correctly calculatedForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] keep creating variationsThis could happen if the shop base language was changed (not supported) or otherwise the relationship between the language variations and product is corrupted, if you have more detail please contribute on:
https://github.com/hyyan/woo-poly-integration/issues/478Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Translation issueprobably the French translation files have not downloaded correctly.
Try switching the admin language to French temporarily, that might force the download.