2. Installation
Last updated
Log in to the Shopware Administration
Navigate to Extensions → Store
Search for "Sold Count Display" and click Install
The plugin is downloaded and activated automatically
Download the plugin ZIP file
In the Administration, navigate to Extensions → My extensions
Click Upload extension and select the ZIP file
Once uploaded, the plugin appears in the list — click Install
Enable the plugin using the toggle switch
The plugin is ready to use right after activation. However, sold count badges will only appear once the first aggregation run has completed (scheduled to run once per day by default).
For immediate results, trigger the aggregation manually:
Once the aggregation finishes, badges will appear on product detail pages and in listings.
The plugin provides a console command for manual aggregation:
The --dry-run flag shows what would be aggregated without making any database changes.
Only orders with status Completed or Paid (partially) are included in the aggregation
For products with variants, sales from all variants are rolled up to the parent product
Changes to the time period filter in the configuration take effect on the next aggregation run
The daily aggregation run is managed by Shopware's scheduled task system
Last updated
bin/console momo:sold-count:aggregate# Run the aggregation
bin/console momo:sold-count:aggregate
# Preview without writing to the database (dry run)
bin/console momo:sold-count:aggregate --dry-run