Order discount based on shipping method selected

We’re looking to apply a percentage-off order discount when the customer selects a slower method of shipment. The current order discount limitations seem to indicate it’s not feasible (“Input cart.deliveryGroups is always an empty array for this function”), but wondering if I missed an alternative way. Thank you.

You’d need a checkout extension to populate a cart attribute with the selected delivery method.

1 Like