Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 626 Bytes

2021-11-02-limit-variants-to-sales-channel.md

File metadata and controls

11 lines (11 loc) · 626 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Limit variants to sales channel
issue: NEXT-11392
author_github: @Dominik28111
---

Core

  • Deprecated method Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader:load() parameter $salesChannelId will be mandatory in v6.5.0.
  • Changed method Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader::load() to hand over sales channel id to combination loader.

Storefront

  • Deprecated class Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader use Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader instead.