- Issue created by @dbroll
I have a site I'm building for a client that manually enters customer orders using the admin interface. I've created two different shipping methods. One that calculates the value based on the total order value and another that is for free shipping (local pickup). I cannot figure out how to create a shipping method that allows me to enter a custom amount for the shipping cost using the shipment page (/admin/commerce/orders/46/shipments/add/default). Does anyone know of a method for accomplishing this?
I guess a potential alternative is to use the line item adjustments to add a shipping value, and then use the "local pickup / $0" shipping method. Then I can add a custom price for the shipping amount, while still using the shipment feature to send customer emails with tracking/line item details.
Active
2.0
Code