The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
626 Ready
464 Need Help
🏆 Leaderboard
Actively Maintained v4.4.3

GDW FAQs for Magento 2

gdw/faqs

Adds frequently asked questions to Magento 2 products and pages, with automatic FAQ schema markup, multi-store support, grouped FAQs, a product detail tab, and a widget for displaying FAQs anywhere with three layout designs.

576
Downloads
Below average
2
GitHub Stars
Below average
28d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
12 errors , 462 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v4.4.3 on Magento 2.4.9
Jun 7, 2026
v1.0.6 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

GDW FAQs for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

GDW FAQs para Magento 2

Este módulo tiene la finalidad de agregar Preguntas frecuentes (FAQs) a Magento 2.

Compatibilidad

  • Rama 4.4.x: Magento 2.4.4+ con PHP 8.1+
  • Rama 4.x: Magento 2.4.0 a 2.4.3 con PHP 7.4
  • Rama 3.x: Magento 2.3.x con PHP 7.4

Funciones destacadas

  • Agregar preguntas frecuentes FAQs a cada producto.
  • Schema FAQs creados automáticamente.
  • Compatible con multitiendas.
  • Se pueden agrupar FAQs y mostrar en donde sea.
  • Se puede agregar una tab en la vista detalle de producto.
  • Widget para visualizar FAQs en donde sea.
  • 3 diseños.
  • Módulo gratuito.
Ejecuta los siguientes comandos en la ruta base de Magento.

Instalación

composer require gdw/faqs

php bin/magento module:enable GDW_Faqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Actualización

composer update gdw/faqs

php bin/magento module:enable GDW_Faqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Eliminación

php bin/magento module:disable GDW_Faqs
composer remove gdw/faqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Expresiones de Gratitud

Otros enlaces

Documentación

Consulta la documentación del módulo en:

Changelog

Consulta el changelog del módulo en:

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.