It will only show one of each type of shipping method: http://cld.wthms.co/1lzrb/5y3ou5LW.
The shipping costs have to be entered manually anyhow though.
What explains the missing/blank methods from the screen shot? https://dl.dropboxusercontent.com/u/9036989/Capture.JPG
In the code, they represent Flat Rate and Local Pickup.
There may be a conflict with the other shipping extensions, what happens if you deactivate them and try to edit the order?
If the issue goes away, please open a ticket through your account at woocommerce.com so that a ninja can take a look.
@jesse
We have disabled each of extensions to address where there may be a conflict. It still does not enable the hidden shipping methods in the drop down menu of the edit order screen.
The extensions are working properly. The only issue we are dealing with is in the logic. Where we were able to select included or exclude shipping methods from the Edit Order + Shipping Methods, it is no longer possible since the upgrade to 2.6.
From the documentation/changes to the Conditional Shipping and Payments extension, we recreated each of the shipping method instances appropriately in order to work with the shipping zones. This works perfectly, until the shipping method has to be changed manually by an admin – the available options are broken or missing. Table Rate appears, but there are no options within the table rate to select. If we can figure out why they are missing, we can work on getting them back. If that is not possible, we need to figure out why Flat Rate and Free Shipping are missing.
According to Caleb, the list should appear according to http://cld.wthms.co/1lzrb/5y3ou5LW, which we could work with if we saw the same thing. However, this is what we see https://dl.dropboxusercontent.com/u/9036989/Capture.JPG
Thanks, Mike – looking forward to the fix.
So. I see this fix fixes the problem. However, when did this go into a release version? We’re on Woo 2.6.4 and my html-order-shipping.php file still has the old line 33 with $method->get_title() instead of $method->get_method_title().
Seems like a commit for this occurred on Aug 12. Should it be in latest release? (although I thought I did read something about the general build failing on Travis CI… ??) https://travis-ci.org/woothemes/woocommerce/builds/151816211