Open rene-schwabe opened 3 months ago
Hello @rene-schwabe
we do have a "Ship Through Mollie" button in order overview, here you can select how many items are shipped in which quantity, then you can send them to mollie. The order is marked as partially shipped then.
You can then either use the button again and send another batch of items, or you can switch the delivery status to delivered in shopware and then all remaining items will be shipped to mollie (if automatic shipment is enabled in plugin config)
Also we provide the ship functions over API so it can be added to ERP for example
Payment expiration cannot be cancelled, the default expiration in mollie is 28 days, some merchants can extend this value on mollie side and you can configure the value in "Order Lifetime Days"
Or do i misunderstood the usecase?
Best Regards,
Vitalij
Implement Automatic Partial Order Shipping for Mollie Integration
Problem
Currently, when only part of an order is shipped, the entire order remains fully open in Mollie. This can lead to payment expiration after a certain period, especially problematic for Klarna invoice purchases. If the payment expires, the merchant doesn't receive any money for the shipped items.
Impact
Desired Solution
Implement an automatic method for handling partial deliveries in the Mollie integration:
Benefits
Additional Context
This feature is crucial for stores processing several thousand orders per month, where manual confirmation of partial shipments is not feasible.
Acceptance Criteria
Priority
High - This issue significantly impacts revenue collection and customer experience.