承接 solution25/sales-channel-specific-content 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

solution25/sales-channel-specific-content

最新稳定版本:1.1.1

Composer 安装命令:

composer require solution25/sales-channel-specific-content

包简介

Custom plugin for per sales channel product data.

README 文档

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 Content tab 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.
salesChContext

Administration Usage

  1. Go to Catalogues > Products.
  2. Open the product you want to customize.
  3. Open the Content tab.
  4. Select the target sales channel.
  5. Enter the content for that product and sales channel.
  6. Click Save.
  7. 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.

Screenshot 2026-04-20 at 10 47 10 Screenshot 2026-04-17 at 17 01 30

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

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-21