PHPackages                             markshust/magento2-module-product-qa - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. markshust/magento2-module-product-qa

ActiveMagento2-module[Testing &amp; Quality](/categories/testing)

markshust/magento2-module-product-qa
====================================

Magento 2 module that implements a Q&amp;A feature on product pages where customers can ask and answer questions

1.0.0(1y ago)40OSL-3.0PHPPHP ~8.1.0||~8.2.0

Since Mar 15Pushed 1y ago2 watchersCompare

[ Source](https://github.com/markshust/magento2-module-product-qa)[ Packagist](https://packagist.org/packages/markshust/magento2-module-product-qa)[ RSS](/packages/markshust-magento2-module-product-qa/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Magento 2 Product Q&amp;A Module
================================

[](#magento-2-product-qa-module)

A Magento 2 module that implements a Q&amp;A feature on product pages where customers can ask and answer questions.

Features
--------

[](#features)

- Questions and answers on product pages
- User-friendly forms for question and answer submission
- Admin management of questions and answers
- Moderation system with approval workflow
- Works for guest users and logged-in customers
- Full emoji support
- Fully responsive design

Installation
------------

[](#installation)

```
# Install via composer
composer require markshust/magento2-module-product-qa

# Enable the module
bin/magento module:enable MarkShust_ProductQA

# Run setup upgrade
bin/magento setup:upgrade

# Flush cache
bin/magento cache:flush
```

Database Configuration
----------------------

[](#database-configuration)

For full emoji support, you must configure your database connection to use `utf8mb4` encoding. Edit your `app/etc/env.php` file and modify the database connection section:

```
'db' => [
    'table_prefix' => '',
    'connection' => [
        'default' => [
            'host' => 'db',
            'dbname' => 'magento',
            'username' => 'magento',
            'password' => 'magento',
            'model' => 'mysql4',
            'engine' => 'innodb',
            'initStatements' => 'SET NAMES utf8mb4;',
            'active' => '1',
            'driver_options' => [
                1014 => false,
                \PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8mb4'
            ]
        ]
    ]
],
```

After making these changes, clean the cache and restart your PHP process:

```
bin/magento cache:clean
```

Usage
-----

[](#usage)

1. Navigate to the product page to see the Q&amp;A tab
2. Users can submit questions about the product
3. Other users can answer the questions
4. Admins can moderate questions and answers from the admin panel under Catalog &gt; Product Q&amp;A

Admin Configuration
-------------------

[](#admin-configuration)

The module provides administrative interfaces at:

- **Catalog &gt; Product Q&amp;A &gt; Questions** - Manage product questions
- **Catalog &gt; Product Q&amp;A &gt; Answers** - Manage answers to questions

Questions and answers require admin approval before appearing on the frontend.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

421d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1ee75bbeb9e6e4e83769c56197973d49f1dec7e509da22f7eb42c16fddf1012?d=identicon)[markshust](/maintainers/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (1 commits)")

### Embed Badge

![Health badge](/badges/markshust-magento2-module-product-qa/health.svg)

```
[![Health](https://phpackages.com/badges/markshust-magento2-module-product-qa/health.svg)](https://phpackages.com/packages/markshust-magento2-module-product-qa)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[tddwizard/magento2-fixtures

Fixture library for Magento 2 integration tests

146438.6k9](/packages/tddwizard-magento2-fixtures)[hyva-themes/magento2-react-checkout

Highly customizable Magento 2 Checkout, built with React

189169.8k1](/packages/hyva-themes-magento2-react-checkout)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
