I want to create a free shipping coupon for my customers. Basically if they enter proper coupon code they will not pay for shipping. I have tried to select Applicable line items to be Shipping checked. Unfortunately it gives 100% discount on whole order total (makes it free order), instead of eliminating all shipping costs.

I have also researched this post (with last activity 5 years ago) and have created a parallel solution:
https://www.drupal.org/node/276498
But did not quite work for me, as in this approach on order there are 2 line items and both are equal to $0 (shipping =$0, coupon = $0)

I am hoping that if I use coupon module approach (without flat rate shipping approach) I would have on order like shipping =$10 and coupon =-$10.

Am I doing something wrong with coupon module configuration, or is free shipping coupon option not supported right now with coupon module?

Comments

rakun created an issue.