GeoIP is Not Working At all
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 Rudra on June 22, 2022, 12:17Dear Pablo,
No there isn't any such plugin in use. You may check the same.
Dear Pablo,
No there isn't any such plugin in use. You may check the same.
Quote from Pablo Borysenco on June 22, 2022, 13:07Hello
I did a test - https://share.pluginus.net/image/i20220622110635.png - but i can't repeat this error
Hello
I did a test - https://share.pluginus.net/image/i20220622110635.png - but i can't repeat this error
Quote from Rudra on June 22, 2022, 13:35Dear Pablo,
The plugin has been disabled, please check as other required details are mentioned in the private data.
Dear Pablo,
The plugin has been disabled, please check as other required details are mentioned in the private data.
Quote from Rudra on June 23, 2022, 10:22It appears as it is not compatibly working with MStore Api.
It appears as it is not compatibly working with MStore Api.
Quote from Pablo Borysenco on June 23, 2022, 10:54Hello
Ok! Please read this - https://currency-switcher.com/woocs-labs
Hello
Ok! Please read this - https://currency-switcher.com/woocs-labs
Quote from Rudra on June 23, 2022, 12:51Dear Pablo,
I tried submitting the request for the compatibility with MStore API but there I found the error as shown in the image. So requesting you to please consider this as a request to the same to make WOOCS compatible with MStore API.
https://drive.google.com/file/d/1MSWdgQJ6xd1VjANZa1TKI0-MliS4J3Dk/view?usp=sharing
Also its a request for the quick action.
Dear Pablo,
I tried submitting the request for the compatibility with MStore API but there I found the error as shown in the image. So requesting you to please consider this as a request to the same to make WOOCS compatible with MStore API.
https://drive.google.com/file/d/1MSWdgQJ6xd1VjANZa1TKI0-MliS4J3Dk/view?usp=sharing
Also its a request for the quick action.
Quote from Pablo Borysenco on June 23, 2022, 13:32Please add FTP+wpadmin access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I will add this third party plugin to the adaptation queue
It may take 2 - 3 weeks
Please add FTP+wpadmin access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I will add this third party plugin to the adaptation queue
It may take 2 - 3 weeks
Quote from Rudra on June 23, 2022, 15:13Hi Pablo,
The details have been saved in private, please check and its a request to please do the needful ASAP as till that point our app will remain ineffective.
Thanks!
Hi Pablo,
The details have been saved in private, please check and its a request to please do the needful ASAP as till that point our app will remain ineffective.
Thanks!
Quote from Pablo Borysenco on June 24, 2022, 09:26Hello
I will write to you as soon as we get the result
Hello
I will write to you as soon as we get the result
Quote from Pablo Borysenco on June 30, 2022, 13:00Hello
Please check your FTP access( access folder )
Hello
Please check your FTP access( access folder )
Quote from Rudra on June 30, 2022, 13:17Dear Pablo,
Is there any issue? I have updated the cPanel access to you so now you can have the better control.
Thank!
Dear Pablo,
Is there any issue? I have updated the cPanel access to you so now you can have the better control.
Thank!
Quote from Pablo Borysenco on June 30, 2022, 17:04Please drop me correct FTP access/ I don't need access to the cPanel
Please drop me correct FTP access/ I don't need access to the cPanel
Quote from Pablo Borysenco on June 30, 2022, 17:12change the access folder in the FTP account settings
change the access folder in the FTP account settings
Quote from Rudra on June 30, 2022, 21:36Hi Pablo,
I have updated the folder and FTP credentials you can check the same in the private data.
Regards,
Rudra
Hi Pablo,
I have updated the folder and FTP credentials you can check the same in the private data.
Regards,
Rudra
Quote from Pablo Borysenco on July 1, 2022, 09:50Hello Rudra
Now FTP works correctly
Hello Rudra
Now FTP works correctly
Quote from Rudra on July 1, 2022, 10:12Dear Pablo,
Thanks for the confirmation!
Awaiting the apt solution for the mentioned issue.
Kind Regards,
Rudra
Dear Pablo,
Thanks for the confirmation!
Awaiting the apt solution for the mentioned issue.
Kind Regards,
Rudra
Quote from Pablo Borysenco on July 7, 2022, 17:18Hello Rudra
Please do a test
In file - \wp-content\plugins\mstore-api\mstore-api.php - change this line - https://share.pluginus.net/image/i20220707151331.png to this code - https://share.pluginus.net/image/i20220707151539.png
$new_price = $cart_item['data']->get_price();
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'];
$new_price = $new_price / $rate;
}
}
}
$new_price = $new_price + $add_price;
Hello Rudra
Please do a test
In file - \wp-content\plugins\mstore-api\mstore-api.php - change this line - https://share.pluginus.net/image/i20220707151331.png to this code - https://share.pluginus.net/image/i20220707151539.png
$new_price = $cart_item['data']->get_price();
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'];
$new_price = $new_price / $rate;
}
}
}
$new_price = $new_price + $add_price;
Quote from Rudra on July 8, 2022, 12:36Dear Pablo,
Thanks a lot as it appears that the issue is resolved and if there would be any issue with this we will update you accordingly.
Will it tolerate, if there would be any update for MStore API?
Dear Pablo,
Thanks a lot as it appears that the issue is resolved and if there would be any issue with this we will update you accordingly.
Will it tolerate, if there would be any update for MStore API?
Quote from Pablo Borysenco on July 13, 2022, 09:42Hello
Welcome;)
Will it tolerate, if there would be any update for MStore API? - You will need to update the code every time or write to the plugin author, maybe he will implement this solution in the next version
Hello
Welcome;)
Will it tolerate, if there would be any update for MStore API? - You will need to update the code every time or write to the plugin author, maybe he will implement this solution in the next version