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] Ultimate Affiliate Pro

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.

When we are using your currency switcher plugin with the Ultimate Affiliate Pro,  plugin calculates the commission (for example, 10%) in the woocommerce base currency (€), but with the numeric value of the currency that the order was placed in.

Eg. if a product costs 100€/1000SEK, the 10% commission is currently calculated by Ultimate Affiliate Pro for transactions in SEK is 10% but it does not convert to €, just leave it as 100€ instead of 100SEK (10€).

https://currency-switcher.com/affiliatewp-easy-affiliate-marketing-wordpress-works/ - it is pretty much the same case as with this one.

Thank you in advance for the support.

Hello Ok!

Hello Pablo

 

Any news? It has happened again: raw converted from SEK to €, so affiliate was given 48,21€ instead of 4,8.

Hello

Please  add  FTP access

FTP creditentials updated

Hello

Ok!  Thank you.

I will write you as soon as I do it

Hello

in  file - \wp-content\plugins\indeed-affiliate-pro\public\services\Uap_Woo.class.php - add  code - https://c2n.me/46NR7HJ.png

//woocs
$curr=$order->get_order_currency( );
if (class_exists('WOOCS'))
{
global $WOOCS;
if($curr!=$WOOCS->default_currency){
$currencies=$WOOCS->get_currencies();
$sum=$WOOCS->back_convert($sum,$currencies[$curr]['rate']);
}
}

do test  please

This will only work with new orders.