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

how to display only symbols "€, $, £" for currency selection

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!

how is it possible to have only currency symbols without “eur” or other currency letters? It looks now like this: https://ibb.co/tYthsLH And I would like to remove “EUR”, “USD”, “GBP”, so it would be only like this: €, $, £. Configuration is the following: https://ibb.co/jMsLQwn https://ibb.co/C1zptYV

Thanks in advance!

Hello

What kind of switcher do you want to have - https://c2n.me/4bGMlYM.png

 

hi,

I want it to be looking as here:
https://ibb.co/NFQ8gnM

That is on this web - rocksock.com

Thanks!

Hello

But the plugin doesn't have this type of switcher.  In this case, you need customization of the code - https://currency-switcher.com/how-to-create-currency-links-without-shortcode/

hi,

thanks! that worked, however it navigates back to the 1st page although js function is added to footer.php.
https://ibb.co/hcxRBrM

Could you pls assist what could be wrong here? theme.js file I was not able to locate.

BR

Hello

Try  to  use

jQuery(function () {
jQuery('.woocs_currency_link').click(function () {
woocs_redirect(jQuery(this).data('currency'));
});
});

awesome, working fine now! many thanks!

Hello

Welcome;)