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

Lumise Product Designer with Woo Currency Switcher

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.

As per another thread forum & this link: https://currency-switcher.com/product-designer-for-woocommerce-wordpress-lumise-com/

I have added the snippet in my website but I am still facing the following issue & am not sure whether the issue is with that plugin or with this, because independently both plugins are working fine.

If customer selects INR Rs. 100 and checks out via ecard maker after editing and selects USD mode then it is proper USD $2.

But if the customer selects USD mode and then check out via ecard maker after editing then it shows USD $0 and then many ecards have just gone for free. Please guide what is the issue.

https://happyinvites.co/shop/festivals/sikh-religion/shri-sukhmani-sahib-path-1st-birthday-invitation-card/ - Please select Currency mode then CUSTOMISE to experiment what I am talking and kindly guide.

 

Hello

Ok!  Please  add  wp-admin+FTP access to  your  test  site - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png

I will add this to the adaptation queue

Hi, I have shared it in the private data. thanks.

Also in case you need to make edits to some file, we also have WP explorer so you can edit it on the backend dashboard as well if you need to.

Hello

OK! I added the plugin to the adaptation queue

Hello

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

Omg! thank you so much! this is perfect. you are amazing :) really really appreciate your help.

Hello

Welcome;)