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

[WOOCS LABS] - the DHL Express Commerce plugin was updated

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.

The DHL Express Commerce plugin was updated, It no longer comes out as in the example that you put, where should I place that code now? It remains the same? I need to be able to make the conversion from dollars and Colombian pesos to international shipments, or with which I take the dollars as real pesos in the total I would be happy

Hello

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

You can make a request for adaptation

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

hello,

So it was already approved or should I create another ticket with the request?

It is very strange, for example the shipment to USA Arizona is $ 28 in pesos it shows me the 28 but in pesos it must show it in dollars, but when I activate the switch to see it in dollars it puts $ 0.01, that is not correct, it should show me the $ 28

Hello

oK!  Thank you for  info

I added this plugin to the adaptation queue

oh perfect, thank you very much, really what I need is for the plugin to show me I send them only in dollars, no matter what currency is active on the website, DHL for international shipments the costs are in dollars, and that also adds to the total, thanks again!!!!

hello

really what I need is for the plugin to show me I send them only in dollars, no matter what currency is active on the website - No! Will display and send the current(active) currency

 

ok it does not matter, but when it is in dollars I am really taking it as pesos, it is not added correctly

I have a doubt then the plugin can be modified so that it takes dollars as dollars and not as pesos? I need to be sure if possible

Hello

Ok!  I'm not sure either until I look at the code!  But from experience I can say that it will work.

Perfect, I'm pending with this. I will explain again what happens in case something is not clear, the main currency of my website is pesos, international shipments are the only ones that are in dollars, it gives me the correct amount but not in dollars if not in pesos and incidentally It does not make the correct sum, I think the decimals are missing, if it does the correct sum when the change is passed in dollars it is fine for me, that is what I need. Thanks!!

Hello

Thank you for  info!

Hi happy new year. a question is there an estimated time for modifying the plugin?

Hello

Unfortunately I can not tell you the date. The developer is now on vacation until January 10

Now you are eighth in line. I think we'll do it this month

I was reading the support tickets that they create and there is a girl whose user is @mariana has the same problem as me with the DHL plugin that is miscalculating when it is in dollars adding the shipping cost as if there were pennies on the dollar. , For you to keep in mind ...

Hello

Yes I know.  But this user cannot give development access.

Hello

In  file  - \wp-content\plugins\woocommerce-dhlexpress-services\woocommerce-dhlexpress-services.php - I added  code - https://c2n.me/4azkXhK.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$current = $WOOCS->current_currency;
$currencies = $WOOCS->get_currencies();
$def_currency = $WOOCS->default_currency;
if (isset($currencies['USD']) AND $def_currency!=='USD') {

$rate = $currencies['USD']['rate'];
$rate -> {'total_price'} = $rate -> {'total_price'}/ $rate;
}
}
}

Please  do a test