Pepro Dev. Group
Forum Replies Created
-
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Help with hook example pleaseHi, I hope you are doing well.
The snippet you wanted:add_action( "peprodev_uploadreceipt_customer_uploaded_receipt", "peprodev_change_order_status", 10, 2); function peprodev_change_order_status($order_id, $attachment_id){ $order = wc_get_order($order_id); $order->update_status("on-hold"); }Put this code at the end of the function.php file in your active theme’s root folder.
if you enjoyed using our product, please consider giving us a five-star rating.
Thank you.- This reply was modified 3 years, 10 months ago by Pepro Dev. Group.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] change order statusHi, hope you are doing well.
The snippet you wanted:add_action( "peprodev_uploadreceipt_customer_uploaded_receipt", "peprodev_change_order_status", 10, 2); function peprodev_change_order_status($order_id, $attachment_id){ $order = wc_get_order($order_id); $order->update_status("processing"); }if you enjoyed using our product, please consider giving us a five-star rating.
Thank you.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Error while adding customized external templateمتشکرم. بررسی میکنیم و ادیت میکنیم.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Error while adding customized external templateسلام. وقت بخیر.
به نظر میرسه آدرسی که در هوک استفاده کردید معتبر نیست ، یعنی فایل در ان ادرس وجود ندارد.دقت کنید داخل پوشه چایلد تم یک پوشه دیفالت باشد و داخل ان پوشه قالب را قرار دهید.
اگر مشکل ادامه پیدا کرد در وبسایت ما یک تیکت ثبت کنید تا همکاران راهنمایی کنند.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] ADD TAG ORDERBecause of the premium plugin “Order Tags” and your custom request, please open an issue in our GitHub so our technical support and other developer could help you.
Forum: Plugins
In reply to: [PeproDev CF7 SMS Notifier] Can I send a image file?Hi, I’m sorry you can’t.
Hello, thank you for contacting us.
Please check your host and see if the user has upload permission.
You can also check your browser console for errors.Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Send notification EmailHi @ricardojps, I hope you are well.
You can use the same hook to send an email. To send email you can use the WordPress function wp_mail. You can also obtain order details using $Order_ID which is passed to the hook.Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Add additional information from userHi @saraevans, unfortunately, we don’t support the feature you mentioned right now.
But the good news is, we will add it as soon as possible for you and others.Thank you for your contribution,
Amirhossein, CTOForum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Send notification EmailHi, thank you for using our products.
You can hook into our plugin using
peprodev_uploadreceipt_customer_uploaded_receipt
which receives two argument, $Order_ID, $Attachment_ID.Please let me know if there’s anything else you need.
Have a nice day, Amirhossein, CTO
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Error upload ReceiptHi, could you share more details about your problem?
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] change order statusHi, thank you for your warm message, we would appreciate it if you please rate 5-star our plugin and share your experience using it.
Thank you again. <3
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] change order statusHi, thank you for using our products.
You can hook into our plugin using
peprodev_uploadreceipt_customer_uploaded_receipt
which receives two argument, $Order_ID, $Attachment_ID.Please let me know if there’s anything else you need.
Have a nice day, Amirhossein, CTO
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Font and Language PeproDev Ultimate InvoiceHi, thank you for contacting us.
Please change your PDF font to DejaVoo.Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Upload receipt during checkoutHello, thank you for contacting us.
Please note that this plugin receives a receipt after the order is placed, on thank you page. And also it is hooked into the payment receipt page too, so it does not require a my-account page but it does require specific WooCommerce order details hooks.