mateus / module-quantity-products-sold
It counts how many items were sold based on the product ID and lists the quantity on the product page.
Package info
github.com/mateussantin/count-quantity-of-products-sold
Type:magento2-module
pkg:composer/mateus/module-quantity-products-sold
dev-main
2021-11-12 20:58 UTC
This package is auto-updated.
Last update: 2026-03-13 06:06:45 UTC
README
Counts how many items were sold based on the product ID and lists the total quantity on the product page just above the title.
Introduction to installation:
How to install
composer require mateus/module-quantity-products-sold
php bin/magento module:enable Mateus_QuantityProductsSold
php bin/magento setup:upgrade
