Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mageprince committed Mar 22, 2020
2 parents 4e01be2 + f8f2ad6 commit 37d3397
Showing 1 changed file with 34 additions and 13 deletions.
47 changes: 34 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,33 @@

This module adds an easy way to use FAQ section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon. Admin can add widgets, blocks, images etc. in FAQ answer with wyswing editor.

Please donate if you enjoy my extension.
# Magento Marketplace

[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TKAKY4KP65Z4A)
https://marketplace.magento.com/mageprince-module-faq.html


# New Features

- Show all FAQ on CMS page and static block
- Show FAQ by group on CMS page and static block
- Load FAQ by ajax on group selection on the frontend
- Custom FAQ URL

<b>Check full description and user guid on <a href="https://marketplace.magento.com/mageprince-module-faq.html">Magento Marketplace</a></b>

# Demo

<b><a href="http://demo.mageprince.com/">Frontend</a> | <a href="http://demo.mageprince.com/admin">Backend</a></b>

# Use below code for CMS page and Static Block

<b>1. To show all FAQ</b>

<code>{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" show_group_title=1 show_group=1 page_type="scroll"}}</code>

<b>2. To show FAQ by group</b>

<code>{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" group_id=1 show_group_title=1}}</code>

# Installation Instruction

Expand All @@ -15,6 +39,7 @@ Please donate if you enjoy my extension.
<b>php bin/magento setup:static-content:deploy</b>
* Now Flush Cache: <b>php bin/magento cache:flush</b>


# Contribution

Want to contribute to this extension? The quickest way is to <a href="https://help.github.com/articles/about-pull-requests/">open a pull request</a> on GitHub.
Expand All @@ -26,19 +51,15 @@ If you encounter any problems or bugs, please <a href="https://github.com/magepr

# Frontend

<img src="https://image.ibb.co/nOOP25/faq.jpg" alt="faq" border="0">

<img src="https://image.ibb.co/fGfOUk/FAQ_2.png" alt="FAQ_2" border="0">

# Admin FAQ New/Edit

<img src="https://image.ibb.co/b8QqeQ/This_is_test_FAQ_question_FAQs_Magento_Admin.png" border="0" />
<img src="https://raw.githubusercontent.com/mageprince/all-module-screenshots/master/Faq/1-frontend.png" height="800"/>

# Admin FAQ Group Grid
# FAQ Content
<img src="https://raw.githubusercontent.com/mageprince/all-module-screenshots/master/Faq/2.1-frontend.png" height="800"/>

<img src="https://image.ibb.co/e2N9kQ/FAQGroup_Grid_Inline_Edit.png" alt="FAQGroup Grid Inline Edit" border="0" />
# FAQ on CMS page

# Admin FAQ Group New/Edit
<img src="https://raw.githubusercontent.com/mageprince/all-module-screenshots/master/Faq/2.2-CMSpage.png" height="400"/>

<img src="https://image.ibb.co/gjoyYk/New_FAQGroup_FAQgroups_Magento_Admin.png" alt="New FAQGroup" border="0" />
# FAQGroup Admin Grid

<img src="https://raw.githubusercontent.com/mageprince/all-module-screenshots/master/Faq/4-faqgroup-grid.png" height="400"/>

0 comments on commit 37d3397

Please sign in to comment.