Support » Plugin: Quick/Bulk Order Form for WooCommerce » If no product found Add a message
If no product found Add a message
-
It is possible to add a message when no products are found?
-
Hi! Apologies for the delay.
That’s a very good suggestion and we have included this in todays new release. When no products are found, the plugin now shows this message in the results dropdown.
Let us know if you have any further questions or suggestions!
Hi, after the update to new version the placeholder is only displaying in the first input field. It is NOT showing in the 2nd row or in the other row. See my ss – https://snipboard.io/prPBYU.jpg
-
This reply was modified 3 years, 4 months ago by
thereallinxupro.
That always used to be like that – otherwise all rows would show the same text and it would look quite messy… If the customer has done a search in the first row they will know how it works for the second. The “No products found” message only shows when you start searching. In my tests this works on all rows.
To show the placeholder in all rows, you can use the following code snippet:
add_filter('wc_bulk_order_form_show_search_placeholder','__return_true');
If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters
thank you very much
You’re welcome – let us know if there’s anything else we can help with!
If you could spare a minute, I always appreciate a review here on WordPress.org: https://wordpress.org/support/plugin/woocommerce-bulk-order-form/reviews/#new-post
Thanks in advance and happy selling!
I give you 5-star rating and i appreciate your help.
If it’s ok to you, i have another issue. i
Some of my product have a addons but when i search this product using your plugin, it complete ignores it. My addons is Base price + addons price. When searching it just displaying the base price andit ignores the addons price. I am willing to pay for this.
Thanks
-
This reply was modified 3 years, 4 months ago by
thereallinxupro.
Thank you so much for the review, much appreciated!
Product addons are not taken into account in our (free) plugin, since they are not part of the core woocommerce functionality and there is no standardized way in which plugins implement this. I’m not sure if this is something that can be implemented, that depends on the details. WordPress.org does not allow us to use these forums for commercial services, but if you send an email to support@wpovernight.com with a bit more details (addons plugin used, examples of the products on your site) we’ll let you know what’s possible.
-
This reply was modified 3 years, 4 months ago by
- The topic ‘If no product found Add a message’ is closed to new replies.