ClassOne
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Custom Fields to PDF InvoiceOf course I removed the invoice and regenerate a new one before i saw the changes.
I’ve been able to put the euro symbol before the price but now the currency of the website remains even though I deleted the code: array( ‘currency’ => $this->order->get_order_currency()Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Currency symbol positionHello,
Thank you for your help!
I want the currency after the price, sot that it would be 50 €.
You can send the updated file to [email protected]Thank you very much!
Regards,
Bastien DEvalckeneer/ClassOneForum: Plugins
In reply to: [Invoices for WooCommerce] Add Custom Fields to PDF InvoiceHello Bas,
When I remove this code, nothing has changed on the invoice..
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Custom Fields to PDF InvoiceHello Bas,
I did it and I think I have to change this
array( ‘currency’ => $this->order->get_order_currency()
in the files but I don’t know in what?
I would like the currency symbol ‘ € ‘ on my invoices.Thanks!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Custom Fields to PDF InvoiceHello Bas,
The custom field problem is solved! Thank you for your fast response!
I have one last question:
Is it possible to set a different valuta on the pdf invoice? Because I set up the website with a special currency ‘ ,- ‘ this for psychological reasons. But on the invoice I’m required the show the official currency and that is ‘ € ‘.Thanks!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Custom Fields to PDF InvoiceHello,
First, great plugin! The invoices are looking good!
I add a custom field to the invoice but I want to add a standard text (like ‘Phone’) to this field.
I tried but I get always an error.
What is the correct code to do that?Thanks!