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

Do not convert estimated shipping costs

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 configured WOOCS and it's amazing!

I have my site in USD because of all of the suppliers have their costs in that currency, but when i'm at the checkout page, i have to convert it to ARS. So far so good, but the problem cames with the estimated shipping costs. Im using WooCommerce Andreani Shipping Rates and their plugin returns the prices in ARS, and since i have my woocommerce in USD, it thinks it's in USD. So when i '$WOOCS->set_currency('ARS');' it also converts the cost.

So i'd be glad if someone can help me to:

1- Get the shipping costs in ARS only, instead of USD converted

2- Show the checkout in ARS (products in USD->ARS and the shipping costs in ARS only)

 

Thanks in advanced!

Hello

This is incompatible with a third-party plugin.

Read  this  please - https://currency-switcher.com/woocs-labs/

Yes, i read that

If you can show me where it gets the shipping costs and/or where should i make an exception, i could try to modify it myself

 

Thanks!

Hello

If you can show me where it gets the shipping costs and/or where should i make an exception - I dont know! Need to research a third-party plugin

Please  add  FTP+wp-admin access  to  your  test site

I will add this to the adaptation queue

I just did

Hello

OK!  I added this plugin to the adaptation queue

Hello

Please  check   your  FTP access

Hi!

My bad, the username was incomplete. Please check now

Hello

ok!

Hello

Please do  test!

I added  in  file  - public_html\wp-content\plugins\wanderlust-andreani-shipping\includes\class-wc-shipping-andreani.php - this  code - https://c2n.me/48eN6wP.png

if (class_exists('WOOCS'))
{
global $WOOCS;
$currencies=$WOOCS->get_currencies();
if(isset($currencies['ARS'])){

$precio=$WOOCS->back_convert($precio,$currencies['ARS']['rate']);
}
}

Unfortunately, this third-party plugin is not suitable for our adaptation campaign.

Awesome! Ill do more test, but so far so good

Thank you!!!

Hello

Welcome;)