You cannot disable just billing, but in 2.6 you will be able to remove the edit address screen via a filter on the navigation. I presume you could add a new custom section to show only shipping address too if needed, but this would be a more advanced customisation I cannot assist with.
jobs.wordpress.net if you need it built.
Hi Mike.
I’ve updated to 2.6 but can’t find the ‘navigation’you refer to.
Can you give further direction?
Thanks
Hi deagonbm,
2.6 added in tabs to the My Account page: http://cld.wthms.co/18ZL1/2bqT93Rx
You can remove the whole “addresses” tab using this filter: https://github.com/woothemes/woocommerce/blob/master/includes/wc-account-functions.php#L109
You could also override and edit this template to remove the billing address: https://github.com/woothemes/woocommerce/blob/master/templates/myaccount/my-address.php
If you aren’t comfortable with code, you can get some paid help from http://jobs.wordpress.net/ or http://codeable.com
(Side note: Why do you need to remove the billing address? There is an option in WooCommerce to only ship to billing address which will remove the shipping address section, but not the other way around.)