Skip to content

Magento2 FAQ by categories module displays frequently asked questions on separate FAQ page using a custom jQuery Accordion and also support for GraphQL.

License

Notifications You must be signed in to change notification settings

vijayrami/Magelearn_Categoryfaq

Repository files navigation

Magelearn Categoryfaq

``magelearn/module-categoryfaq``

Main Functionalities

Magento 2 Category FAQ Extension

  • Manage FAQ Categories (Add, Edit, Delete, Enable, Disable)
  • Manage FAQs (Add, Edit, Delete, Status [Enable/Disable])
  • Assign Categories to FAQs.
  • Display FAQs Categorywise on Frontend.
  • Also provided GraphQL Endpoints to check the FAQ listing data with GraphQL

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Magelearn
  • Enable the module by running php bin/magento module:enable Magelearn_Categoryfaq
  • Apply database updates by running php bin/magento setup:upgrade*
  • Run Code compile php bin/magento setup:d:c*
  • Static content deploy php bin/magento setup:s:d*
  • Flush the cache by running php bin/magento cache:clean and php bin/magento cache:flush

GraphQL Query

{
  faq {
    allFaqs {
      id
      title
      answer
      status
      categoryName
    }
  }
}

Configuration

Dashboard-Magento-Admin.png

FAQ-Categories-FAQ-Categories.png

New-Category-Categorys-Magento-Admin.png

Screenshot-from-2022-05-02-19-11-47.png

Screenshot-from-2022-05-02-19-13-26.png

About

Magento2 FAQ by categories module displays frequently asked questions on separate FAQ page using a custom jQuery Accordion and also support for GraphQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published