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

HivePress Theme - Currency not changing

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,

We are using a"Hive Press theme for Freelance Market Place" - http://www.metaworx.co.uk
We also are purchasing a new theme called"Exertio - Freelance Marketplace"
But your (and all the others) Currency Switcher do not work.

The bit that is failing is the changing of the figure to the new currency (e.g. £10 just changes the symbol to $10 – not the new currency rate as set in the FOX plugin).

We have tested with just woocommerce and FOX is working lovely.
Its just with Hive Press.

For Info: The listings made my Hivepress are not part of woocommerce /

Quote > “Please note that our listing price is not the WooCommerce price, listings exist separately from WooCommerce products. But if the converter is JS-based, it should work correctly”

Hive Press are dragging their feet to bug fix it for Fox and any other currency switchers, so was enquiring if you can take a look to solve the problem.
But also would great to get it working with Exertio - Freelance Marketplace

 

You could become the only working solution 🙂

Neil
http://www.metaworx.co.uk

Hello Neil

This plugin is designed for woocommerce and only works with woocommerce prices

To convert custom prices - https://currency-switcher.com/shortcode/woocs_show_custom_price

JS  code :

if (woocs_current_currency != undefined AND woocs_current_currency['rate'] != undefined ) {

your_price = your_price * woocs_current_currency['rate'];

}