Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 570 Bytes

2023-03-14-install-shopware-success-with-another-locale.md

File metadata and controls

8 lines (8 loc) · 570 Bytes
title issue
Install Shopware success with another locale
NEXT-25623

Storefront

  • Changed the getSalesChannelConfiguration function in src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php to get default snippet set.
  • Added the guessSnippetSetId function in src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php to get default snippet set if snippet set not exists.
  • Changed the getSnippetSetId function in src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php to remove throw exception.