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

Problem with Ali2woo

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've purchased WooCommerce Currency Switcher but I have problem with the shipping cost price with Ali2woo plugin. It only changed the currency sign but it it didn't change the currency conversion. Please see attached. I've encircled the value which supposed to be in Philippine Peso but it still showing in USD. Please help as my entire website will not be usable if this doesn't work.

shipping price error

 

Hello

Please  read  this - https://currency-switcher.com/woocs-labs/

Thanks for your reply. I did check the link beforehand but Ali2Woo plugin is not in the list.

Hello

Ok!  So  drop  me  wp-admin  + FTP  access  I will add this plugin to the adaptation queue

Ok, I've sent via private data in this topic.

Here's another screenshot on the checkout page. I've sent admin access via private data in this topic.

Hello

Ok!  I added this plugin to the adaptation queue

Ok what should I do now? I've check https://currency-switcher.com/woocs-labs/ but Ali2Woo plugin is still not listed in the compatibility list. Anything I should do at my end?

Hello

I added this plugin to the adaptation queue! I will write to you as soon as the result is

Hello

Please check  your  FTP access - https://c2n.me/45xi5uC.png

Ok please try again. it should work now. Restart your ftp client.

Hello

In  file - \plugins\ali2woo\includes\classes\shipping\A2W_ShippingFrontendPageController.php - Add  code - https://c2n.me/45xnKlx.png

if (class_exists('WOOCS') AND $method['price'] > 0) {
global $WOOCS;
$method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}

AND  add  code - https://c2n.me/45xnHeS.png

if (class_exists('WOOCS') AND $method['price'] > 0) {
global $WOOCS;
$method['price'] = $WOOCS->woocs_exchange_value(floatval($method['price']));
}

Thanks Pablo for your support. I think it's working now. I'll keep on testing with different computers and browsers.

One question, if there's an update of Ali2Woo plugin, will the code you added get affected?

Thanks again

Hello

will the code you added get affected? - Yes! Unfortunately you should repeat this operation -  https://c2n.me/45y5wKA.png

Hi, there's an update on the plugin and I tried to repeat the operation as you suggested but the shipping cost price with Ali2woo plugin is still not working. Appreciate if you can take a look asap as the website is already live.

You can use the same account credentials as written on the private data for this topic.

Thanks in advance

Elmer

-------------------------------------

Ok never mind. It's working now. I just need to refresh the browser.

Ok never mind. It's working now. I just need to refresh the browser.

Thanks

Elmer

Hello Elmer

Ok! Great!