2. Installation
Installing the plugin
Via the Shopware Store
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
Manual installation via ZIP
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
First steps after installation
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.
CLI command
The plugin provides a console command for manual aggregation:
The --dry-run flag shows what would be aggregated without making any database changes.
Notes
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