Table of Contents
View Magento 2 Advanced Search Extension Detail Page for Features and Demo
Documentation for Advanced Search
Preference
This Advance Search Module is the best to provides customers with relevant search results in split second. show Related, bestseller, recent search Product via Flexibly customizable auto complete popup. It will help your customer to know Suggest More Product options.
Advance Search Module Help You to:
- Provide Search auto complete functionality.
- Set Displays the “Add to Cart” button in the popup .
- Displays recent searches.
- Supports attributes.
- Instantly Display relevant Search result.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
php bin/magento setup:upgrade
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → AdvancedSearch the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System→Cache Management Edit app/etc/config.php file and add one line code: ‘ Mageants_ AdvancedSearch ⇒ 1.
Step 4: Disable the cache under System → Cache Management.
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → AdvancedSearch the module will be displayed in the admin panel.
Backend Example
CONFIGURATION
- After Installation of BundleOptionImage to magento admin panel for set configuration of the extension.
- You can find configuration at Stores → Configuration → Mageants → AdvancedSearch
Autocomplete Configuration:
- Set a Enable/Disable Module.
- Set a delay period (in milliseconds) to search start showing.
- Set Auto complete Popup Width.
- Choose Field To show Suggestion Or Product Block.
- Specify The Minimum Number Of Characters to Trigger Product search Process.
- Choose ‘Default’ to original size of the search field during the searching process,or enable dynamic search field width(it will be based on a popup width).
Product:
- Set ‘yes’ to on click of product image or name redirect to product page.
- Customize the Title for product block.
- Customize the Title for Category block.
- Specify The Maximum Number Of Displayed Product Result.
- Set The Number Of Characters for a Product description to be shown in popup.
- Select Fields To Product Attributes to be shown in popup.
- Set To On Click Of Add To Cart Button Redirect To shipping Cart Page.
BestSeller:
- Set To ‘Yes’ to enable search in Bestseller product and display auto compete popup.
- Customize the Title for Best Seller block.
- Specify The Maximum Number Of Displayed Bestseller Product Result.
Suggestion:
- Customize the Title for Suggestion block.
- Specify The Maximum Number Of Displayed Suggestion Result.
Recent Search:
- Set To ‘Yes’ to enable in Recent Search value and display Recent Search Block in the auto compete popup.
- Set ‘Yes’ to enable showing the Recent search value at the first user’s click in a search bar.
- Customize the Title for Recent Search block.
- Specify The Maximum Number Of Display Recent Search Value.
Custom Layout :
- Set To ‘Yes’ to Enable This Option To Customize popup Design.
- Set a Customize Border Color.
- Set a Customize Hover Color Of Product List.
- Set a Customize Background Color.
- Set a Customize Text Color.
- Set a Customize Hover Color Of Text.
Frontend Example
- Auto complete popup will be displayed on the front end when admin has enabled module from back–end.
- Below Auto Complete popup:
- Suggestion , Product And category Block will be displayed on the Auto complete popup when admin has Selected Field from back–end.
- Recent Search Block will be displayed on the Auto complete popup when admin has enabled block from back–end.
- Best Seller Block will be displayed on the Auto complete popup when admin has enabled block from back–end.
- Search Field size Based on Popup Width During the Searching process when Selected Dynamic Search field from back–end.
- Recent Search value will be displayed on first user’s click in a search bar Fields.
- Result Not Found Block will be displayed When Not match Any result .