George Botsev
Forum Replies Created
-
function_exist() would also work perhaps, and this is another way, but our developers favored the other function as the action that did not run on certain pages was admin_init. This is a best practice – if we change or adjust the functions at a later time – using our fix should fix any subsequent problems in the code.
@walkinonwat3r could you test if this helps you to fix the problem:
Change the line:
if ( is_admin() ) {to
if ( is_admin() && did_action( 'admin_init' ) ) {in the file /woocommerce-multilingual/inc/class-wcml-wc-shipping.php
Hello and thank you for contacting us.
I will report that to our developers.
Thank youForum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] admin.css on frontendGood to hear that this was already fixed in one of our previous releases 🙂
Thank you for getting back to us to tell us that!if you have any other issues – feel free to contact us again.
Have a nice day!Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] admin.css on frontendHello and thank you for contacting us.
As far as I am aware, we are not loading admin.css on the front end.
Are you sure that our plugin does that?
Please check if you are running any caching plugin and try and switch it off and test after clearing browser cache.
I am unable to reproduce the same issue on my test install – so it would be good if you can provide steps on how to reproduce that problem.I just setup a test account with the Mollie plugin and I cannot reproduce the issue that you are describing.
I would definitely need some additional guidance in order to reproduce the problem.Perhaps it would be better if you open a new ticket in our forum at wpml.org as we will need to get and debug the source in order to find the source of the problem.
Currently, we are having trouble reaching out to the plugin author – as he did not respond to our compatibility team for a year now.
Perhaps you can try and contact him and ask him if he is willing to work with us in order for fixing the possible compatibility issues?Hello and thank you for contacting us.
Do you have any more details that you can provide to us about the issue?
Did you notice any errors in the log perhaps?
Every detail that you might have would help us in diagnosing the issue.Hello. Thank you for noticing that in the compatibility page of the plugin.
I have updated the status to include the status that there are known issues.@thibotus01 we are preparing a new release soon.
For the time being, you can use the workaround in the code bove in this thread.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Global AttributesStrings languages can be changed. Attribute terms can be created in any language and you just translate them to the other languages.
I tried the setup that you mentioned with English as a secondary language and I cannot reproduce the issue.
It might be that you are using an older version where there might be a bug, or perhaps you have another problem – related to the entries in your database – that I cannot reproduce.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Global AttributesI don’t think that I follow the problem that you have described.
You can create the Attribute and the term in whatever language you wish.
Once it is created you can translate the product via WooCommerce Multilingual translation editor and it will include the attribute term to be translated as well.
The attribute name is being registered as a string and can be translated from WooCommerce > WooCommerce Multilingual > Attributes – select the attribute name and scroll to the bottom.
If you have enabled the attribute base – then you can also translate the attribute slug from WooCommerce > WooCommerce Multilingual > Shop Pages > Attribute nameIf you have any problem with that functionality then perhaps you are encountering an issue that we have not yet found or a misconfiguration.
In such cases, it is needed that we debug the issue more in-depth and access would be required. Because of that, we invite you to start a new ticket in our forum at wpml.org – because there you can share credentials securely, once it is enabled by the supporter that takes care of the ticket.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Global AttributesHello and thank you for contacting us.
At this page: https://wpml.org/documentation/related-projects/woocommerce-multilingual you can see manual for all operations that you can do with WooCommerce Multilingual, including the translation of the global attributes.
In short – you can create the global attribute and its terms, and then translate it from WooCommerce > WooCommerce Multilingual > Attributes > Select it from the dropdown and translate the terms.
Below that on the same page, you can translate the attribute name.
Once you translate to the other languages, when you go back to the page where you created the attribute terms – you will see the other languages populated and properly linked together.
Of course, you can do that manually too – but it is a long process.I hope that this helps you and answers your question.
If you have more problems – you can always open a ticket in our forum at wpml.org where our support specialists could assist you.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Redis compatibilityHello and thank you for contacting us.
In the past, we had some cases reported with Redis Object Cache, and we tried to reproduce the problems, but we were unable to reproduce them in our setup.We are opened for feedback and input – if you decide to implement this and you have problems – you can always open a new ticket at our forum at wpml.org so that we can debug if you have any issues.
Hello and thank you for contacting us.
If I understand correctly – you are trying to always checkout in USD, even when your users have selected Canadian Dollars.
This is not possible without a custom code that would make the switch.
Perhaps you should experiment with the hook: wcml_client_currency and as in the example of the page – change in only on the checkout page https://wpml.org/wcml-hook/wcml_client_currency/ and for all other pages – you revert to the desired currency.