Configuring Autocomplete & Suggest

Size: px
Start display at page:

Download "Configuring Autocomplete & Suggest"

Transcription

1 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 page My Downloadable Products to SSH console and press ENTER. 4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchAutocomplete for enable extension. 5. Run command php -f bin/magento setup:upgrade for install extension. 6. Run command php -f bin/magento cache:clean for clean cache. 7. Deploy static view files rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy 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 page My Downloadable Products to SSH console and press ENTER. 4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchAutocomplete for enable extension. 5. Run command php -f bin/magento setup:upgrade for install extension. 6. Run command php -f bin/magento cache:clean for clean cache. 7. Deploy static view files rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy Configuring Autocomplete & Suggest All Autocomplete settings are located at System / Settings / Mirasvit Extensions / Search Autocomplete section. It consists of the following sections: General Configuration Hot searches General Configuration This section also breaks into lesser subsections, and contains the following options: General Configuration - defines basic application settings

2 Minimum number of characters to search - specifies the minimum amount of characters, which customer should enter to trigger autocomplete. The delay to start finding - specifies delay between triggering autocomplete. (by option above) and beginning of actual search. Note Our extension actually begins to search for possible autocompletions and suggestions only when both conditions match: customer had entered minimal required number of characters; there were no actions during specified delay period. Fast Mode - Option allows to increase search speed due to the excluding Magento 2 from the autocomplete search at the initialization stage. Note This option is available for Sphinx search and Elastic engines only; The disadvantages include the increased indexing time of the search index, and the lack of some search capabilities, such as a long-tail, wildcard exceptions etc. Searchable content - list of search indexes, where search is performed, and results displayed as autocomplete options. Indices are either taken from standard Magento, or if extension is installed as part of Advanced Search Sphinx Pro or Sphinx Search Ultimate - from corresponding Indexes grid. Index - name of index, which can be included to autocomplete. Is Enabled - includes current index to autocomplete Max Number of results - the maximum number of results, which should be displayed in autocomplete drop-down widget. Note You can drag and drop rows in this list to define order, in which results from different indices will be displayed in autocomplete drop-down. Enable TypeAhead - enables auto-suggestion feature. Our extension collects information about most popular search queries and their results, groups them and stores separately. When autocomplete is triggered and TypeAhead option enabled, our application automatically searches for typed term and displays suggestion of found most relevant query. Tip Use Right Arrow button to quickly turn auto-suggestion to full autocomplete query and save autocomplete time. Product Settings - defines content and appearance of autocomplete individual product information cells. Show Price - displays price of product. Show Thumbnail - displays small thumbnail of product image. Show Rating - displays number of reviews and approval rating (so-called star rating). Show Description - displays short excerpt from product's description. Show SKU - displays SKU of the product. Show "Add to cart" - displays shortcut button for quick purchasing products. Optimize autocomplete view for small screen size - allows optimization of autocomplete layout to

