George Botsev
Forum Replies Created
-
Hello and thank you for contacting us.
That is very strange issue.
Do you have a way of reproducing this? I did not manage to reproduce it in my test setup.
Have you tested in a minimal setup?
Did you report the issue to wpml.org?Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Endpoints 404I am happy that you solved the endpoints issue.
About your next question – is it possible that some of your products are missing their language information?
You can try and see if new products would appear if you run the troubleshooting option “Set language information” in WPML > Support > Troubleshooting pageOther than that – I have no idea.
Hello and thank you for contacting us.
Perhaps you should use one of our hooks https://wpml.org/documentation/related-projects/woocommerce-multilingual/wcml-hooks-reference/
Depending on how and when you might find something useful there.
Also this could potentially help: https://wpml.org/wcml-hook/wcml_switch_currency/Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Endpoints 404Hello and thank you for contacting us
Have you tried to search in WPML > String Translation for these and check if they are with status “Completed”there?
Perhaps you should remove these translations from there and re-translate.
Sometimes that helps.
Also check if you have set Pages as “Translatable” in WPML > Settings and not something else, as this can also affect the ability to translate the endpoints.If nothing from my suggestions helps, then definitely there is the need for further debugging, so I would ask you to please open a new ticket in our support forum at wpml.org where we can get credentials securely for your site and help you debug the issue.
Hello!
Sorry for the late reply here.If you have a trouble with updating WPML or WPML add-ons, then you need to create a new ticket in wpml.org support forum.
They will be able to help youthere.Perhaps a good idea is to provide them with debug.log of the issue
I suggest enabling debug in WordPress and checking the debug log.You can do this by setting this options in wp-config.php
above the line that says:
/* That’s all, stop editing! Happy blogging. */// Turn debugging on
define(‘WP_DEBUG’, true);
// Tell WordPress to log everything to /wp-content/debug.log
define(‘WP_DEBUG_LOG’, true);
// Turn off the display of error messages on your site
define(‘WP_DEBUG_DISPLAY’, false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set(‘display_errors’, 0);Please do note to remove any other instances of this code if you have it in the file:
define(‘WP_DEBUG’, false);You can always remove the debug log and wait for only the last issues to be registered and disable debug logging then.
WooCommerce Multilingual plugin is a free plugin and not a paid one
If you have bugs with WPML or with one of his add-ons, please report them to WPML support forum.
Hello!
Please make sure that you are using all of the latest WPML updated plugins.If this does not help, then please enable debug logging in WordPress
I suggest enabling debug in WordPress and checking the debug log.You can do this by setting this options in wp-config.php
above the line that says:
/* That’s all, stop editing! Happy blogging. */// Turn debugging on
define(‘WP_DEBUG’, true);
// Tell WordPress to log everything to /wp-content/debug.log
define(‘WP_DEBUG_LOG’, true);
// Turn off the display of error messages on your site
define(‘WP_DEBUG_DISPLAY’, false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set(‘display_errors’, 0);Please do note to remove any other instances of this code if you have it in the file:
define(‘WP_DEBUG’, false);and from that log – if something is inside – please provide the details here or in our support forum at wpml dot org.
Please check if you have more than 1000 attributes.
If this is the case, then perhaps you need to increase “WPML_TAXONOMY_TRANSLATION_MAX_TERMS_RESULTS_SET” constant by setting something like:define('WPML_TAXONOMY_TRANSLATION_MAX_TERMS_RESULTS_SET', '5000');in your wp-config.php and try again.
if this is not the case, I suggest that you open a new ticket in our support forum at wpml dot org where we can help you debug this further.
I have verified the issue and escalated it to our developers.
Thank you very much for reporting it!
Hello and thank you for reporting that issue.
I will check it out.Okay, marking this as resolved.
Yes, that setting should be good and should not cause issues in other places.
I have escalated the problem to our developers.Hello and thank you for contacting us.
Please excuse me for the late reply here.Can you check if you perhaps have set the post type “Pages” as “Translatable – use translation if available or fallback to original language” option in WPML > Settings and perhaps set it to the normal value “Translateable – only show translated items” and then re-save the permalinks?
I hope that this helps you. Please let me know how it goes.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] conflict with wpmlHello
I see something that could potentially be the problem
In your Gutenberg code for Italian you have the same ID as in English<!– wp:woocommerce/product-category {“categories”:[671],”editMode”:false} –> <div class=”wp-block-woocommerce-product-category”>[products limit=”16″ columns=”4″ category=”704″ orderby=”date” order=”DESC”]</div> <!– /wp:woocommerce/product-category –>I cannot guarantee if this would help but perhaps changing that to:
<!– wp:woocommerce/product-category {“categories”:[704],”editMode”:false} –> <div class=”wp-block-woocommerce-product-category”>[products limit=”16″ columns=”4″ category=”704″ orderby=”date” order=”DESC”]</div> <!– /wp:woocommerce/product-category –>might help.
I am sure that my colleagues at WPML will be able to help you with further debugging this.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] conflict with wpmlHello!
This would require some debugging in order to find what happens there.
Have you checked for the translation where you specify the category – if the proper category is specified?
I am not sure how you insert it there – but if it is by some widget with ID – if the ID is not converted to the proper translation ID – then you will not see anything in the translation.
Compare the original post contents and translation and check how it is added.
If you can see the same ID – that is the problem perhaps and you might need to change the ID of the translation to the proper translated category ID.You can always ask for help in our support forum at wpml.org