George Botsev
Forum Replies Created
-
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Emails always in englishWe released a new release where the issue should be resolved.
Please do test and let us know if the issue persists.Please remember to backup your database and files first before you proceed! You can use a plugin for this if you like (example: http://wordpress.org/plugins/duplicator/)
I am very happy to hear that the issue is resolved for you as well!
If you are having any difficulties, you can always create a new ticket on our official support forum at wpml.org where our specialists could help you in the debug.
Do note that this is not the final code, and it is a code just a temporary code for workaround related to the issue that was originally reported.@oopixjane you are welcome.
@peterminator were you using WooCommerce Multilingual 4.1.2? Did you replace exactly the value:
if( $payment_method ){?
If you were using an older version, there might have been something else at that line number so better search for the exact code that I mentioned above.Perhaps you should enable debugging in WordPress and let me know of the error that you are getting behind that Error 503.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Emails always in englishHello,
The issue is happening because of the new way that WooCommerce sends e-mails – deferred.
They reverted this change to not be set by default in WooCommerce 3.0.3 so some of the problems should have been fixed by that.
However, in the next release, we are going to include a fix for this and for similar issues that have been reported to us.Hello, we are going to fix this in the upcoming release of WooCommerce Multilingual.
As a temporary workaround, you can patch this by going and editing the file in \wp-content\plugins\woocommerce-multilingual\inc\class-wcml-emails.php in the function filter_payment_method_string() and replace line 250:if( $payment_method ){with
if( $payment_method && isset( WC()->payment_gateways ) ){I am happy to help!
Have a nice weekend!
Hello,
The order is displayed in your profile language. This is the normal way that WooCommerce Multilingual works.
However, the order product is always saved correctly in the woocommerce_order_items table.
If you want to get it via custom code – there is with the name in the buyer’s language.If you wish to hack the code – then you can either disable the filter in \woocommerce-multilingual\inc\class-wcml-orders.php
add_filter( 'woocommerce_order_get_items', array( $this, 'woocommerce_order_get_items' ), 10, 2 );And this will make the order item appear in the buyer’s language – but I cannot guarantee how and if this will be compatible with any other changes and the consequences of this change. (e.g. you might cripple your site if you are not careful)
Hello, you might want to follow this post in our forum: https://wpml.org/forums/topic/getting-fatal-error-when-updating-the-post-the-event-calendar/
The error should be resolved in the upcoming release of WooCommerce Multilingual.I am contacting you once more time here because I need to know how to reproduce the issue.
Currently, I am unable to reproduce the problem, so any more details that you sent to us are welcome.I was just thinking about this problem and writing you that if the issue is not happening anymore that I cannot suggest where to look.
I see that you think that the issue may be from your theme. I hope that you find the problem.
It might be something with Javascript – if your theme is using conflicting javascripts.
It is better always to consult with your developer – as we are now just guessing here.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Notice: Undefined indexHello and thank you for contacting us.
Where exactly this notice is appearing?
Can you please provide more information on how to reproduce this? What steps did you take for it to appear?Okay, I see now.
This error is related to compatibility with Aelia currency switcher and foundation and it will be fixed in the upcoming release of WooCommerce Multilingual.@jer23jk can you provide more details please?
Currently I am unable to reproduce the issue.
It would be best if you can create a new ticket in our forum @ wpml.org so that we can investigate the issue more-in depth.Hello and thank you for contacting us.
Can you provide more information on how I can reproduce the issue?
Some code would help very much in this case.