3 small screen sizes. Note: may require additional style fixing at Appearance section. Appearance - contains only one field, which defines custom appearance of autocomplete widget. Additional CSS Styles - custom CSS styles, that should be applied either to entire drop-down, or to individual product cells. It is extremely powerful tool, which allows you to fit our Autocomplete extension to almost any theme. Example To customize individual product cell in autocomplete drop-down, use the following expression:.searchautocomplete item-magento_catalog_product { // Your extended styles} It will be added to our stylesheet. Hot Searches Hot searches are the most popular queries, which were requested by customers. If current customer request includes such a query, autocomplete can highlight them and put to the top of drop-down. FAQ Search queries - allows to override Hot Searches by adding here special keywords (commaseparated), that should be counted as hot. It is very useful during promotional campaigns. Ignored words - allows to exclude from Hot Searches certain keywords. It is also a list of commaseparated words. Max Number of queries - the maximum allowed number of Hot Searches, which should be displayed on autocomplete drop-down. This section describes the most common problems, that customers report, and how they can be resolved: How to make the autocomplete dropdown scrollable and smaller for mobile devices How to make the autocomplete show a product price including or excluding tax How to make the autocomplete dropdown scrollable and smaller for mobile devices For this navigate to the Stores > Settings > Configuration > Mirasvit Extensions > Developer > CSS Settings and add the css styles below to the Additional CSS Styles screen and (max-width: 767px) {.searchautocomplete autocomplete { max-height: 200px; overflow-y: scroll; }} max-width: 767px - is the maximum width of the device for which these styles are applied.

4 Image not found or type unknown How to make the autocomplete show a product price including or excluding tax For this navigate to the Stores > Settings > Configuration > Sales > Tax > Price Display Settings and switch the option Display Product Prices In Catalog to Excluding Tax - to display price without taxes or any other option to display price including tax. How to upgrade the extension To upgrade the extension follow these steps: 1. Backup your store database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store. 3. Run command composer require mirasvit/module-search-autocomplete:* -- update-with-dependencies to update current extension with all dependencies. Note In some cases the command above is not applicable, it's not possible to update just current module, or you just need to upgrade all Mirasvit modules in a bundle. In this case command above will have no effect. Run instead composer update mirasvit/* command. It will update all Mirasvit modules, installed on your store. 4. Run command php -f bin/magento setup:upgrade to install updates. 5. Run command php -f bin/magento cache:clean to clean the cache. 6. Deploy static view files rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy Disabling the Extension Temporarily Disable To temporarily disable the extension please follow these steps: 1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store. 2. Run command php -f bin/magento module:disable Mirasvit_SearchAutocomplete to disabled the extension.

5 Remove the Extension To uninstall the extension please follow these steps: 1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store. 2. Run command composer remove mirasvit/module-search-autocomplete to remove the extension. 3. Run command php -f bin/magento setup:upgrade. Change Log ( ) Improved styles Close button for mobile devices ( ) Wrong pricing in search autocomplete # ( ) Unable to close search autocomplete on mobile # ( )

6 Max Number of queries has no effect # ( ) js error in autocomplete ( ) Missing Aheadworks blog post url in autocomplete Special characters highlight issue ( ) Issue with unserialize ( ) Added Aheadworks Blog to search autocomplete ( )

7 Highlight terms with special characters ( ) missing BP constant issue ( ) Endless spinner after clear search input Unabled to submit form with enter key ( ) Issue with highlighter ( ) Nothing to repeat JS issue ( )

8 Issue with undefined index in typeahead ( ) Issue with several inputs in one form ( ) IE compatibility ( ) Issue with price for grouped products ( ) Issue with additional space ( )

9 Added multi search bar support ( ) Issue with rating ( ) Issue with typeahead ( ) Features Autocomplete TypeAhead Issue with buy button ( ) Search box selector ( )

10 Added Amasty Blog index Fast mode issue ( ) Issue with input blur ( ) Possible issues with placeholder selector ( ) Possible issue with search input selector ID (input#search) ( ) Load Time

11 ( ) Show image placeholder if product does not have image Ability to show price including or excluding tax Issue with price for configurable products Documentation Info on how make the searchautocomplete dropdown scrollable ( ) Conflict with Catalog Permission module on Magento EE edition ( ) MageFan Blog for Autocomplete ( ) Recent search span is not clickable Product image is not clickable

12 ( ) Changed visibility for mapproduct method ( ) Issue with reviews block ( ) Performance optimization of mapping (Fast Mode) ( ) ESU compatiblity + VES Blog Issue with sorting results issue with cached block initialization mirasvit/module-search-ultimate#62 (#19) Product Settings in Autocomplete synced ( ) Issue with click on product

13 ( ) Features add gift registry search index for autocomplete mirasvit/module-search# ( ) Disabled native search/ajax/suggest ( ) Issue with special chars in CategoryProduct index ( ) Add to cart button ( ) Mageplaza blog

14 ( ) Issue with attributes index ( ) Refactoring ( ) an issue with price formatter ( ) Feature Fix in autocomplete price for configurable/group products Search results optimizer for mobile devices (small screen) Added "search in categories" option to show categories sorted by most qty of matched products ( ) Issue with wrong link for hot searches terms

15 ( ) Issue with bundled product price ( ) Issue with sort order ( ) Cache control Code Formatting Issue with size Added currency to cache key Issue with sorting ( ) Issue with right click ( ) Issue with cache key

16 ( ) Updated default indexes configuration ( ) M ( ) Issue with order by "score" ( ) Ability to filter by category ( ) Issue with cache ( )

17 Issue with Hot Searches ( ) Issue with wordpress ( ) Issue with "Attribute" index ( ) Issue with echo ( ) Issue with cache (after editing/removing products) ( ) Performance Issue with image placeholder Issue with calculation final price

18 ( ) Issue with sorting queries ( ) Ability to set queries limit for "Hot Searches" Possible issue with results sorting ( ) Issue with sku ( ) For landing pages ( ) Issue with mageplaza blog 1.1.7

19 ( ) Mageplaza blog post ( ) Added sku Issue with Mirasvit indices ( ) Mouse paste event ( ) Issue with DI Product name is empty in search results ( ) an issue with disabled submit button after use hot / popular queries 1.1.2

20 ( ) an issue with provider ( ) an issue with results ( ) Added new index for catalog attributes ( ) an issue with submit ( ) an issue with default search bar behaviour ( ) an issue witk key navigation possible issue with product price (tax)

21 an issue with recent queries ( ) few possible JS issue with search results behaviour an issue with selecting most popular search terms ( ) Compatibility with M ( ) an issue with "Hot searches" ( ) Added user agent to warmer ( ) an issue with hide search results

22 ( ) an issue with autocomplete position ( ) an issue with minimum query length Ability to translate index names ( ) an issue with translations ( ) an issue with reset cursor position after change query ( ) an issue with html markup (style tag) an issue with popular suggestions ( )

23 an issue with cache special chars ( ) a possible issue with number of search results ( ) an issue with translations (M2.1) ( ) an issue with "Show all results" link ( ) Compatibility with Magento ( ) an issue with ajax loader ( )

24 an issue with catalog layer ( ) an issue with duplicating Popular suggestions (letter register) ( ) Image selection for products autocomplete Ability to define ignored words for "Hot Searches" ( ) an issue with possible search layer exception , ( ) an issue with translations.html templates ( ) an issue with wrong autocomplete position on mobile devices

25 ( ) an issue with wrong currency convert rate an issue with multi-store configuration ( ) an issue with tax ( ) an issue with html entity chars ( ) possible issue with http/https ajax urls an issue with cache warmer an issue with behaviour for popular search queries ( ) Hot Searches

26 ( ) Performance and Styles ( ) Integrated Mirasvit Knowledge Base ( ) Display full category path for categories Default configuration for indexes an issue with hiding placeholder before redirect to "View all results" an issue with selection not active indexes ( ) Improved loader logic issue with FrontController headers ( )

27 an issue with price formatting issue with FrontController headers Documentation Updated installation steps ( ) Search by Mirasvit Blog MX Added ability to set-up custom css styles in magento backend Improved Translations compatibility issue with Amasty_Shopby an issue with cache an issue related with autocomplete position on some devices ( ) an issue related with case sensitive search results (should be same for both registers) an bug with undefined configuration for search index Cache id for results ( ) Added caching for results (tag FULL Page Cache) Added link/url for Popular Suggestions Changed autocomplete block (added injection). Removed form. Added form loaded state issue with broken product image url, if image not assigned to image issues related with autocomlete injection

28 an issue with page cache (increased TTFB) an performance issue related with locale/currency (temporary fix) Documentation Added user manual ( ) an performance issue related with locale/currency (temporary fix) Added form loaded state Welcome to the Search Autocomplete & Suggest Guide! Our Search Autocomplete & Suggest Documentation not only allows your customers to have quick and relevant autocompletion during search, but also provide searching tips, which will help them to locate their goal more quickly. First, please find your extension in your account in My Downloadable Products section, and then proceed with Installation. It is best to follow our step-by-step guide in order to configure the best search results. Go ahead, dive in! Our extension works out-of-the-box, so after installation you need just to tune-up its settings for more effective work. This should be a good beginning!

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

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

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

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

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

Cache Warmer How to install the extension. How to upgrade extension. Disabling the Extension

Cache Warmer How to install the extension. How to upgrade extension. Disabling the Extension Cache Warmer 1.0.48 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

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

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

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

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

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

Search AutoComplete & Suggest Pro Getting Started

Search AutoComplete & Suggest Pro Getting Started Search AutoComplete & Suggest Pro 1.2.1 Getting Started Welcome to the Search AutoComplete & Suggest Pro Documentation. Whether you are new or an advanced user, you can find useful information here. First

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

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

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

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

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

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

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

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

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

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

Aitoc. Product Custom Options Management User Manual for Magento 2

Aitoc. Product Custom Options Management User Manual for Magento 2 Product Custom Options Management User Manual for Magento 2 Table of Contents 1. Installing the extension in Magento 2. 2. Product Custom Options Management: General Settings. 3. Creating a custom options

More information

Ajax Quick Search Pro Extension for Magento 2

Ajax Quick Search Pro Extension for Magento 2 Ajax Quick Search Pro Extension for Magento 2 User Manual https://www.magebees.com/ajax-quicksearch-pro-extension-formagento-2.html Ajax Quick Search Pro Extension for Magento 2 By CONTENT Introduction

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

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

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

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

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

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 2.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 4 2. Installation... 5 2.1. System Requirements... 5 2.2. Installation...

More information

Manual Getting Started. How to install extension

Manual Getting Started. How to install extension Manual Getting Started Welcome to the Banner Management System documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension Configure

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

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

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

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

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

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 Stock Notification 3 Version & Compatibility Support 3 Features 4 How to Install This Module? 4 General Configuration 6 Low Stock

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 RMA current How to install extension 1. Backup your store's database and web directory. 2. Login to the SSH console on your server and navigate to the root directory of the Magento 2 store. 3. Copy the

More information

Welcome to the Advanced Reports Guide!

Welcome to the Advanced Reports Guide! Advanced Reports current Welcome to the Advanced Reports Guide! Here you will find everything you need to set up and use an Advanced Reports. Whether you are a new or an advanced user, you can find some

More information

InstantSearch+ Documentation for WooCommerce

InstantSearch+ Documentation for WooCommerce InstantSearch+ Documentation for WooCommerce Contents Overview... 1 Top Menu... 2 Home...2 Pricing...2 Help & Support...2 Stores...2 Account...4 Dashboard Tabs... 5 Analytics...5 AutoComplete...9 Search

More information

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes.

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes. Documentation / Documentation Home Layered Navigation Created by Unknown User (bondarev), last modified by Malynow, Alexey on Feb 22, 2016 Installation Set up cron Configuration Basic Configuration Filters

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

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

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

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

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

[ 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

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Contents 1. Installation 2. Uploading Magento 2 extension files 2.1. SSH Installation (requires SSH access

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

EMARSYS FOR MAGENTO 2

EMARSYS FOR MAGENTO 2 EMARSYS FOR MAGENTO 2 Integration Manual July 2017 Important Note: This PDF was uploaded in July, 2017 and will not be maintained. For the latest version of this manual, please visit our online help portal:

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

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

Custom Carrier Trackers

Custom Carrier Trackers Custom Carrier Trackers User/Installation Guide Version 2.1.3 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 . 1. Overview The Custom Carrier Trackers extension gives you the ability

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

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) 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

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 Follow Up Email current How to install extension 1. Backup your store database and web directory. 2. Login to SSH console on your server and navigate to root directory of Magento 2 store. 3. Copy installation

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

InstantSearch+ Documentation for BigCommerce

InstantSearch+ Documentation for BigCommerce InstantSearch+ Documentation for BigCommerce Contents Overview... 2 Top Menu...2 Home...2 Pricing...2 Help & Support...2 Stores...3 Account...4 Dashboard Tabs... 5 Analytics...5 AutoComplete...9 Search

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

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

How to Add Product In Your Store

How to Add Product In Your Store How to Add Product In Your Store Adding a simple product Adding a Simple product is similar to writing a post in WordPress. 1. Go to WooCommerce > Products > Add Product. You then have a familiar interface

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

Product Page PDF Magento 2 Extension

Product Page PDF Magento 2 Extension Product Page PDF Magento 2 Extension User Manual This is the user manual of Magento 2 Product Page PDF v100.0.0 and was last updated on 26-11- 2017. To see what this extension can do, go to the Magento

More information

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

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

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

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Blog for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting started... 4 Sidebar... 5 SEO... 6 Related Products... 6 Wordpress Import... 7 Blog categories... 7 Blog posts...

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

Quickbooks Connector Quick Start Guide

Quickbooks Connector Quick Start Guide Quickbooks Connector Quick Start Guide Installation (from a Zip file) Configuration & Setup Customer Synchronization Customer Grid Customer Detail Page Product Synchronization Product Grid Product Detail

More information

Flexslider v1.x Installation and User Manual

Flexslider v1.x Installation and User Manual 2017/11/08 09:14 1/15 Flexslider v1.x Installation and User Manual Flexslider v1.x Installation and User Manual Latest version: 1.10.0 Compatibility: Magento 1.7.x, 1.8.x, 1.9.x Disclaimer This is the

More information

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro Color Swatches Pro Magento Extension User Guide Official extension page: Color Swatches Pro Page 1 Table of contents: 1. How to upload images for attributes... 3 2. General Settings....... 7 3. Price Settings.11

More information

Infinite Scroll extension for Magento2. User Guide

Infinite Scroll extension for Magento2. User Guide Infinite Scroll 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 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

Improved Layered Navigation for Magento 2

Improved Layered Navigation for Magento 2 Last update: magento_2:improved_layered_navigation https://amasty.com/docs/doku.php?id=magento_2:improved_layered_navigation 2018/01/23 09:14 For more details see the Improved Layered Navigation extension

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

EASYPAY MODULE - MAGENTO 2

EASYPAY MODULE - MAGENTO 2 EASYPAY MODULE - MAGENTO 2 This document aims to describe the installation and configuration of the EasyPay Magento2 module. 1. INSTALLATION To assure correct functioning it s necessary to install and

More information

extension for Magento2 User Guide

extension for Magento2 User Guide Catalog Permissions 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

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit Page 1 Table of contents: 1. SEO Toolkit: General Settings..3 2. Product Reviews: Settings...4 3. Product Reviews: Examples......5

More information

SAHARA BIKE1 RESPONSIVE MAGENTO THEME

SAHARA BIKE1 RESPONSIVE MAGENTO THEME SAHARA BIKE1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_bike1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

SAHARA GIFT1 RESPONSIVE MAGENTO THEME

SAHARA GIFT1 RESPONSIVE MAGENTO THEME SAHARA GIFT1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_gift1 template Chapter II. Features and elements of the template Chapter III. List of extensions

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

Improved Layered Navigation

Improved Layered Navigation Improved Layered Navigation Magento Extension User Guide Official extension page: Improved Layered Navigation See advanced options here Page 1 General table of contents To see information about module

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation 2. Custom Options Templates 3. Dependent Custom Options 4. Stock Management 5. Custom Options Inventory 6. Options Inventory Report 7. Individual Product Custom

More information

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2 Improved Import / Export Magento 2 Extension Manual February 24, 2017 - Magento 2, Our extensions Manual for Improved Import / Export extension for Magento 2 Improved Import and Export extension allows

More information

InstantSearch+ Documentation for Shopify

InstantSearch+ Documentation for Shopify InstantSearch+ Documentation for Shopify Contents Overview...2 Top Menu...2 Support...2 Dashboard Tabs...3 Analytics...3 AutoComplete...8 Search Results Page (SERP)... 12 Merchandising... 16 Synonyms...

More information

edirectory Change log

edirectory Change log edirectory 11.2.00 Change log Arca Solutions 7138 Little River Turnpike #1825 Annandale, VA 22003 www.arcasolutions.com 1. What s new 1. Sponsors can now add a video to their classifieds ads 2. Sponsors

More information

Product Parts Finder for Magento 2

Product Parts Finder for Magento 2 Product Parts Finder for Magento 2 Magento Extension User Guide Official extension page: Product Parts Finder for Magento 2 Page 1 Table of contents: 1. Finder Creation......3 2. General Finder Options..4

More information

Aitoc. Review Booster User Manual for Magento 2

Aitoc. Review Booster User Manual for Magento 2 Review Booster User Manual for Magento 2 Table of Contents 1. Customer features 2. Admin features 3. Installing Review Booster in Magento 2 4. Improved customer reviews 5. Review Booster - admin area 6.

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Category Navigation for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2.

More information

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Compatibility: Community Edition: 1.4.x.x, 1.5.x.x, 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x Enterprise Edition: 1.9 and later Release date:

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Accessing the Extension Main Settings 3. Product Custom Option Templates 4. Individual Product Custom Options 5. Front-End View 6. User Agreement

More information

Customer Redirect Pro for Magento 2

Customer Redirect Pro for Magento 2 Customer Redirect Pro for Magento 2 www.magepsycho.com (Quality extension provider for Magento 1 & Magento 2) Contents 1. Overview... 3 2. Installation... 4 3. Manage Settings... 5 3.1. General Settings...

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and PHPRad PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and Getting Started Creating New Project To create new Project. Just click on the button. Fill In Project properties

More information

SAHARA KIDS1 RESPONSIVE MAGENTO THEME

SAHARA KIDS1 RESPONSIVE MAGENTO THEME SAHARA KIDS1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_kids1 template Chapter II. Features and elements of the template Chapter III. List of extensions

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

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

Pinnacle Cart User Manual v3.6.3

Pinnacle Cart User Manual v3.6.3 Pinnacle Cart User Manual v3.6.3 2 Pinnacle Cart User Manual v3.6.3 Table of Contents Foreword 0 Part I Getting Started Overview 7 Part II Categories & Products 11 1 Manage... Categories Overview 11 Add

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