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 change the look of the switch?

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.

Hello.
I need to set the look like this https://prnt.sc/qf78s2 In the new version of the plugin, I did not find where the appearance options are switched?

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

You need code customization to change the look of the switcher

Вы так  же  можете  писать  на  русском

 

Спасибо. Код лицензии ввел.

Мне нужно установить внешний вид, как этот https://prnt.sc/qf78s2 В новой версии плагина я не нашел, где переключаются параметры внешнего вида?

Здравствуйте

Здесь- https://c2n.me/45BqcuP.png

Но  как  я ранее  написал - https://c2n.me/45BqfS4.png - для изменения  переключателя в  такой вид.  Или  создайте  собственный шаблон- https://currency-switcher.com/how-to-create-currency-links-without-shortcode/

Данный код

jQuery('.woocs_curr_link').click(function () {
    window.location.href = location.protocol + '//' + location.host + location.pathname + '?currency=' + jQuery(this).data('curr');
});
Не работает. Идет перенаправление на главную. Проверьте пожалуйста все ли здесь правильно. Я пробовал вставлять код в разные места и работал с ним около часа, ничего не получилось перенаправляет на главную.
Вот код ссылок:
<a href="/?currency=USD" data-currency="USD" class="woocs_currency_link"> USD </a>
<a href="/?currency=UAH" data-currency="UAH" class="woocs_currency_link"> UAH </a>

Здравствуйте

Обратите  внимание - https://c2n.me/45EXVmb.png

Ваш  код - https://c2n.me/45EY1Ev.png

Спасибо за поддержку.

У вас в документации есть ошибки. Классы ссылок не соответствуют классам скрипта, и дата атрибут тоже разный! https://prnt.sc/qs9anv

Люди не связаны с программированием никогда не смогут сделать ссылки по документации.

Здравствуйте

Спасибо за информацию. я   исправлю  это!