When the customer order is placed, I would like if free shipping has been used, to remove shipping info
from the order confirmation mail to the customer.
Is it possible to achieve this?
When the customer order is placed, I would like if free shipping has been used, to remove shipping info
from the order confirmation mail to the customer.
Is it possible to achieve this?
Copyright © 2021 Jogjafile Inc.
This is possible with this custom hooked function (but from all email notifications):
Code goes in function.php file of your active child theme (or theme) or also in any plugin file.
This code is tested and works.