This actually resolves the issue, and allows this plugin to function as intended.
// Force Shipping Address on Virtual Products
//
add_filter( 'woocommerce_cart_needs_shipping_address', '__return_true', 50 );
This actually resolves the issue, and allows this plugin to function as intended.
// Force Shipping Address on Virtual Products
//
add_filter( 'woocommerce_cart_needs_shipping_address', '__return_true', 50 );