FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be...

13
FAQ - Magento 2 USER MANUAL www.mageants.com [email protected] 1

Transcript of FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be...

Page 2: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Table Of Contents

Preface................................................................................................3Installation Guide................................................................................4FAQ Configuration................................................................................5Back-End Example...............................................................................6Front-End Example...............................................................................11

www.mageants.com [email protected] 2

Page 3: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Preface

Today, customers have numbers of questions on products or stores.

Mageants provides an extension which allows you to display number

of questions to answer as a frequently asked questions in front. The

advantage of this extension is that admin can post FAQs category

wise and the Ajax system saves the time of page rendering. The

faster Ajax system used in FAQs search and pagination system

which allows customers to search faster. Admin also can display

promotional cms block in the front page of FAQ.

www.mageants.com [email protected] 3

Page 4: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Installation

There are two ways of installing extension in magento2.1) Using COMMAND LINE.

2) 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’sapp 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 tothe admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the adminpanel.

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’sapp directory. If code directory does not exists then create.

Step 3: Disable the cache under System -> Cache Management Editapp/etc/config.php file and add one line code: ‘Mageants_Faq’ => 1

Step 4: Disable the cache under System -> Cache Management

Step 5: Once you complete above steps log out and log in back tothe admin

www.mageants.com [email protected] 4

Page 5: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Configuration

Once you install extension successfully, you will find FAQ Tab Main

menu. Just follow the following screen shots to configure extension.

www.mageants.com [email protected] 5

Page 6: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Back-end Example:

To manage FAQ here

Menu

Manage category here

www.mageants.com [email protected] 6

Page 7: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Add Category from here

Manage FAQ here

www.mageants.com [email protected] 7

Page 8: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Add new Faq here

Import faq System->Import.

www.mageants.com [email protected] 8

Page 9: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Import Behavior

Select file and import it.

www.mageants.com [email protected] 9

Page 10: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Display message after successfull import file

www.mageants.com [email protected] 10

Page 11: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Front-end Example:

Display on top links

Demo Faqs

www.mageants.com [email protected] 11

Page 12: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Display search result

www.mageants.com [email protected] 12

Page 13: FAQ - Magento 2 · the admin panel and switch to Stores -> Configuration ->FAQ, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step

Thank you!

Should you have any questions or feature suggestions, please contact us at: https://www.mageants.com/contact-us.html

Your feedback is absolutely welcome!

www.mageants.com [email protected] 13