solution25 / sales-channel-specific-content
Custom plugin for per sales channel product data.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ^7.4 || ^8.0
- shopware/core: ^6.4 || ^6.5 || ^6.6
This package is not auto-updated.
Last update: 2025-06-19 10:30:32 UTC
README
This plugin allows you to define sales channel specific content for each product in your Shopware 6 store. It adds a new "Content" tab on the product detail page within the Shopware administration panel. From this tab, you can configure how product details (descriptions, SEO data, features, etc.) appear per sales channel.
π Features
- Adds a Content tab in the product detail admin view.
- Enables different product data for each Sales Channel.
- Editable content includes:
- Product name & URL
- Long & short description
- SEO title, keywords, and description
- Whatβs included
- Product features
- Wholesale & retail prices
These fields are configurable individually for each sales channel you select.
π¦ Installation
Install via composer:
composer require solution25/sales-channel-specific-content
Then install & activate the plugin via CLI:
bin/console plugin:install --activate SalesChannelSpecificContentShopware6 bin/console cache:clear
Alternatively, you can upload it via the admin panel if you clone/download it manually.
β Compatibility
- Shopware 6.4+
- Tested up to Shopware 6.6
π§ Configuration
- Go to Catalogues > Products in the admin panel.
- Open a product and navigate to the Content tab.
- Choose the sales channel from the dropdown.
- Fill in or override product data fields as needed.
- Click Save.
Each field will be saved only for the selected sales channel.
π§βπ» Authors
Developed and maintained by Solution25
π License
MIT License