Conditional Checkout Fields & Edit Checkout Fields for WooCommerce

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 );
1 Like