Skip to content

Commit 37d3397

Browse files
committed
2 parents 4e01be2 + f8f2ad6 commit 37d3397

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

README.md

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,33 @@
22

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.
44

5-
Please donate if you enjoy my extension.
5+
# Magento Marketplace
66

7-
[![](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)
7+
https://marketplace.magento.com/mageprince-module-faq.html
8+
9+
10+
# New Features
11+
12+
- Show all FAQ on CMS page and static block
13+
- Show FAQ by group on CMS page and static block
14+
- Load FAQ by ajax on group selection on the frontend
15+
- Custom FAQ URL
16+
17+
<b>Check full description and user guid on <a href="https://marketplace.magento.com/mageprince-module-faq.html">Magento Marketplace</a></b>
18+
19+
# Demo
20+
21+
<b><a href="http://demo.mageprince.com/">Frontend</a> | <a href="http://demo.mageprince.com/admin">Backend</a></b>
22+
23+
# Use below code for CMS page and Static Block
24+
25+
<b>1. To show all FAQ</b>
26+
27+
<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>
28+
29+
<b>2. To show FAQ by group</b>
30+
31+
<code>{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" group_id=1 show_group_title=1}}</code>
832

933
# Installation Instruction
1034

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

42+
1843
# Contribution
1944

2045
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.
@@ -26,19 +51,15 @@ If you encounter any problems or bugs, please <a href="https://github.com/magepr
2651

2752
# Frontend
2853

29-
<img src="https://image.ibb.co/nOOP25/faq.jpg" alt="faq" border="0">
30-
31-
<img src="https://image.ibb.co/fGfOUk/FAQ_2.png" alt="FAQ_2" border="0">
32-
33-
# Admin FAQ New/Edit
34-
35-
<img src="https://image.ibb.co/b8QqeQ/This_is_test_FAQ_question_FAQs_Magento_Admin.png" border="0" />
54+
<img src="https://raw.githubusercontent.com/mageprince/all-module-screenshots/master/Faq/1-frontend.png" height="800"/>
3655

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

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

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

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

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

0 commit comments

Comments
 (0)