George Botsev
Forum Replies Created
-
I forgot to post here a link to our forum post: https://wpml.org/forums/topic/the-newest-update-of-woocommerce-multilingual-broke-all-my-pages-i-deactivate-it/
Since we are going to investigate the issue there, I am going to mark the ticket here as resolved.Okay, I responded to you there and enabled private reply for you.
If you wish to keep this private, then please open a ticket in our forum at wpml.org.
There a supporter can enable a private reply for your reply after you ask for it.Then you can send me the link to your ticket and we can continue there.
- This reply was modified 9 years, 5 months ago by George Botsev.
Hello,
As you may have noticed, we had some upload problems with the latest release of WooCommerce Multilingual.I would like first to suggest to you, to update and get a fresh copy of our plugin.
Since your report is very scarce of data, perhaps it would be a good idea to activate debugging in WordPress, and let us know of any errors that pop in the error log.
You can do this by setting this options in wp-config.php
// 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);Okay, I see that this is changed in the next release of WooCommerce Multilingual
If you wish, here is a diff file with the changes against 3.9.5 for you to test with: http://pastebin.com/b9b7jpX4
The paste will expire in a month.Hello, I just talked with one of our developers.
Did you test to reproduce the same issue with WooCommerce Multilingual 3.9.5 release?
He assures me that this is fixed at a later stage in the code (using code like:terms_array = array_unique( array_map( 'intval', $terms_array ) );)and there should be no problem with this functionality.The issue will be fixed in the next version of WooCommerce Multilingual.
If you wish to use it now, you can fix it by yourself by replacing the 150 with:
array( 150, 150 )
so that the code becomes this:
$products[ $key ]->post_thumbnail = get_the_post_thumbnail_url( $product->ID, array( 150, 150 ) );
Thank you for reporting the issue.Thank you for the clarification. I will escalate this to our developers as well.
Do you have any specific issues with that value not being an integer?
Would you please clarify a bit more about this change?I have checked the code, yes there is this value set.
I have escalated the issue to our developers and when they respond, I will let you know of the outcome.Hello and thank you for the report.
I will investigate this and get back to you.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] plugin compatbileThank you very much!
When you do – please add the ticket link here if you can, so that others can benefit also when a solution is found.Hello,
In order to change the status you have two options.-If you are using WooCommerce Multilingual translation interface, you can change the status of the original post, and then go and just update the translations and just save them once.
The status in this case is synchronized between the original and the translation that you updated.-If you are using the native editing interface, you can go to the product translation and edit the status yourself.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] plugin compatbileHello,
I am not very familiar with that plugin that you mentioned.I see that it made the variations appear in some very nice way in the product in the original language, but not in the second language.
It also appears that this plugin has not been tested yet by our team as it is not listed here in our compatible plugins list : https://wpml.org/documentation/woocommerce-extensions-compatibility/I would suggest you to open a new ticket in our forum at wpml.org – so that we can debug the problem more in-depth. Here in this forum, we cannot share any private data securely and we would like to take a look at the plugin and try to help you with it and possibly contact the author and ask him to work with us for the solving of this problem.
Hello, maybe this page would help you:
https://wpml.org/documentation/related-projects/woocommerce-multilingual/wcml-hooks-reference/
Especially the hooks: wcml_raw_price_amount; wcml_formatted_price; wcml_product_price_by_currency;