Hi,
I need to sell some products that have Free shipping so I set them as virtual products and then included this line so that the “ship to another address” appears at the checkout page:
add_filter( ‘woocommerce_cart_needs_shipping_address’, ‘__return_true’, 50 );
The problem is that the Shipping address does not appear in the New Customer Order email.
How can I get the shipping address for Virtual products into the new order template – admin-new-order.php
Or, is there another way I can send some products free of shipping, but let other products added to cart incur regular shipping.
Thank you!