diff --git a/README.md b/README.md index ea8278d..e08da2b 100755 --- a/README.md +++ b/README.md @@ -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 + +Check full description and user guid on Magento Marketplace + +# Demo + +Frontend | Backend + +# Use below code for CMS page and Static Block + +1. To show all FAQ + +{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" show_group_title=1 show_group=1 page_type="scroll"}} + +2. To show FAQ by group + +{{block class="Mageprince\Faq\Block\Index\Index" template="Mageprince_Faq::faq_main.phtml" group_id=1 show_group_title=1}} # Installation Instruction @@ -15,6 +39,7 @@ Please donate if you enjoy my extension. php bin/magento setup:static-content:deploy * Now Flush Cache: php bin/magento cache:flush + # Contribution Want to contribute to this extension? The quickest way is to open a pull request on GitHub. @@ -26,19 +51,15 @@ If you encounter any problems or bugs, please - -FAQ_2 - -# Admin FAQ New/Edit - - + -# Admin FAQ Group Grid +# FAQ Content + -FAQGroup Grid Inline Edit +# FAQ on CMS page -# Admin FAQ Group New/Edit + -New FAQGroup +# FAQGroup Admin Grid +