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

Price not work with lumise

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, i am using Lumise. And i found they cant get the price from woocs with current currency price. I found the solution in your website https://currency-switcher.com/product-designer-for-woocommerce-wordpress-lumise-com/   However, i followed this guide and added the code, it seems still  display default currency. Can you help me with this? I really want to have both plugins in my website. Thanks!!

Hello

Please  try:

In file –  \wp-content\plugins\lumise\woo_connector.php  – add code – https://c2n.me/4b1FqFw.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$price = $price / $rate;
}
}
}

I did  it  please  do a test

Hi, I did the test in product page. It still didn’t get the price from woocs.

Hi, i have added the code to file, now at the checkout, the price is correct. How can i display woocs currency and price in customize dashboard too? It is now still shows default USD.

Hello

Ok!  Please  drop me   screenshots  with  the  issue

I'll add this to the adaptation queue

Thank you so much! I have drop the screenshots in private.

I will write to you as soon as we get the result

Hello

Please update  the  plugin to  latest  version - https://currency-switcher.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato/

Disable  third-party  currency switcher - https://c2n.me/4bsCuRA.png - it can cause conflict

 

Hi, i have updated  to latest version. And also disabled third-party currency swicther.

Hello

Ok! I will write to you as soon as we get the result

 

Hello

Unfortunately we are unable to adapt this third party plugin.

hmm alright. Thank you anyway!!

Hello

Welcome;)