Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Prevent after order address manipulation
issue: NEXT-14672
author_github: @Dominik28111
---
- Chaned method
Shopware\Core\Checkout\Cart\Order\OrderConverter::assembleSalesChannelContext()
to set ruleIds from order.
- Changed
Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
to use the salesChannelContext of the order instead of the current.
- Changed
Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader
to use the salesChannelContext of the order instead of the current. - Added twig variable
order
tosrc/Storefront/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig
. - Added twig variable
deliveries
tosrc/Storefront/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig
. - Added twig variable
order
tosrc/Storefront/Resources/views/storefront/page/checkout/finish/finish-address.html.twig
. - Added twig variable
deliveries
tosrc/Storefront/Resources/views/storefront/page/checkout/finish/finish-address.html.twig
.