PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Javascript error on Italian Translation

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,
I've bought your product two days ago. Yesterday I added Italian translation and, trying to using Variation Bulk Editor, on"Generate Variations" function I have a lot of error. Inspecting, seems no escapes were added for single quote character, used in some translations like"L'errore" or something like this, but I'm not sure it's the real problem.

Can you help me?
In English version it works normally

Best regards

Hello

Please  add  FTP acecss

Describe in more detail what I have to do to get the error

Hi,

I added WP File Manager because I cant' have FTP access (is a shared machine not handled by me), you can see and navigate all the files from there.

To reproduce the issue you can add your Italian pro translation I have downloaded from https://bulk-editor.com/translations/, add it to languages of the plugin.

Then if you try to open Variations bulk editor and open console, you'll see errors, and on generating possible combinations nothing appears, and other errors in console.

 

Hope it helps

 

Thank you

 

Hello

we will provide a solution to this problem on Monday

 

Hello

Try  in  file - wp-content\plugins\woocommerce-bulk-editor\ext\bulkoperations\bulkoperations.php - change  this  code - https://c2n.me/4bTpPRD.png

lang.<?php echo $this->slug ?> = {};
lang.<?php echo $this->slug ?>.going = '<?php esc_html_e('ATTENTION: Variations Advanced Bulk Operation is going', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished = '<?php esc_html_e('Variations Advanced Bulk Operation is finished', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished2 = '<?php esc_html_e('Attaching of the default combination for the products variations is finished!', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished3 = '<?php esc_html_e('Deleting of the products variations is finished', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished4 = '<?php esc_html_e('Ordering of the products variations is finished', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished5 = '<?php esc_html_e('Swap of variations is finished', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.finished6 = '<?php esc_html_e('Attaching of the products variations is finished', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.generating = '<?php esc_html_e('Generating possible combinations', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.generated = '<?php esc_html_e('Possible combinations been generated.', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.no_combinations = '<?php esc_html_e('Combination(s) not selected!', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.not_selected_var = '<?php esc_html_e('variation is not selected', 'woocommerce-bulk-editor') ?>';
lang.<?php echo $this->slug ?>.no_vars = '<?php esc_html_e('the product has no variations', 'woocommerce-bulk-editor') ?>';