Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecruzchavez/gdw_faqs
Frequently Asked Questions (FAQs) for Magento 2
https://github.com/josecruzchavez/gdw_faqs
accordeon category faqs free gdw magento magento2 module product schema seo tabs widget
Last synced: 9 days ago
JSON representation
Frequently Asked Questions (FAQs) for Magento 2
- Host: GitHub
- URL: https://github.com/josecruzchavez/gdw_faqs
- Owner: josecruzchavez
- License: gpl-3.0
- Created: 2023-07-13T07:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T22:27:33.000Z (9 months ago)
- Last Synced: 2024-04-25T13:20:33.582Z (7 months ago)
- Topics: accordeon, category, faqs, free, gdw, magento, magento2, module, product, schema, seo, tabs, widget
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![gdw_faqs](https://php.gdw.mx/github_assets/gdw_faqs/gdw_faqs_01.jpg)
# GDW FAQs para Magento 2
[![Latest Stable Version](http://poser.pugx.org/gdw/faqs/v?style=for-the-badge)](https://packagist.org/packages/gdw/faqs) [![Total Downloads](http://poser.pugx.org/gdw/faqs/downloads?style=for-the-badge)](https://packagist.org/packages/gdw/faqs) [![PHP Version Require](http://poser.pugx.org/gdw/faqs/require/php?style=for-the-badge)](https://packagist.org/packages/gdw/faqs)
Este módulo tiene la finalidad de agregar Preguntas frecuentes (FAQs) a Magento 2.
## Compatibilidad
✓ Magento 2.3.x, ✓ Magento 2.4.x## 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/faqsphp 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/faqsphp 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:disbale 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
* 📢 Comenta a otros sobre este proyecto.
* 👨🏽💻 Da las gracias públicamente.
* [🍺 Invítame una cerveza](https://www.paypal.me/gestiondigitalweb)### Otros enlaces
* [ Sitio web](https://gdw.mx/?utm_source=github&utm_medium=gdw&utm_campaign=faqs&utm_id=link)
* [Listado de Módulos](https://gdw.mx/modulos/)
* [Facebook](https://www.facebook.com/GestionDigitalWeb)
* [Youtube](https://www.youtube.com/c/Gestiondigitalweb)