George Botsev
Forum Replies Created
-
Could this issue be coming from another plugin? Do you have more verbose log of the event?
Can you try and reproduce this somehow? In order for me to test and be able to reproduce this and find a possible solution, I would need a way to reproduce the problem.I talked with our developers about this.
You might want to try:delete_transient( 'wc_product_children_' . $tr_product_id ); delete_transient( '_transient_wc_product_children_ids_' . $tr_product_id );Where $tr_product_id is the product id
Hello and thank you for contacting us.
Can you provide us more information about this issue please?
In our code we have a compatibility function related to that function that should call for the proper new function.
You can check out the file woocommerce-multilingual\inc\woocommerce-functions-wrapper.php for this code:public static function get_order_currency( $order ){ if( self::is_deprecated() ){ return $order->get_order_currency(); }else{ return $order->get_currency(); } }Which version of WooCommerce Multilingual are you using?
Maybe you should update to the latest version of WooCommerce Multilingual 4.1.2- This reply was modified 9 years, 1 month ago by George Botsev.
So this is the only error that is being logged in the log when you have the new version of WooCommerce Multilingual active and the site is still blank screen?
I don’t understand – there should be an error logged in if this is the case.Perhaps at this time, it would be a good idea to create a new ticket in our support forum at wpml.org where we can exchange credentials and we can take a look more in-depth in the problem.
Hello and thank you for contacting us.
I am not sure why you are experiencing this problem.
Are you also running the cleanup of transients for the variations as well?How are you creating these products programmatically? Can you share some code?
Okay, would it be possible for you to provide a debug log with the errors that are happening now once you have risen the memory?
Hello and thank you for contacting us.
The error message that you’ve got is very indicative of the problem.
In your WooCommerce report – it is stated that you have dedicated 256megabytes of memory to your WordPress, however it seems that the memory dedicated to your WordPress install actually is less than that – because of the error that you received with a limit of 134217728 bytes – which is equal to about 134 MB.
There might be a hosting limitation there for that.The problem could be happening only with the update logic, so perhaps if you try and switch off all plugins and leave only WooCommerce, WPML and WooCommerce Multilingual – maybe the update logic may run and then you could re-enable the other plugins.
Hello and thank you for contacting us.
You are talking about the page – /wp-admin/admin.php?page=wpml-wcml -> WooCommerce > WooCommerce Multilingual > Products right?
Thank you for reporting this.I will activate the private reply in your ticket in wpml.org so you can share a link.
I am having issues reproducing the problem.
If your offer to provide me some import files is still valid, I would like to take you up on that.It is nice that you found a solution. I am very happy for that.
If I understand you correctly, the problem is that for your language that you are doing the import – you have another currency set as default. Is that correct?It took me a while to get the appropriate plugin and an environment set on my local machine and I am going to test that now.
As far as I can see – the price in the WooCommerce import plugin is always shown to be in the default currency.
About the second part – yes, it is always needed to have all the price fields imported – otherwise, problems may occur as you discovered for yourself.Hello,
This is a very strange issue I agree with you.
Would it be possible that you open a new ticket in our forum at wpml.org so that we can properly investigate this?
I am not sure if you are setting the prices manually for the second currency how this is being imported in via WP All Import.
Are you sure that the prices are imported properly?
Maybe you are missing the price in the default currency? You need to have that price set too.
Or maybe the prices are being recalculated automatically based on the exchange rate that you specified.
What happens if you change the exchange rate?Yes, I agree that there are several solutions and we are applying one of them in the template dropdown-click.
This is no different from the language switcher in WPML where the same approach is being used.Our developers are working on this case, and when there is a progress I will let you know.
I have no workaround about this right now.Using the dropdown-click is one proper fix for touchscreen devices.
You click on the switcher and it opens a menu and you are not directed to the top of the page.
What else do you suggest?