floating currency switcher widget on my site.
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 pleaseIf 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.
Quote from Nadir on April 16, 2026, 08:48I have purchased and installed the premium version of the FOX – Currency Switcher for WooCommerce plugin on my website. However, I am unable to find an option for a floating currency switcher widget on my site.
Could you please guide me on:
- Whether the floating currency switcher is available in the current premium version
- If yes, how to enable and configure it step-by-step
- If not, what is the recommended way to create a floating currency switcher on my website
My details:
- Plugin: FOX – Currency Switcher (Premium)
- Default currency: PKR
- Website: https://saqafatcollection.com/
I would really appreciate your assistance in setting this up.
Thank you in advance for your support.
I have purchased and installed the premium version of the FOX – Currency Switcher for WooCommerce plugin on my website. However, I am unable to find an option for a floating currency switcher widget on my site.
Could you please guide me on:
- Whether the floating currency switcher is available in the current premium version
- If yes, how to enable and configure it step-by-step
- If not, what is the recommended way to create a floating currency switcher on my website
My details:
- Plugin: FOX – Currency Switcher (Premium)
- Default currency: PKR
- Website: https://saqafatcollection.com/
I would really appreciate your assistance in setting this up.
Thank you in advance for your support.
Quote from Nadir on April 16, 2026, 08:55i want to display currency switcher like khodgi.com
i want to display currency switcher like khodgi.com
Quote from Alex Dovlatov on April 17, 2026, 00:00Hello Nadir
Thank you for your question.
FOX does not have a dedicated floating widget option, but you can achieve the same visual result using the plugin's shortcode combined with a small CSS snippet.
First, place the currency switcher on your page using the shortcode [woocs] or [woocs_selector]. You can add this to your theme's header, footer widget area, or any custom HTML block depending on your theme.
To make it appear as a floating element fixed on the screen, add the following custom CSS to your theme (Appearance > Customize > Additional CSS):
.woocs_container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; background: #fff; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
This will pin the currency switcher to the bottom right corner of the screen on all pages, similar to the style you referenced.
You can adjust the bottom, right, background, and padding values to match your site design.
If you need help matching the exact style of your site, please share a screenshot of how you would like it to look and we will help you adjust the CSS accordingly.
Also read please: https://currency-switcher.com/how-to-place-currency-switcher-on-the-site-bottom/
For further support place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
Hello Nadir
Thank you for your question.
FOX does not have a dedicated floating widget option, but you can achieve the same visual result using the plugin's shortcode combined with a small CSS snippet.
First, place the currency switcher on your page using the shortcode [woocs] or [woocs_selector]. You can add this to your theme's header, footer widget area, or any custom HTML block depending on your theme.
To make it appear as a floating element fixed on the screen, add the following custom CSS to your theme (Appearance > Customize > Additional CSS):
.woocs_container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; background: #fff; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
This will pin the currency switcher to the bottom right corner of the screen on all pages, similar to the style you referenced.
You can adjust the bottom, right, background, and padding values to match your site design.
If you need help matching the exact style of your site, please share a screenshot of how you would like it to look and we will help you adjust the CSS accordingly.
Also read please: https://currency-switcher.com/how-to-place-currency-switcher-on-the-site-bottom/
For further support place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
