How to remove billing details on check out page?
You can achieve disable billing address by using the hooks in functions file of wordpress theme. Use these two hooks below: add_filter( ‘woocommerce_checkout_fields’ , ‘remove_billing_fields_from_checkout’