Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 535 Bytes

2023-07-24-fix-shipping-cost-editing-by-admin-in-not-default-currency.md

File metadata and controls

7 lines (7 loc) · 535 Bytes
title issue
Fix shipping cost editing by admin in not default currency
NEXT-29081

Core

  • Changed method Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::process for support stored manual edit shipping cost in cart extensions MANUAL_SHIPPING_COSTS, to avoid duplicated calculator cart shipping cost.
  • Changed method Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::calculateDelivery for support skip calculator currency factor when manual edit shipping cost in cart extensions MANUAL_SHIPPING_COSTS.