Pepro Dev. Group
Forum Replies Created
-
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Feature Request: showing discount percentHi, yes you can.
Navigate to wp-admin/admin.php?page=wc-settings&tab=pepro_ultimate_invoice§ion=items#puiw_show_discount_precent and check the option.If you need to customize your invoice with custom data and styles, we invite you to check out the GitHub Wiki page of Ultimate Invoice: https://github.com/peprodev/ultimate-invoice/wiki
Hi, at this moment unfortunately there is no such option for adding another payment next to BACS, but feel free to edit plugin to meet your requirements, replace BACS in plugin with your payment method slug.
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Upload file without logged inHi thanks for reaching us, we are sorry but there is not such option at the moment.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Bulk Download PDF Invoce doesn’t workHi You are welcome. We are glad your problems are solved,
If you had any questions, please don’t hesitate to ask.Sincerely,
Amirhossein, lead developerForum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] ShortcodeHello @jialongz2 ,
Please consider using a standard theme which uses WooCommerce hooks on payment receipt page and thank-you page, and also keep in mind upload receipt only shows on payments made with BACS method.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Bulk Download PDF Invoce doesn’t workHello,
Thank you for contacting us,
Please enable debug mode in your site and set us the error.learn more about enabling debug mode: https://ww.wp.xz.cn/support/article/debugging-in-wordpress/
This code may be useful for you:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors', 1); error_reporting(E_ERROR|E_WARNING);Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] some device unable to uploadYou are always welcome.
Thank you, we will be waiting for your response.Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Bulk Download BugThank you so much dear @yasser1992
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] some device unable to uploadHi, we have checked and no error occurred.
Please let me know how can I help you?
Forum: Plugins
In reply to: [PeproDev WooCommerce Receipt Uploader] Order status after receipt uploadedHello, thank you for using our product.
After successful uploading receipt, order status goes as receipt-approval,
$order->update_status('receipt-approval')and if you want to change order status to something else, there’s a hook for this.
do_action(“woocommerce_customer_uploaded_receipt”, $postOrder, $attachment_id);
a sample should be something like:
add_action("woocommerce_customer_uploaded_receipt", function($postOrder, $attachment_id){ $order = wc_get_order($postOrder); $order->update_status('on-hold'); }, 10, 2);Yours sincerely,
Amirhosein, Lead Developer- This reply was modified 4 years, 11 months ago by Pepro Dev. Group.
Forum: Plugins
In reply to: [PeproDev Ultimate Invoice] Bulk Download BugHi Dear @yasser1992
Thank you for your collaboration and feature request.
File name problem is fixed in version 1.3.7-RC and we are planning to add bulk print packing slips and inventory report in next release which is due to tomorrow.Stay tuned and awesome .
Yours, Amirhossein
Lead Developer at Pepro DevCustomers will see a upload payment proof section on thank you page after successful order OR in their orders list, view order page. Please note that this section is only available for purchases made with BACS Payment method.
Yes, you can edit translation.
Take a look at: WP Override String Translations | Loco TranslateHello dear @kalanadananjaya and @niraz7
New Version of plugin is released which gives you ability to change supported mime types users can upload, to add PDF Upload Compatibility you need to just add
application/pdfas a new mime type. as we have showed here: https://ps.w.org/pepro-bacs-receipt-upload-for-woocommerce/assets/screenshot-8.pngThanks for your support and attention
Yours,
Amirhossein, Lead Developer- This reply was modified 4 years, 11 months ago by Pepro Dev. Group.
- This reply was modified 4 years, 11 months ago by Pepro Dev. Group.
Hello dear @sidneyts
Unfortunately there is no such feature currently, but it is listed as future features and will be added in next releases.
Yours sincerely,
Amirhossein