Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 961 Bytes

2021-09-10-checkout-register-create-guest-account-default.md

File metadata and controls

21 lines (19 loc) · 961 Bytes
title issue author author_email author_github
Checkout register create guest account default
NEXT-16236
Sebastian Seggewiss
s.seggewiss@shopware.com
seggewiss

Core

  • Added createCustomerAccountDefault bool input field to system config domain core.loginRegistration

Storefront

  • Added block component_account_register_create_account to views/storefront/component/account/register.html.twig
  • Changed request parameter which decides if a customer account is created from guest to createCustomerAccount for \Shopware\Storefront\Controller\RegisterController::register
  • Changed text for general.privacyNotice snippet

Upgrade Information

RegisterController::register

Registering a customer with \Shopware\Storefront\Controller\RegisterController::register now requires the request parameter createCustomerAccount to create a customer account. If you dont specify this parameter a guest account will be created.