Ajax Quick Search Pro Extension for Magento 2

Size: px
Start display at page:

Download "Ajax Quick Search Pro Extension for Magento 2"

Transcription

1 Ajax Quick Search Pro Extension for Magento 2 User Manual Ajax Quick Search Pro Extension for Magento 2 By

2 CONTENT Introduction 3 Features 3 Configuration Settings 4 Frontend Snapshots 19 FAQs 21 Support 23 2

3 INTRODUCTION Ajax Quick Search Pro Extension can automatically figure out what you type and then suggest the results. You can configure product details to show necessary information in the search result box. You can set priority search on attributes. Ajax Quick Search Pro provide category filter search and formatting of search result box as you want. This extension also provide search result for Recent/Popular/Suggested/Categories/CMS pages in search result EXTENSION FEATURES 1. Enable / Disable Ajax Quick Search Pro Extension. 2. Ajax Quick Search Extension used to search product you write in search box quickly 3. You can set minimum word length for ajax search 4. You can set Search type LIKE FULLTEXT COMBINE. 5. You can set Exact Match search in multiple words. 6. Support Right-to-Left language direction. 7. You can Enable/Disable Recent/Popular/Suggested/Category/Product/CMS Pages search result section in search result 8. You can change section title for Recent/Popular/Suggested/Category/Product/CMS Pages section in search result 9. You can change sort order for Recent/Popular/Suggested/Category/Product/CMS Pages section in search result 10. You can limit number of result for Recent/Popular/Suggested/Category/Product/ CMS Pages search result in search result 11. You can display Recent search terms in popup on click of searchbox. 12. Enable/Disable category filter for search. 13. Set category wise filter searching. 14. You can set the priority of attributes for search. 15. Set the Product detail you want to display in search result 16. Change the layout of search result 17. Supported multi store view. 18. Supported Magento Community 2.0, 2.1, 2.2 3

4 19.CONFIGURATION SETTINGS Step-1 Go to admin STORES Configuration MAGEBEES Ajax Quick Search Pro. You will get Following Screen. 4

5 Step-2 Click on Settings Tab. You will get Following Screen. Enabled: You can able to enable or disable this module from choosing Yes/No. Minimum Characters: You can set minimum character length for Ajax search. Search Type: You can set search type LIKE FULLTEXT COMBINE. Exact Match Multiple Words: Set exact match multiple words and get products. Note: Exact Match Multiple Words Options only works with LIKE search Type. Language Direction: You can set language direction from Left-to-Right or Right-to- Left for search result 5

6 Step-3 Click on Recent Searches Tab. You will get Following Screen. Enabled: On choosing yes you can display Recent search result in search result Show on First Click: On choosing yes you can display Recent search result on click of searchbox. Section Title: You can change title for Recent Searches section in search result Sort Order: You can change position for Recent Searches section in search result Number Of Results: You can limit number of results for Recent search result in search result 6

7 Step-4 Click on Popular Searches Tab. You will get Following Screen. Enabled: On choosing yes you can display Popular search result in search result Section Title: You can change title for Popular Searches section in search result Sort Order: You can change position for Popular Searches section in search result Number Of Results: You can limit number of results for Popular search result in search result 7

8 Step-5 Click on Suggested Terms Tab. You will get Following Screen. Enabled: On choosing yes you can display Suggested Terms in search result Section Title: You can change title for Suggested Terms section in search result Sort Order: You can change position for Suggested Terms section in search result Number Of Results: You can limit number of results for Suggested Terms in search result 8

9 Step-6 Click on Category Filter Tab. You will get Following Screen. Add Category Filter : You can add/remove category filter on choosing yes/no. If you select yes then choose categories from Search in Categories field. Search in Categories: You can select categories for category dropdown in frontend 9

10 Step-7 Click on Categories Tab. You will get Following Screen. Enabled: On choosing yes you can display Category search result in search result Section Title: You can change title for Category search result section in search result Sort Order: You can change position for Category search result section in search result Number Of Results: You can limit number of results for Category search result in search result Name Length: You can set name length for category in search result. 10

