Fast Simon
Forum Replies Created
-
Hi – can you share the details with our support@instantsearchplus.com
Forum: Plugins
In reply to: [Search, Filters & Merchandising for WooCommerce] Search custom fields?Hi,
InstantSearch+ allows to search additional data types/fields such as:
1. Products Attributes (simple WooCommerce attributes like color, size)
2. WooCommerce product brands (https://docs.woothemes.com/document/wc-brands/).
3. Advanced Custom Fields WordPress plugin (http://www.advancedcustomfields.com/).
4. Custom taxonomies that can be defined in WordPress (and can be used through https://codex.wordpress.org/Function_Reference/get_the_terms for example).Thanks
Forum: Plugins
In reply to: [Search, Filters & Merchandising for WooCommerce] Put it on header after logoHi,
In the FAQ there are 3 different ways you can add a search box to be used by InstantSearch+ (In addition to the theme’s search box).
If you have any other questions please contact us on support@instantsearchplus.com with your site URL.
ThanksHow can I add a searchbox to my site header?
Go to WordPress admin => Appearance => Widgets and include the InstantSearch+ Search Widget.
How can I add a search box to my web page using shortcode?Add the shortcode isp_search_box to your prefered location: simply add [isp_search_box] or you can add search box with some extra configurations
[isp_search_box width=10 height=2.3 text_size=1 inner_text=”Search…”]
* parameters: width – search box’s horizontal measurement | height – search box’s vertical measurement | text_size – text size | inner_text – the text inside the search box
I want to add a searchbox to my theme and make it work with InstantSearch+ – how can I?Simply add HTML based form to your WordPress theme like this and we’ll pick it from there: <form class=”isp_search_box_form” name=”isp_search_box” action=”/” style=”width:10rem; float:none;”>
<input type=”text” name=”s” class=”isp_search_box_input” placeholder=”Search…” autocomplete=”OfF” autocorrect=”off” autocapitalize=”off” style=”outline: none; width:10rem; height:2.3rem;” id=”isp_search”>
<input type=”hidden” name=”post_type” value=”product”>
<input type=”image” src=”/wp-content/plugins/instantsearch-for-woocommerce/widget/assets/images/magnifying_glass.png” class=”isp_widget_btn” value=””>
</form>Hi,
Please contact us at support@instantsearchplus.com with your site URL so that we can help you out.
ThanksHI Scott,
Thanks for the wonderful feedback!
Best of luck with your store.
We’re here if you need anything.Forum: Reviews
In reply to: [Search, Filters & Merchandising for WooCommerce] They will spam youSorry you feel that way about our welcoming email to you as a new user of our plugin hosted service. This email is intended to set the level of expectations for the service, offer tips and tricks to optimize user experience, FAQ, etc. It also has an unsubscribe link at the bottom.
Any hosted service requires some form of activation, so you would get an activation email either way: a Before email that asks you to verify who you are, or an After welcoming email like ours.
Again, we are very sorry that you elect to see a welcoming email to a Free Trial or Service that you downloaded as SPAM.Forum: Reviews
In reply to: [Search, Filters & Merchandising for WooCommerce] They will spam youThe email that you received is a simple service activation email for the free-trial / free service that the plugin provides. That is pretty standard and certainly not spam.
Thanks for the wonderful review! 🙂
Forum: Reviews
In reply to: [Search, Filters & Merchandising for WooCommerce] Very impressed. Just works.Thanks for the great review! 🙂
Thank you for the wonderful review! We do our best! 🙂
Forum: Reviews
In reply to: [Search, Filters & Merchandising for WooCommerce] Excellent toolThanks for the positive feedback! 🙂
Thanks for the review! 🙂
The isp_ignore attribute is if you do decide to use two different search boxes.
If you use one search box, you set the search parameter in the dashboard and deactivate “Force searchbox to products-only search (from version 1.2.4)” and this will enable search on non product items, as well.
Hope this was clear.
Thanks
HI,
Yes, you can do all of those things with InstantSearch+.
You can use turbolinks to redirect parts to the item page.
Additionally, you can search short descriptions and/or full description, as defined by you, in the dashboard.
Show or hide images in search is also a configurable option.If you should have any additional questions, don’t hesitate to contact us at support@instantsearchplus.com
Thanks
HI Liv,
Many users prefer to have two different search bars – one for products and one for the rest of the site.
If you still want to use the same search box, you can go to your dashboard > Search Results > deactivate “Force searchbox to products-only search (from version 1.2.4)” and this will enable search on non product items, as well.
Thanks