You can try to find those texts in our plugin by using the Loco Translate plugin.
Kindly follow the instructions in this article https://wpclever.net/faqs/plugin-translation to learn how to find the strings in our plugin and provide equivalent translation for translating texts and change the wording.
This makes no sense. First of all i do not want to use a separate plugin in order to translate only 2 strings :( Secondly any other string can be translated - why not these two?
Sorry for the late reply. We've had a short vacation and today our team is back to continue our support session.
I'm not a technical support agent so I will transfer your ticket to our developers to see if he can guide you with a faster way to solve this. He will respond to you as soon as being available for support.
The translation option is missing for You may be interested in…
Same with UNDO and "was removed".
Hi Max,
Thank you for contacting WPClever Support Forum.
You can try to find those texts in our plugin by using the Loco Translate plugin.
Kindly follow the instructions in this article https://wpclever.net/faqs/plugin-translation to learn how to find the strings in our plugin and provide equivalent translation for translating texts and change the wording.
Best regards.
Janilyn T. - WPClever Support Agent
This makes no sense. First of all i do not want to use a separate plugin in order to translate only 2 strings :( Secondly any other string can be translated - why not these two?
Your filter leads to an error: Compile Error: Cannot redeclare wpc_translations() because it already been declared by woocommerce...
You just need to add these two to your option page:
'undo_text' => esc_html__( 'Undo?', 'woo-fly-cart' ),
'removed_text' => esc_html__( '%s was removed.', 'woo-fly-cart' ),
line 170 and 171
and
$cart_html .= '<div class="woofc-cross-sells-heading">' . esc_html__( 'You may be interested in…', 'woo-fly-cart' ) . '</div>'
line 1422
like here:
'manual_show' => get_option( '_woofc_manual_show', '' ),
Hi Max,
Sorry for the late reply. We've had a short vacation and today our team is back to continue our support session.
I'm not a technical support agent so I will transfer your ticket to our developers to see if he can guide you with a faster way to solve this. He will respond to you as soon as being available for support.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Max,
I'm so sorry for the late reply!
Please update our plugin to the latest version 4.1.3 then you can change this text in the Localization tab https://www.screencast.com/t/46auzVVct
Best regards,
Dustin