-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export Invoices to new currency #878
Comments
Would the devs be open to a PR for this feature? If so, please point me to the relevant files & functions that you think would need to be edited, and do let me know if you have any ideas regarding UI or otherwise. |
I'm also curious if it might make more sense to achieve this with a plugin that allows me to change the currency of an order: |
See also: |
Hi @maltfield We are working on adding compatibility between our Professional extension and the Curcy multi-currency plugin. Could you please reach out to us via email so we can discuss this further? |
@alexmigf I could email you, but wouldn't it be better to have the conversation publicly here on GitHub, so others can read it and join the discussion? |
@maltfield Thanks for your feedback! We're glad to see interest in multi-currency conversion. Currently, we’re planning to include this feature in the paid version of the plugin, as it wasn't part of our initial vision for the free version. However, we’ll discuss it internally and evaluate how we can enhance the free version in the future. Feel free to share any additional ideas here, as community input is always valuable! |
This ticket is a feature request to add a way for this plugin to export an invoice in a different currency.
Why?
My store is in USD, but I have some customers in the EU that like to pay with SEPA transfer.
Currently I'm downloading the invoice in this plugin, opening the PDF in Libreoffice Draw, and manually editing the values before sending the invoice to the customer. I would prefer if I could just have this plugin automatically update invoice (eg update the numerical line items, update the currency symbol, etc) of the invoice at the time I download it.
How?
Currently my workflow is:
$
to€
Total
field's numerical value.Basically, I'd want ^ this process implemented in PHP, with the following constraints:
WP_HTTP_BLOCK_EXTERNAL
block the server from initiating requests)<noscript>
to add an input where the user can enter the exchange rate)The text was updated successfully, but these errors were encountered: