Hi! I'm trying to add to the mini-cart modal the shipping info/costs.
Is it possible to achieve that? Maybe with a plugin or something.
And can I also edit the text of the button in the mini-cart when is empty "go to shop"? I've tried with "say what" plugin, but none of the text-domain I've tried worked (woocommerce, salient and salient-core).
I would like to keep the salient default mini cart, only adding there the info I need. Is there any way to edit the salient mini cart , without creating another one?
I'm going to translate my website with wpml and I am currently using say what to change text, so I would like to avoid to use another translate plugin. Can I achieve that in another way with this two plugins?
There might be an issue with the Text Case which is why its not taking the translation. Try installing Loco Translate Plugin as its the easiest to use and you can get the list of Text's to translate in the GUI : http://themenectar.com/docs/salient/translations/ .
Hi! I'm trying to add to the mini-cart modal the shipping info/costs.
Is it possible to achieve that? Maybe with a plugin or something.
And can I also edit the text of the button in the mini-cart when is empty "go to shop"?
I've tried with "say what" plugin, but none of the text-domain I've tried worked (woocommerce, salient and salient-core).
How can I edit that?
Thank you very much
Have a nice day :)
Hi There,
Please check this out:https://wordpress.org/plugins/woocomm-popup-cart-ajax/.
How about you try the loco translate plugin.
Thanks.
Hi!
I would like to keep the salient default mini cart, only adding there the info I need. Is there any way to edit the salient mini cart , without creating another one?
I'm going to translate my website with wpml and I am currently using say what to change text, so I would like to avoid to use another translate plugin. Can I achieve that in another way with this two plugins?
Thanks
Hi There,
The theme does not offer an option for the pop cart at the moment.
Thanks.
hi!
Is there a way to add it by php?
And what about the button translation?
Thanks
Hi There,
You may need to hire a private developer to assist further with the mini cart pop up.
For translation without using any other plugin please check this out:https://hoolite.be/coding/replace-or-translate-text-in-wordpress-via-functions-php/.
Thanks.
Hi!
I've tried to add this
function change_translate_text( $translated_text ) {
if ( 'Go to shop' === $translated_text ) {
$translated_text = 'New Text';
}
return $translated_text;
}
add_filter( 'gettext', 'change_translate_text', 20 );
to child's function.php, but it doesn't works. Also I think this might give me some issues with the translation I'm going to do with WPML.
Could you please tell me the text-domain for edit this with say what plugin, that was suggested me by Tahir?
I edit a lot of other text with that plugins, and it works pretty great.
Thank you
Hey Again,
There might be an issue with the Text Case which is why its not taking the translation. Try installing Loco Translate Plugin as its the easiest to use and you can get the list of Text's to translate in the GUI : http://themenectar.com/docs/salient/translations/ .
Thanks
ThemeNectar Support Team
Hi Tahir!
Do you assure me that having three text translations plugins (WPML, say what and loco translate) working at the same time will not cause any issue?
thank you
Hey Again,
If you have WPML there is no need for the other two.
Thanks
ThemeNectar Support Team