George Botsev
Forum Replies Created
-
Thank you for reporting this case @gorem
Our developers will fix this too.
Please go to /wp-content/plugins/woocommerce-multilingual/compatibility/class-wcml-product-addons.php and replaceif ( $addon['price'] ) {with
if ( isset( $addon['price'] ) && $addon['price'] ) {This should fix the problem.
Our developers provided me with a quick fix for you @bebski
Go to the file and change:if( ( $pagenow == 'post.php' && isset( $_GET[ 'post' ] ) && wc_get_product( $_GET[ 'post' ] )->get_type() === 'composite' ) || $pagenow == 'post-new.php' ){to
$is_composite_edit_page = false; if( $pagenow == 'post.php' && isset( $_GET[ 'post' ] ) ){ $wc_product = wc_get_product( $_GET[ 'post' ] ); if( $wc_product && $wc_product->get_type() === 'composite' ){ $is_composite_edit_page = true; } } if( $is_composite_edit_page || $pagenow == 'post-new.php' ){I hope it helps you.
- This reply was modified 7 years, 3 months ago by George Botsev. Reason: fixing patch code
Thank you for your report @bebski
Yes, that is a different case.
I am escalating that to our developers for further fixing.Hello!
We are in the process of completing a new version with a fix for the issue.
I cannot give exact ETA at the moment as the devs are working hard on fixing issues, but I guess it will be very soon.Thank you for reporting this.
Our developers are already aware of some problems related to composite products and multi-currency and they are working on a fix for them.Thank you for reporting this.
I have escalated it to our developers to take a lookHello!
Thank you for reporting this.
I will escalate to our developers ASAPHello!
You are the first that report a case like this one.
From what I see, there might be something wrong in your database.
Did you try to re-save the product with its product addon in question?Are you using the latest WPML plugins and their addons too?
Have you checked if you can test with a newly created similar product – if there is the same problem?
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] problem with attributeHello!
That is a problem that I cannot reproduce locally in my testing setup.Please make sure that you are running all latest versions of WPML and its other addons which are required for WooCommerce Multilingual to operate normally.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Parse errorHello!
I was unable to reproduce the error that you have reported here.
Please try and obtain a fresh copy of our plugins and try again.
There should not be a problem.Alternatively, you can open a new ticket at our support forum at wpml.org where we can try and debug this for you on your server.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] custom field translationHello!
Please excuse me for the late reply.
Yes, you can make them available (provided that they exist really) by utilizing a custom wpml-config.xml which you can place in either your theme folder as wpml-config.xml or in WPML > Settings > Custom configuration tabYou can read more about the syntax here: https://wpml.org/documentation/support/language-configuration-files/#custom-fields and that section in particular as there is the syntax for the custom fields and what you can do with them.
I hope that this helps you.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] custom field translationHello and thank you for contacting us.
Can you check if the custom field is set perhaps to “copy once”?
You can see how custom fields can be translated here: https://wpml.org/documentation/getting-started-guide/translating-custom-fields/
Because you said that the value is initially copied – it is possible that your theme has an entry in its wpml-config.xml that handles that field exactly and copies him only the first time – you should check your theme for that file and see what happens.It is also possible to override that functionality by going to WPML -> Settings page and click the Custom XML Configuration tab and filling there the desired behaviour of the desired element. You can read more about this here: https://wpml.org/documentation/support/language-configuration-files/overriding-language-configuration-files/
I hope that this helps you.
Please let me know how it goes.If you don’t have a license, it is very probable that you don’t have all of the latest versions of WPML and its add-ons.
It is possible that once you update – that the issue ceases to exist.Hello and thank you for contacting us.
I’ve been unable to get the same result as the one that you have reported in my tests setups.
for some users tuning ON the option to empty cart on language, change seems to help.
That option is located in WooCommerce > WooCommerce Multilingual > SettingsHowever, it is not clear what causes that behaviour and it would be best if you can help us debug this further. Please open a ticket at our forum at wpml.org so that we can start working with you.