mageprince/module-faq 2.0.9

Magento2 FAQ Module

Type

magento2-module

License

GPL-3.0-or-later

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Latest Stable Version Total Downloads Monthly Downloads License Scrutinizer Code Quality Code Intelligence Status

Magento 2 FAQ

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.

Magento Marketplace

https://marketplace.magento.com/prince-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

  • Copy the content of the repo to the Magento 2 app/code/Mageprince/Faq
  • Run command: php bin/magento setup:upgrade
  • Run Command: 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.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Frontend

FAQ Content

FAQ on CMS page

FAQGroup Admin Grid