WooCommerce Currency Switcher with Woocommerce Pickup Location not working as expected
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 meee on August 26, 2019, 13:14Hi, I've noticed that the plugin doesn't work well with the plugin Woocommerce Pickup Location.
I have added the minimum order necessary to have free shipping in US dollars, but when you make the change to Uruguayan pesos, the Woocommerce Pickup Location plugin leaves free shipping from 2 units, regardless of price.
Could you see or any idea what's happening? with the default option of WooCommerce shipments works perfectly.
Thank you,
Best Regards,
Carlos
Hi, I've noticed that the plugin doesn't work well with the plugin Woocommerce Pickup Location.
I have added the minimum order necessary to have free shipping in US dollars, but when you make the change to Uruguayan pesos, the Woocommerce Pickup Location plugin leaves free shipping from 2 units, regardless of price.
Could you see or any idea what's happening? with the default option of WooCommerce shipments works perfectly.
Thank you,
Best Regards,
Carlos
Quote from meee on August 26, 2019, 13:40Hi!
I realized that it seems that is "taking" the price of shipping in dollars and applying it to everything equally, if the minimum order in dollars is 53.8 and these would be about 2,000 in pesos, it is not converting and is using the minimum purchase in dollars for pesos.
I hope this clarifies everything a little more, thank you very much
Hi!
I realized that it seems that is"taking" the price of shipping in dollars and applying it to everything equally, if the minimum order in dollars is 53.8 and these would be about 2,000 in pesos, it is not converting and is using the minimum purchase in dollars for pesos.
I hope this clarifies everything a little more, thank you very much
Quote from Pablo Borysenco on August 27, 2019, 12:37Hello
This is incompatible with a third-party plugin.
Read this please - https://currency-switcher.com/woocs-labs/
Hello
This is incompatible with a third-party plugin.
Read this please - https://currency-switcher.com/woocs-labs/
Quote from meee on August 27, 2019, 13:26Hello Pablo Borysenco, thanks for the reply.
I didn't know it was incompatible, Might I ask that you create an adaptation or should the plugin author do it? or maybe if it is incompatible it can no be requested.
Thank you,
Best Regards,
Carlos
Hello Pablo Borysenco, thanks for the reply.
I didn't know it was incompatible, Might I ask that you create an adaptation or should the plugin author do it? or maybe if it is incompatible it can no be requested.
Thank you,
Best Regards,
Carlos
Quote from Pablo Borysenco on August 28, 2019, 12:30Hello Carlos
Did you read this( https://c2n.me/43iNceu.png )? - https://currency-switcher.com/woocs-labs/
yes, we can try to adapt a third-party plugin
Please drop me wp-admin + FTP access - https://c2n.me/42BAoj4.png
Hello Carlos
Did you read this( https://c2n.me/43iNceu.png )? - https://currency-switcher.com/woocs-labs/
yes, we can try to adapt a third-party plugin
Please drop me wp-admin + FTP access - https://c2n.me/42BAoj4.png
Quote from meee on August 28, 2019, 17:10Hi Pablo Borysenco,
Thanks for your help, I thought the plugin developer had to request it.
Best Regards,
Carlos
Hi Pablo Borysenco,
Thanks for your help, I thought the plugin developer had to request it.
Best Regards,
Carlos
Quote from Pablo Borysenco on August 29, 2019, 11:47Hello Carlos
Ok! I added this to the adaptation queue
Hello Carlos
Ok! I added this to the adaptation queue
Quote from meee on September 5, 2019, 18:03Hi Pablo Borysenco,
We have realized that the filter by price of the web is giving a similar error. When you change the price to pesos, marks the maximum dollars of the products to select.
Do you know why this is happening?
Thank you
Best Regards,
Carlos
Hi Pablo Borysenco,
We have realized that the filter by price of the web is giving a similar error. When you change the price to pesos, marks the maximum dollars of the products to select.
Do you know why this is happening?
Thank you
Best Regards,
Carlos
Quote from Pablo Borysenco on September 6, 2019, 11:25Hello Carlos
About Woocommerce Pickup Location:
In file - \wp-content\plugins\woocommerce-pickup-location\includes\helper\WPPKPO_Shipping_Method.php add this code - https://c2n.me/43l3SWW.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'];
$order_amount= $order_amount/ $rate;
}
}
}
When you change the price to pesos, marks the maximum dollars of the products to select. - Please describe it in more detail. Drop me links to the issue, make screenshots
Hello Carlos
About Woocommerce Pickup Location:
In file - \wp-content\plugins\woocommerce-pickup-location\includes\helper\WPPKPO_Shipping_Method.php add this code - https://c2n.me/43l3SWW.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'];
$order_amount= $order_amount/ $rate;
}
}
}
When you change the price to pesos, marks the maximum dollars of the products to select. - Please describe it in more detail. Drop me links to the issue, make screenshots
Quote from meee on September 6, 2019, 12:11Hi Pablo Borysenco,
Thank you very much is working perfectly!
Now my question is, when I have to update the plugin, will I have to add this code again in file - \wp-content\plugins\woocommerce-pickup-location\includes\helper\WPPKPO_Shipping_Method.php?
----> About website filter price, sorry, I'll try to explain myself better.
On the shop page there is a search option by price, when the page is in US dollars this works correctly.
https://ibb.co/cyMvVfb
But when the page is changed to pesos, the change is not good, it is not taking the price range of pesos, it is using the dollar price range.
https://ibb.co/Drkm1YZ
Could you see what it is?
Many thanks.Regards,
Carlos
Hi Pablo Borysenco,
Thank you very much is working perfectly!
Now my question is, when I have to update the plugin, will I have to add this code again in file - \wp-content\plugins\woocommerce-pickup-location\includes\helper\WPPKPO_Shipping_Method.php?
----> About website filter price, sorry, I'll try to explain myself better.
On the shop page there is a search option by price, when the page is in US dollars this works correctly.
But when the page is changed to pesos, the change is not good, it is not taking the price range of pesos, it is using the dollar price range.
Could you see what it is?
Many thanks.
Regards,
Carlos
Quote from Pablo Borysenco on September 9, 2019, 11:47Hello Carlos
will I have to add this code again in file - Unfortunately yes.
Could you see what it is? - It looks like the current topic is changing the price filter. Try another theme. Or use this filter - https://wordpress.org/plugins/woocommerce-products-filter/
Hello Carlos
will I have to add this code again in file - Unfortunately yes.
Could you see what it is? - It looks like the current topic is changing the price filter. Try another theme. Or use this filter - https://wordpress.org/plugins/woocommerce-products-filter/