shipping->load_shipping_methods() as $method ) { $default_shipping_method = get_option('woocommerce_default_shipping_method'); echo ''; } ?>
id, false ) . ' />

' . $method->get_title() . '
' . __('Method ID', 'woocommerce') . ': ' . $method->id . '

'; if ($method->enabled == 'yes') echo 'yes'; else echo 'no'; echo '