Maestrino
Sign in
← Back to catalog badges for the navigation and the product detail page
sschreier/sschreierbadgenavigationproductdetailpage

badges for the navigation and the product detail page

The extension provide badges for the navigation and the product detail page. The text from the custom badges is set at the custom fields at the product. The background color and the font color of the badges could be set over the configuration or at the product. The custom badges are also displayed...

Shopware 6 Extensions Storefront
no reviews
16 GitHub stars
Open-source author
Extension verified View source
Published Aug 20, 2026
Third-party

Third-party extension, added for convenience. Maestrino has no affiliation with the author.

This is an open-source extension, provided by its author under an open license. We strongly recommend checking out the author's work — and consider donating to the project if you can. Visit the author's project

About this extension

This is the original README of the project, shown as provided by its authors.

A extension for badges for the navigation and the product detail page. The text from the custom badges is set at the custom fields at the product. The background color and the font color of the badges could be set over the configuration or at the product. The custom badges are also displayed when assigning a product page layout. When you increase the value from the constant NUMBER_BADGES in the file SschreierBadgeNavigationProductDetailPage.php in the src-directory before the installation, you can add so much badges as you like.

Possible Configurations

  • select, if the discount badge should be shown in the category lists
  • select, if the discount badge should be shown on the product detail page
  • select, if the topseller badge should be shown in the category lists
  • select, if the topseller badge should be shown on the product detail page
  • select, if the new badge should be shown in the category lists
  • select, if the new badge should be shown on the product detail page
  • select, if the out of stock badge should be shown in the category lists
  • select, if the out of stock badge should be shown on the product detail page
  • set the background color of the out of stock badge
  • set the font color of the out of stock badge
  • set the content of the out of stock badge via snippet
  • select, if the custom badge 1 should be shown in the category lists
  • select, if the custom badge 1 should be shown on the product detail page
  • select, if the colors of the custom badge 1 should be set via the configuration
  • set the background color of the custom badge 1
  • set the font color of the custom badge 1
  • select, if the custom badge 2 should be shown in the category lists
  • select, if the custom badge 2 should be shown on the product detail page
  • select, if the colors of the custom badge 2 should be set via the configuration
  • set the background color of the custom badge 2
  • set the font color of the custom badge 2
  • select, if the custom badge 3 should be shown in the category lists
  • select, if the custom badge 3 should be shown on the product detail page
  • select, if the colors of the custom badge 3 should be set via the configuration
  • set the background color of the custom badge 3
  • set the font color of the custom badge 3
  • select, if the custom badge 4 should be shown in the category lists
  • select, if the custom badge 4 should be shown on the product detail page
  • select, if the colors of the custom badge 4 should be set via the configuration
  • set the background color of the custom badge 4
  • set the font color of the custom badge 4
  • select, if the custom badge 5 should be shown in the category lists
  • select, if the custom badge 5 should be shown on the product detail page
  • select, if the colors of the custom badge 5 should be set via the configuration
  • set the background color of the custom badge 5
  • set the font color of the custom badge 5

Available snippets

  • badgeOutOfStockText
  • badgeText
  • boxLabelDiscount

How to install the extension

via zip and console (recommended)

  1. Download the latest SschreierBadgeNavigationProductDetailPage-master.zip.
  2. Unzip the zip file and rename the folder to SschreierBadgeNavigationProductDetailPage.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierBadgeNavigationProductDetailPage

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierBadgeNavigationProductDetailPage"
    }
],
  1. Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierbadgenavigationproductdetailpage
bin/console plugin:refresh
bin/console plugin:install --activate SschreierBadgeNavigationProductDetailPage

via https://packagist.org

  • Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierbadgenavigationproductdetailpage
bin/console plugin:refresh
bin/console plugin:install --activate SschreierBadgeNavigationProductDetailPage

via zip upload

  1. Download the latest SschreierBadgeNavigationProductDetailPage-master.zip.
  2. Unzip the zip file and rename the folder to SschreierBadgeNavigationProductDetailPage.
  3. Zip the folder to SschreierBadgeNavigationProductDetailPage.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

extension update (zip)

  1. Download the latest SschreierBadgeNavigationProductDetailPage-master.zip.
  2. Unzip the zip file and rename the folder to SschreierBadgeNavigationProductDetailPage.
  3. Zip the folder to SschreierBadgeNavigationProductDetailPage.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

custom badge in navigation

custom badge in navigation

custom badge on product detail page

custom badge on product detail page

extension configuration part 1

extension configuration part 1

extension configuration part 2

extension configuration part 2

extension configuration part 3

extension configuration part 3

extension configuration part 4

extension configuration part 4

custom badges in shopware administration

custom badge in shopware administration

Reviews

no reviews

No reviews yet. Customers who have licensed this extension can leave the first one.

Only customers who have licensed this extension can write a review. Write yours from your dashboard.

Links

Free — open source

No account needed — download directly, or subscribe to manage it in your workspace.

View this on GitHub
Install via Composer without an account
composer require sschreier/sschreierbadgenavigationproductdetailpage

Subscribing also keeps you informed about updates, and lets the provider reach you when needed.

Sign in to subscribe

We will bring you straight back here.