
tanveerjafri(@tanveerjafri)
4 Posts
Customers
Quote from tanveerjafri on May 20, 2021, 13:12
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 21, 2021, 11:01
Hello Tanveer
Ok! Great! I added this plugin to the adaptation queue
I will write to you as soon as I get the result
Hello Tanveer
Ok! Great! I added this plugin to the adaptation queue
I will write to you as soon as I get the result

tanveerjafri(@tanveerjafri)
4 PostsTopic Author
Customers
Quote from tanveerjafri on May 21, 2021, 11:32
Okay perfect, I'll wait for your response. Thank you very much !!
Okay perfect, I'll wait for your response. Thank you very much !!

tanveerjafri(@tanveerjafri)
4 PostsTopic Author
Customers
Quote from tanveerjafri on May 26, 2021, 10:13
Good day,
Are there any updates for this adaption? Thank you
Good day,
Are there any updates for this adaption? Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 26, 2021, 10:58
Hello
I will write to you when your turn comes
Hello
I will write to you when your turn comes

tanveerjafri(@tanveerjafri)
4 PostsTopic Author
Customers
Quote from tanveerjafri on May 27, 2021, 02:49
Okay,, thank you :)
Okay,, thank you :)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 27, 2021, 11:31
Welcome;)
Welcome;)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 4, 2021, 18:51
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
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