Download the PHP package solution25/sales-channel-specific-content without Composer

On this page you can find all versions of the php package solution25/sales-channel-specific-content. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sales-channel-specific-content

Sales Channel Specific Content for Shopware 6

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

These fields are configurable individually for each sales channel you select.

πŸ“¦ Installation

Install via composer:

Then install & activate the plugin via CLI:

Alternatively, you can upload it via the admin panel if you clone/download it manually.

βœ… Compatibility

πŸ”§ Configuration

  1. Go to Catalogues > Products in the admin panel.
  2. Open a product and navigate to the Content tab.
  3. Choose the sales channel from the dropdown.
  4. Fill in or override product data fields as needed.
  5. Click Save.

Each field will be saved only for the selected sales channel.

MultiChannel Content Plugin - API Documentation

This documentation describes the custom Admin API endpoints provided by the MultiChannel Content Plugin for Shopware 6.
This plugin allows administrators and backend services to manage product-specific content for individual sales channels.
It supports fetching, saving, and deleting customized content and related images per sales channel.


Get Sales Channel Specific Content

Endpoint
GET /api/product/sales-channel-content/{id}

Description
Fetches all sales channel-specific content and associated images for a given product.

Request Headers

Example Request

Successful Response


Save/Update Sales Channel Specific Content

Endpoint
POST /api/product/sales-channel-content/{id}

Description
Saves or updates sales channel-specific content and images for the given product.

Request Headers

Example Request Body

Successful Response

Error Response


Delete Sales Channel Specific Content

Endpoint
DELETE /api/product/sales-channel-content/{SalesChannelContentId}

Description
Deletes the sales channel-specific content and all related images for the provided SalesChannelContent ID.

Request Headers

Example Request

Successful Response

Error Response


Authentication

All endpoints require a valid Admin API Bearer token.
You can obtain this via the standard Shopware Admin API authentication process.

πŸ§‘β€πŸ’» Authors

Developed and maintained by Solution25

πŸ“„ License

MIT License


All versions of sales-channel-specific-content with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
shopware/core Version ^6.4 || ^6.5 || ^6.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package solution25/sales-channel-specific-content contains the following files

Loading the files please wait ....