alexiscolombo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Set target email dynamicallyHello,
And thank you for your feedback, I will go in this direction.
I wish you a nice day.
Cordially,
AlexisForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentHello,
It does not work but, I think like you that they were wrong in their answer. I will finalize this with them.
Thank you very much for your help and the time you spent on it.
I wish you a good day.
Cordially,
AlexisForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentHello,
I have confirmation that the Order object is not in the attachment of the desired email.
They opened a ticket to add it, but I don’t know if and when they will…
Otherwise, a support member told me that the Order object is present in the appointment object:
“Would it help to know that you can get the order object from the appointment object like this $appointment->get_product_id()?”
Do you think there is something I can do with this to retrieve the invoice and send it to the mail?
I wish you a nice day.
Cordially,
AlexisForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentThe PDF is no longer attached.
So I will relaunch the developer of WookingWP
Thanks a lot for your help.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentHello,
Apparently Booking WP is compatible with your plugin and the developer confirms that the order object is present in the email.
Cordially,
AlexisForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentI asked the BookingWP team directly for confirmation. I await their return.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Attachments not sentThank-you for your prompt response.
Here is the code snippet:
function attach_pdf_to_emails( $attachments, $email_id, $order, $email ) { $email_ids = array( 'new_order', 'admin_new_appointment' ); if ( in_array ( $email_id, $email_ids ) ) { $upload_dir = wp_upload_dir(); $attachments[] = $upload_dir['basedir'] . "/2022/02/DECHARGE-DE-RESPONSABILITE.pdf"; } return $attachments; }I will check if the order object is passed through BookingWP.
Forum: Plugins
In reply to: [Job Postings] Translate employement typeHello,
Thank you very much Heike.
Yes I usually take the time to read the documentation. There I was so convinced that there was a problem that I did not look elsewhere for a solution.
Especially since it was there in front of my eyes from the start …
Have a nice day and thank you for your work.
Alexis
Forum: Plugins
In reply to: [Job Postings] Translate employement typeTo synchronize you speak well of this button?
Forum: Plugins
In reply to: [Job Postings] Translate employement type@@ blueglassinteractive:
I’ll try, but for this to work the strings must exist on the POT file?@ heike-carle:
This is what I have already done … I have all translations in French, but the “employement-type” strings are non-existent.
Did you manage to translate these strings?Cheers,
AlexisForum: Plugins
In reply to: [Job Postings] Translate employement typeHello,
so how to translate these strings without this validation? Is there a possibility?
Regards,
AlexisForum: Plugins
In reply to: [Job Postings] Translate employement typeHi,
I find the plugin in Loco, but the chains “Full-time”, “Part-time”, …. do not exist. As well as the salary unit chains: “Per day”, “Per hour”, …
ALexis