11 Step-8 Click on CMS Pages Tab. You will get Following Screen. Enabled: On choosing yes you can display CMS Pages search result in search result Section Title: You can change title for CMS Pages search result section in search result Sort Order: You can change position for CMS Pages search result section in search result Number Of Results: You can limit number of results for CMS Pages search result in search result 11

12 Step-9 Click on Products Tab. You will get Following Screen. 12

13 Enabled: On choosing yes you can display Products search result in search result Section Title: You can change title for Products search result section in search result Sort Order: You can change position for Products search result section in search result Product Limit: You can set number of product display in search result Name Length: You can set number of character display in product name. Description Length: You can set number of characters display in product description. Show Product Price: On choosing yes you can display product price in search Show Product Code(SKU): On choosing yes you can display Product code in search Show Add To Cart Button: On choosing yes you can display add to cart button in search result Show Product Image: On choosing yes you can display product image in search result Show Reviews: On choosing yes you can display product reviews in search result 13

14 Step-10 Click on Attribute wise Search Priority Tab. You will get Following Screen. This Tab display the attribute list which is set as searchable in product attributes. You can set the search weight from the dropdown. Note: For any attribute, higher the dropdown value selected has higher priority than other attributes. Ex: If you set dropdown value 10 for Name attribute then it has high priority for search. 14

15 You can set attribute searchable using following steps: o Go to admin STORES Attributes Product. o Edit the Attribute Information, you can see following screen. From Storefront Properties Tab, select yes for Use in Search Property of attribute. After set Use in Search property of attribute to yes/no you have to run following command in terminal. php bin/magento indexer:reindex catalogsearch_fulltext 15

16 Step-11 Click on Popup Layout Settings Tab. You will get Following Screen. 16

17 Category Box Background Color: You can set category filter box background color. Category Text Color: You can set category filter box text color. Popup Background Color: You can set background color of Search result Popup Border Color: You can set border color of search result Search Text Highlight Color: You can set highlight color for search text. Section Title Color: You can set section title color in search result Section Title Background Color: You can set section title background color in search result Section Title Link Color: You can set section title link color in search result Search Tags Font Color: You can set font color of search tags in search result Search Tags Background Color: You can set background color of search tags in search result Search Tags Background Color on Hover: You can set background hover color of search tags in search result Product List Font Color: You can set font color of product list in search result Product List Background Color: You can set background color of product list in search result Product List Background Color on Hover : You can set background hover color of product list in search result 17

