MS Web Arts
Forum Replies Created
-
If the field doesn’t support multiple file uploads, then I think you should remove the ‘multiple’ attribute from the input tag. Otherwise, it’s confusing for the users when they can select multiple files but all of their selected files don’t get uploaded.
Thank you.
I am glad that this plugin is being helpful to you. I will keep improving and adding new features to the plugin.
Thank you for the 5-star rating!
Hi,
Thank you for contacting us. Glad to know that you are happy with Order Approval by Customer for Woocommerce.
We tried to keep the plugin very simple and lightweight. So, we don’t have an options panel to configure this type of setting. But I am considering adding customization settings to the plugin in one of the future updates.
For the time-being, you may need to edit the plugin code to make this happen. If you are using the latest version of the plugin, please replace the whole line 92 with this
if ( ( ( $order->has_status( ‘delivered’ ) ) && ( !isset( $_POST[‘mark_as_received’] ) ) ) || ( $order->has_status( ‘processing’ ) ) && ( !isset( $_POST[‘mark_as_received’] ) ) ) {
Please don’t cut “?>” in that line. I have tested this code and it works perfectly for showing the Mark as Delivered button for processing orders.
Please create a backup of the website before making this change so that you can restore it if something happens while replacing the code. You may use All in One WP Migration plugin to take the backup.
Let me know how it goes.
Thank you.Hi slmedia9988,
Thank you for contacting MS Web Arts support and for your appreciation. It will motivate me to work harder and add more features to the plugin.
I thought of this plugin to be simple, on-point, and lightweight. It doesn’t have an Order Status changing email trigger at the moment. But this feature will be a great thing to add to this plugin. I will work on it and hopefully will release it in the next 1 or 2 updates.
If you liked the plugin, please provide a review. It will help us to grow.
Best regards,
MS ShohanHi christianmagi,
Glad to know that this plugin helped you in your project. Currently, the button doesn’t show on the View Order page. But it seems to be a great idea. I will add this request to my task list and hopefully add an option to show the button on the View Order page as well in a future update.
Let me know if you have any other questions.
Thank you.Hi Imrul,
Glad that you liked our plugin. Currently, we don’t have any option to customize the button. But we will add this feature in the next update. If you want, you may use CSS code to customize the style of the button.
Let me know if I can help in any way.
Thank you.