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

Request for third-party plugin adaptation

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.

Good day,

I have installed this pdf invoices plugin: https://wordpress.org/plugins/woocommerce-pdf-invoices/

When the invoices are created automatically currency symbol is fine but if I manually create the invoice by clicking the create invoice button (on the edit order page) it prints basic currency not “order currency” in pdf invoices. I tried a different “currency conversion plugin” and it worked but I do not want to use it. I contacted WOOCS support on wordpress.org on this issue and they suggested creating a request to make the WOOCS plugin compatible with this invoices plugin.

Screenshot 1: https://paste.pics/CI1YR

Screenshot 2: https://paste.pics/CI20F

Please let me know if you need more information? And how long it will take to process and complete this request?

Kind Regards,

Tanveer

 

Hello Tanveer

Ok!  Great! I added this plugin to the adaptation queue

I will write to you as soon as I get the result

Okay perfect, I'll wait for your response. Thank you very much !!

Good day,

Are there any updates for this adaption? Thank you

Hello

I will write to you when your turn comes

Okay,, thank you :)

Welcome;)

Hello

Try  in  file -\wp-content\plugins\woocommerce-pdf-invoices\includes\woocommerce-pdf-invoices.php  - add  code - https://share.pluginus.net/image/i20210604195031.png

if(class_exists("WOOCS")){
global $WOOCS;
$currency = get_post_meta($order_id, '_order_currency', TRUE);
if (!empty($currency)) {
$WOOCS->current_currency = $currency;
}
}

Clear  all  cache  and  do  a test