Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.04 KB

2021-05-25-prevent-after-order-address-manipulation.md

File metadata and controls

17 lines (17 loc) · 1.04 KB
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
---

Core

  • Chaned method Shopware\Core\Checkout\Cart\Order\OrderConverter::assembleSalesChannelContext() to set ruleIds from order.

API

  • Changed Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute to use the salesChannelContext of the order instead of the current.

Storefront

  • Changed Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader to use the salesChannelContext of the order instead of the current.
  • Added twig variable order to src/Storefront/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig.
  • Added twig variable deliveries to src/Storefront/Resources/views/storefront/page/checkout/confirm/confirm-address.html.twig.
  • Added twig variable order to src/Storefront/Resources/views/storefront/page/checkout/finish/finish-address.html.twig.
  • Added twig variable deliveries to src/Storefront/Resources/views/storefront/page/checkout/finish/finish-address.html.twig.