solution25 / sales-channel-specific-content
Custom plugin for per sales channel product data.
Package info
github.com/solution25com/sales-channel-specific-content-shopware-6-solution25
Type:shopware-platform-plugin
pkg:composer/solution25/sales-channel-specific-content
Requires
- php: ^7.4 || ^8.0
- shopware/core: ^6.4 || ^6.5 || ^6.6 || ^6.7
Requires (Dev)
README
Sales Channel Specific Content is a Shopware 6 plugin that allows product content to be customized per sales channel.
The plugin adds a custom Content tab to the product detail page in the Shopware Administration. From that tab, shop managers can select a sales channel and maintain alternative product content for that specific channel. On the storefront, the plugin loads the matching record for the current sales channel and applies the configured product data.
Features
- Adds a
Contenttab to the Shopware product detail administration view. - Stores custom product content per product and sales channel.
- Replaces selected product fields on storefront product pages when sales-channel-specific content exists.
- Supports HTML content for rich descriptions and additional information.
- Adds custom long description, product features, and "What's included" content to the storefront product description tab.
- Supports sales-channel-specific SEO fields.
- Keeps default Shopware product content as fallback when no custom content exists for the active sales channel.
Editable Fields
The Content tab currently supports these fields:
| Field | Purpose | Storefront behavior |
|---|---|---|
| Sales Channel | Selects which sales channel the content belongs to. | Used to decide which custom content record applies. |
| Product Name | Alternative product name for the selected sales channel. | Replaces the product name on the storefront for that sales channel. |
| Short Description | Alternative short/default product description. | Replaces Shopware's normal product description text. |
| Long Description | Extra detailed description for the selected sales channel. | Rendered below the normal description in the product description tab. |
| Product Features | Feature content for the selected sales channel. | Rendered below the long description. |
| What's Included | Included-items content for the selected sales channel. | Rendered below product features. |
| SEO Title | Alternative SEO title. | Applied to product metadata/title behavior. |
| SEO Keywords | Alternative SEO keywords. | Stored and mapped to product translated metadata. |
| SEO Description | Alternative SEO description. | Applied to product metadata behavior. |
Administration Usage
- Go to
Catalogues > Products. - Open the product you want to customize.
- Open the
Contenttab. - Select the target sales channel.
- Enter the content for that product and sales channel.
- Click
Save. - Open the product in the selected storefront sales channel to verify the result.
Each saved record belongs to one product and one sales channel. Changing the selected sales channel in the tab loads a different record.
Installation
Install the plugin package with Composer:
composer require solution25/sales-channel-specific-content
Troubleshooting
The Content tab is not visible
Run:
bin/console plugin:refresh bin/console plugin:install --activate SalesChannelSpecificContent bin/build-administration.sh bin/console cache:clear
Compatibility
- Shopware 6.4, 6.5, 6.6, 6.7
Author
Developed and maintained by solution25.
License
MIT License