title | issue |
---|---|
Fixed Double Opt In Registration redirect to account page even in order process |
NEXT-12394 |
- Added
\Shopware\Core\Migration\Traits\MailSubjectUpdate
class which is a data transfer object for updating a mail's subject - Added
updateMailSubject
,updateEnMailSubject
,updateDeMailSubject
in\Shopware\Core\Migration\Traits\UpdateMailTrait
to support update a mail's subject in DE and EN languages - Changed
\Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute::getDoubleOptInEvent
to append theredirectTo
from request parameters intoCustomerDoubleOptInRegistrationEvent
's confirm url - Changed text
registration
tosign-up
of subject, plain text and html text in the registration mail english templates - Added
translated
getter in the default email template's translatable variables for Registration email template.
- Changed
\Shopware\Storefront\Controller\RegisterController::confirmRegistration
to redirect the page toredirectTo
after the account confirmation process finished if theredirectTo
is set in the request's query