18 Please check following screen shot for change layout of Note: After Save Popup Layout Settings, If Color s don t seem to change in frontend as per configuration then follow below mention steps: 1) Open command prompt / terminal and change directory to your magento install directory. 2) Run following command : rm -R pub/static/* php bin/magento setup:static-content:deploy 18

19 FRONTEND SNAPSHOTS Luma Package: [Fig-1.1 Display Recent Search Result on Click of Searchbox.] 19

20 [Fig-1.2 Display search result popup after search result] 20

21 FAQS Q-1: I have tried to install Ajax Quick Search Pro extension using terminal, but I am not able to install using command line, what are steps for custom installation of Ajax Quick Search Pro extension?? Solution: Please contact us for install our module in your store. Q-2: I am getting error in console for ajaxquicksearch.js not found, How to solve this problem? Solution-1: 1. Go to admin -> SYSTEM-> Cache Management. You can see following screen. 2. Click on Flush JavaScript/Css Cache and Flush Static Files Cache Button 3. Refresh the page in Frontend. Solution-2: 1) Open command prompt / terminal and change directory to your magento install directory. 2) Run following command : rm-r pub/static/* php bin/magento setup:static-content:deploy 21

22 Q-3: After set Attribute Searchable, I am not able to get search result using this attribute How to solve this problem? Solution: After set Use in Search property of attribute to yes/no, you have to run following command in terminal. php bin/magento indexer:reindex catalogsearch_fulltext 22

23 Thank you! Do you need Extension Support? Please create support ticket for quick reply, Do you have any suggestions? Please contact us, 23

Lazy Load Images Extension for Magento 2

Lazy Load Images Extension for Magento 2 Lazy Load Images Extension for Magento 2 User Manual https://www.magebees.com/lazy-load-images-extension-formagento-2.html Lazy Load Images Extension for Magento 2 By Support Ticket:- https://support.magebees.com,

More information

Ajax Quick Search Pro Extension

Ajax Quick Search Pro Extension Ajax Quick Search Pro Extension User Guide https://www.magebees.com/magento-ajax-quick-search-pro-extension.html Ajax Quick Search Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings

More information

Ajax Category Products Extension for Magento 2

Ajax Category Products Extension for Magento 2 Ajax Category Products Extension User Manual for Magento 2 https://www.magebees.com/ajax-category-products-extension-formagento-2.html Ajax Category Products Extension for Magento 2 By Support Ticket:

More information

Featured Products Extension for Magento 2

Featured Products Extension for Magento 2 Featured Products Extension for Magento 2 User Manual https://www.magebees.com/featured-products-extension-formagento-2.html Featured Products Extension for Magento 2 By CONTENT Introduction 3 Features

More information

New Products Extension for Magento 2

New Products Extension for Magento 2 New Products Extension for Magento 2 User Manual https://www.magebees.com/new-products-extension-for-magento-2.html New Products Extension for Magento 2 By CONTENT Introduction 3 Features 3 Configuration

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual for Magento 2 https://www.magebees.com/ymm-products-parts-finder-extension-formagento-2.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com,

More information

Ajax Quick View Pro Extension

Ajax Quick View Pro Extension Ajax Quick View Pro Extension User Manual https://www.magebees.com/magento-ajax-quick-view-pro-extension.html Ajax Quick View Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings 4

More information

Bestseller Products Extension

Bestseller Products Extension Bestseller Products Extension User Guide https://www.magebees.com/magento-bestseller-products-extension.html Bestseller Products Extension By Support Ticket: - http://support.magebees.com, Support Email

More information

Import Export Products Attributes

Import Export Products Attributes Import Export Products Attributes Extension for Magento2 Installation Guide https://www.magebees.com/magento2-import-export-products-attributesextension.html Import Export Products Attributes By Our Websites

More information

Products Data Migration From M1 to M2. User Manual

Products Data Migration From M1 to M2. User Manual Products Data Migration From M1 to M2 User Manual https://www.magebees.com/products-data-migration-from-magento-1-tomagento-2.html Products Data Migration From M1 to M2 By CONTENT Introduction 3 Features

More information

Advanced Search for Magento 2

Advanced Search for Magento 2 Last update: 2018/01/30 16:37 magento_2:advanced_search https://amasty.com/docs/doku.php?id=magento_2:advanced_search For more details see the Advanced Search for Magento 2 extension page. Advanced Search

More information

Navigation Menu Pro Extension

Navigation Menu Pro Extension Navigation Menu Pro Extension User Guide https://www.magebees.com/magento-navigation-menu-proresponsive-mega-menu-accordion-menu-smart-expand-menu.html Navigation Menu Pro Extension By Support Ticket:

More information

Ajax Add To Cart Pro Extension

Ajax Add To Cart Pro Extension Ajax Add To Cart Pro Extension User Guide https://www.magebees.com/magento-ajax-add-to-cart-extension.html Ajax Add To Cart Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings 4 Ajax

More information

Ajax Infinite Scroll Pro Extension

Ajax Infinite Scroll Pro Extension Ajax Infinite Scroll Pro Extension User Manual https://www.magebees.com/magento-ajax-infinite-scroll-pro-extension.html Ajax Infinite Scroll Pro Extension By CONTENT Introduction 3 Features 3 Configuration

More information

Import Export URL Rewrites for Magento2 Extension

Import Export URL Rewrites for Magento2 Extension Import Export URL Rewrites Extension for Magento2 User Manual https://www.magebees.com/import-export-url-rewritesextension-for-magento-2.html Import Export URL Rewrites for Magento2 Extension By CONTENT

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

Custom Registration Field For Magento2

Custom Registration Field For Magento2 Custom Registration Field For Magento2 webkul.com/blog/custom-registration-field-for-magento2/ On - February 4, 2016 Custom Registration Field for Magento2 will allow the admin to create custom fields

More information

Import Export Newsletter Subscribers for Magento2 Extension

Import Export Newsletter Subscribers for Magento2 Extension Import Export Newsletter Subscribers Extension for Magento2 User Manual https://www.magebees.com/import-export-newsletter-subscribersextension-for-magento-2.html Import Export Newsletter Subscribers for

More information

Delete Orders User Guide

Delete Orders User Guide Delete Orders User Guide Installation manual The extension can be installed by following the instructions below: 1) Connect to the Magento server as a user who has write permissions to the Magento root

More information

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps. MexBS Facebook Store v1.0.0 User Guide Thank you for purchasing the Facebook Store extension and welcome to the MexBS family! In this document, we will guide you through the installation steps, and will

More information

Quick Start Manual. Not2Order for Magento 2. Start here

Quick Start Manual. Not2Order for Magento 2. Start here Quick Start Manual Not2Order for Magento 2 Start here 1 Introduction Reading Introduction Congratulations on your purchase of Not2Order for Magento 2. You are almost in business! This guide provides the

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

[ 5 ] If you are in developer or default mode, run the following commands:

[ 5 ] If you are in developer or default mode, run the following commands: MexBS Dynamic Tier v1.0.0 User Guide Welcome to the MexBs family, and thank you for purchasing the "Dynamic Tier v1.0.0" magento extension! In this document we will guide you through the installation steps,

More information

USER GUIDE MAGENTO TO MAGENTO MIGRATION

USER GUIDE MAGENTO TO MAGENTO MIGRATION USER GUIDE MAGENTO TO MAGENTO MIGRATION The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of technology,

More information

Php4u Payment Restrictions Module for Magento 2

Php4u Payment Restrictions Module for Magento 2 Php4u Payment Restrictions Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x Version 1.0.0 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer install...4 2. Configuration...5

More information

GDPR PRO FOR MAGENTO 2

GDPR PRO FOR MAGENTO 2 GDPR PRO FOR MAGENTO 2 Overview General Data Protection Regulation (GDPR) is a single privacy framework that aims to ensure that individuals personal data is handled with caution and care. The GDPR regulation

More information

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Search Spell Correction current Extension installation 1. Backup your store's database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store. 3. Copy installation instructions from

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual https://www.magebees.com/magento-ymm-products-parts-finderextension.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com, Support

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Sliding Contact Us 3 Features 3 Version & Compatibility Support 3 How to Install This Module? 4 General Configuration 6 Sender &

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Customer Who Bought This Item Also Bought 3 Version & Compatibility Support 4 Features 4 How to Install This Module? 5 Module Configuration

More information

Import Export CMS Blocks

Import Export CMS Blocks Import Export CMS Blocks User Manual https://www.magebees.com/magento-import-export-cmsblocks.html Import Export CMS Blocks By Support Ticket: - https://support.magebees.com, Support Email :- support@magebees.com

More information

Featured Products Extension

Featured Products Extension Featured Products Extension User Manual http://www.magebees.com/magento-featured-products-extension.html Featured Products Extension By CONTENT Introduction 3 Features 3 Installation 4 Configuration Settings

More information

MexBS Google Invisible Recaptcha v1.0.0 User Guide

MexBS Google Invisible Recaptcha v1.0.0 User Guide MexBS Google Invisible Recaptcha v1.0.0 User Guide Welcome to the MexBs family, and thank you for purchasing the "Google Invisible Recaptcha v1.0.0" Magento extension! In this document we will guide you

More information

Buyer Seller Communication Marketplace Add-on

Buyer Seller Communication Marketplace Add-on Buyer Seller Communication Marketplace Add-on webkul.com/blog/marketplace-buyer-seller-communication-magento2/ On - March 17, 2016 Buyer Seller Communication Marketplace Add-on is a very useful module

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.1 ) Table of Contents Introduction to FAQ Manager 3 Version & Compatibility Support 4 Features 4 How to Install This Module? 4 Configuration 6 Questions Management 7 Category

More information

Manual FCPM for Magento 2 Version 1.2.1

Manual FCPM for Magento 2 Version 1.2.1 INSTALLATION OF THE EXTENSION Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded

More information

Search Autocomplete Magento Extension

Search Autocomplete Magento Extension Search Autocomplete Magento Extension User Manual This is the user manual of Magento Search Autocomplete v1.6.5 and was last updated on 26-07-2017. To see what this extension can do, go to the Magento

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Shopping List Manager 3 Version & Compatibility Support 3 Features 4 How to Install This Module? 4 Module Configuration 6 General

More information

CUSTOMER APPROVAL FOR MAGENTO 2

CUSTOMER APPROVAL FOR MAGENTO 2 1 User Guide Customer Approval for Magento 2 CUSTOMER APPROVAL FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Customer Approval for Magento 2 Contents 1. Customer Approval for Magento 2 Overview...

More information

INSTALLATION GUIDE. for Magento 2 Extension

INSTALLATION GUIDE. for Magento 2 Extension support@magestore.com sales@magestore.com Phone: +1-606-657-0768 INSTALLATION GUIDE for Magento 2 Extension 1. Generate License Certificate After purchasing an extension, you will receive an email that

More information

Instagram Widget User Guide

Instagram Widget User Guide Instagram Widget User Guide Welcome to the User Guide for Instagram Widget. Thank you for choosing our product. This quick user guide describes the functionality of the Instagram Widget extension by NEKLO

More information

Import Export Products Attributes

Import Export Products Attributes Import Export Products Attributes Extension for Magento2 User Manual https://www.magebees.com/magento2-import-export-products-attributesextension.html Import Export Products Attributes By CONTENT Introduction

More information

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website:   Page 1 Product Questions/Answers extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Responsive Banner Slider Extension

Responsive Banner Slider Extension Responsive Banner Slider Extension User Manual https://www.magebees.com/magento-responsive-banner-slider-with-lazyload-extension.html Responsive Banner Slider Extension By CONTENT Introduction 3 Features

More information

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility User Guide Image Gallery Extension Version 1.0.0 User Guide Version 1.0.0 Magento Editions Compatibility Community 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.1 Enterprise 2.0.0, 2.0.1, 2.0.2,

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Advanced Sample Orders 3 Features 3 Version & Compatibility Support 4 How to Install This Module? 4 General Configuration 6 Price

More information

Indian GST extension User Manual

Indian GST extension User Manual extension User Manual Magento 2 extension helps creating and calculating tax rates and rules to make your Magento 2 stores GST ready. Table of Content 1. Extension Installation Guide 2. Configuration 3.

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.5 ) Table of Contents Introduction to Quick Order 2 Version & Compatibility Support 3 Features 3 How to Install This Module? 4 Module Configuration 6 Multiple SKU Box

More information

Gift Card Manager Extension

Gift Card Manager Extension Ph: +91-120-4243310 Gift Card Manager Extension User Manual v1.0.0 Prepared by E-mail: support@knowband.com E-23, Sector-63, Noida. Phone: +91-120-4243310 1 Ph: +91-120-4243310 Contents 1.0 Introduction

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

User Guide. How it works? Contents. This guide is available at Github Wiki: alsoviewed/wiki

User Guide. How it works? Contents. This guide is available at Github Wiki:   alsoviewed/wiki User Guide This guide is available at Github Wiki: https://github.com/vovayatsyuk/magento2- alsoviewed/wiki Also Viewed Products - is a product suggestion module, powered by your visitors activity. Moreover,

More information

Blast Search Lucene Search Module for Magento 2

Blast Search Lucene Search Module for Magento 2 Blast Search Lucene Search Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x, pcre and pcntl php modules enabled Version 1.1.3 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer

More information

Registration Fields Manager extension for Magento2. User Guide

Registration Fields Manager extension for Magento2. User Guide Registration Fields Manager extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Purpletree SMS for Magento2

Purpletree SMS for Magento2 Purpletree SMS for Magento2 Installation & Configuration Instructions Pre-requisites [very important] PHP v5.6 or above Ioncube Loader v6 or above Installation by composer Update Magento s composer.json

More information

Category Dynamic Dependent Dropdown

Category Dynamic Dependent Dropdown User Guide Category Dynamic Dependent Dropdown Extension Version - 1.0.0 User Guide Version - 1.0.0 Magento Editions Compatibility Community - 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8,

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest Search Autocomplete & Suggest current How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store.

More information

Import Export Products for Magento2

Import Export Products for Magento2 Import Export Products for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products for Magento2 By CONTENT Introduction 3 Features 4 How to Create

More information

Dynamic Product Options extension for Magento2. User Guide

Dynamic Product Options extension for Magento2. User Guide Dynamic Product Options extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Customer Testimonial Pro Extension

Customer Testimonial Pro Extension Customer Testimonial Pro Extension User Manual https://www.magebees.com/magento-customer-testimonial-extension.html Customer Testimonial Pro Extension By CONTENT Introduction 3 Features 3 Manage Testimonial

More information

Cart Product Selector. Quick Start Guide

Cart Product Selector. Quick Start Guide Cart Product Selector Quick Start Guide 1. Introduction Cart Product Selector is an extension which allows the customer to selectively choose products present in the cart and proceed to checkout with the

More information

rma_product_return_magento2

rma_product_return_magento2 rma_product_return_magento2 version BoostMyShop avril 19, 2019 Contents RMA Product Return for Magento2 1 1. Overview 1 2. Installation 1 First Installation 1 Upgrade 1 Disable extension 1 3. Customer

More information

Flexslider v2.x Installation and User Manual

Flexslider v2.x Installation and User Manual 2018/05/16 02:56 1/18 Latest version: 2.2.6 Compatibility: Magento 2.1.x, 2.2.x Disclaimer This is the installation and user manual for the Magento Flexslider v1.x extension created by Solide Webservices.

More information

User Manual for Market Place. Version 2.0 & above

User Manual for Market Place. Version 2.0 & above User Manual for Market Place Version 2.0 & above Multi Vendor Medma Marketplace Magento 2 Extension Magento 2 marketplace extension coverts you ecommerce Magento store into a complete online multi vendor

More information

Admin Product Grid Category Filter

Admin Product Grid Category Filter Admin Product Grid Category Filter User/Installation Guide Version 2.2.0 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 1. Overview The Admin Product Grid Category Filter extension

More information

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM Magento 2 Extension ( Version 1.0.0 ) Table of Contents Introduction to Review Coupons 3 Version & Compatibility Support 3 How to Install This Module? 4 General Configuration 5 Email Template Configuration

More information

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2 User Guide Form Builder Extension Version - 1.1.3 User Guide Version - 1.1.3 Magento Editions Compatibility Community - 2.2 1 Content Form Builder V-1.1.3 Introduction Installation Usage Admin General

More information

Import Export CMS Pages

Import Export CMS Pages Import Export CMS Pages User Manual https://www.magebees.com/magento-import-export-cmspages.html Import Export CMS Pages By Support Ticket: - https://support.magebees.com, Support Email :- support@magebees.com

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

FCPM Copyright Best4Mage V4.1.0

FCPM Copyright Best4Mage V4.1.0 Installation through FTP Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded and

More information

FME Extensions. Media Gallery & Product Videos Extension for Magento. User Guide - Version

FME Extensions. Media Gallery & Product Videos Extension for Magento. User Guide - Version FME Extensions Media Gallery & Product Videos Extension for Magento User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed

More information

Advanced Product Grid extension for Magento2. User Guide

Advanced Product Grid extension for Magento2. User Guide Advanced Product Grid extension for Magento2 User Guide version 1.0 Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...... 3 2.3. License... 3 3.

More information

Analytics for Magento 2.0

Analytics for Magento 2.0 Analytics for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/analytics-for-magento-2.html Analytical tool for your Magento store with capabilities for sales, products and other data

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

Magento 2 Guide ING. Guide 1

Magento 2 Guide ING. Guide 1 Magento 2 Guide ING Guide 1 ING Payments How do I integrate product into my webshop? To make the integration process as easy as possible for you, we have developed various plugins for your webshop software

More information

Magento 2 Shipping Flat Rate5. Quick start guide

Magento 2 Shipping Flat Rate5. Quick start guide Magento 2 Shipping Flat Rate5 Quick start guide 1. Introduction Shipping Flat Rate5 is an upgraded extension of single flat rate option in Magento by serving multiple flat rate methods based on different

More information

Facebook Pixel for Remarketing for Magento 2

Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing can be configured in few simple steps. We will guide through each step in this document. Installation Instructions Manual Installation

More information

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration... TABLE OF CONTENT Overview... 2 Support... 2 Versions... 2 Getting Started Guide... 3 Install by Copying Files... 3 Configuration... 3 Get Access Token... 6 Add Instagram Hash-Tag... 7 Customer Usage Description...

More information

Import Export Products Extension for Magento2

Import Export Products Extension for Magento2 Import Export Products Extension for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products Extension for Magento2 By Our Websites :- https://www.magebees.com,

More information

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support:

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support: POPUP PLUS FOR MAGENTO 2 User Guide Version: 1.0.0 Release Date: 08.08.2016 Product Page: Popup Plus Support: support@magebuzz.com C O P Y R I G H T 2 0 1 6 M A G E B U Z Z S T O R E TABLE OF CONTENTS

More information

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE EXTENSION FOR MAGENTO 2 (Updated May 23 rd 2017) INSTALLATION GUIDE Confidential Information Notice Copyright 2017. All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This

More information

MEGA MENU USER GUIDE. Phone: Extension version: 1.0 Magento Compatibility: CE 2.

MEGA MENU USER GUIDE.  Phone: Extension version: 1.0 Magento Compatibility: CE 2. support@magestore.com sales@magestore.com Phone: +1-415-954-7137 MEGA MENU USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE AND CONFIGURE...

More information

Magento Search Extension Apache Solr Contents

Magento Search Extension Apache Solr Contents Magento Search Extension Apache Solr Contents CHAPTER 1... 3 1. SETTING UP THE PRODUCT ATTRIBUTES FOR SEARCH... 3 1.1 How to create different types of attributes... 3 1.2 What does each type of flag do?...

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

FME Extensions Size Chart Extension for Magento 2 User Guide - Version

FME Extensions Size Chart Extension for Magento 2 User Guide - Version FME Extensions Size Chart Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed to facilitate

More information

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Delivery Date Scheduler...1 Installation & Activation...2 Installation Steps...2 Installation via Composer...4 Installation (Custom theme)...6

More information

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

More information

Event Tickets Magento Extension User Guide Official extension page: Event Tickets

Event Tickets Magento Extension User Guide Official extension page: Event Tickets Event Tickets Magento Extension User Guide Official extension page: Event Tickets Page 1 Table of contents: 1. Event Creation........3 2. Ticket creation settings......6 3. Custom registration fields creation...8

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

Magento Pinterest Extension User Guide

Magento Pinterest Extension User Guide Magento Pinterest Extension User Guide Welcome to the Pinterest extension for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Pinterest extension

More information

Customer Group Catalog for Magento 2

Customer Group Catalog for Magento 2 Last update: 2017/11/09 10:13 magento_2:customer_group_catalog https://amasty.com/docs/doku.php?id=magento_2:customer_group_catalog For more details see the Customer Group Catalog extension page. Customer

More information

Rewards Points for Magento 2.0

Rewards Points for Magento 2.0 Rewards Points for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/rewards-points-for-magento-2.html Magento 2 Reward Points extension provides you with effective rewards program, customizable

More information

Ajax login Magento2 Extension

Ajax login Magento2 Extension Ajax login Magento2 Extension Table of Contents Introduction to Ajax Login... 3 Version & Compatibility Support... 3 Features... 4 How to install this Module?... 4 Module Configuration... 5 General Configuration...

More information

Control for CloudFlare - Installation and Preparations

Control for CloudFlare - Installation and Preparations Control for CloudFlare - Installation and Preparations Installation Backup your web directory and Magento 2 store database; Download Control for CloudFlare installation package; Copy files to /app/firebear/cloudflare/

More information

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed

More information

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Cache Warmer current How to install the extension 1. Backup your store's database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.

More information

Store Login Access extension for Magento2. User Guide

Store Login Access extension for Magento2. User Guide Store Login Access extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

Product Slider for Magento 2. User Guide

Product Slider for Magento 2. User Guide Product Slider for Magento 2 User Guide Table of Contents 1. Product Slider Code Insert Guide 2. Product Slider Management 2.1. Managing Product slider 3. Product Slider Widget 4. Front-End View 5. Support

More information