Title: Empty Shipping Method List
Last modified: October 10, 2016

---

# Empty Shipping Method List

 *  Resolved [iaeSAUDI](https://wordpress.org/support/users/iaesaudi/)
 * (@iaesaudi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/empty-shipping-method-list/)
 * When I’m adding a new order in POS page, I try to add shipping to the order as
   delivery for example. but found the Shipping Method list empty, only appears 
   N/A and 3 empty options and Other.
    Here is the HTML code from select box:
 *     ```
       <select class="c-select" name="method_id" id="method_id">
       <option value="">N/A</option>
       <option value="flat_rate"></option>
       <option value="free_shipping"></option>
       <option value="local_pickup"></option>
       <option value="other">Other</option>
       </select>
       ```
   
 * and here is a screenshot for your referance:
    [⌊Empty Shipping Method⌉](https://i0.wp.com/s18.postimg.org/l47v2i809/Screen_Shot_2016_10_10_at_5_27_41_PM.png?ssl=1)
 * Please help me fixing this issue.

Viewing 1 replies (of 1 total)

 *  Thread Starter [iaeSAUDI](https://wordpress.org/support/users/iaesaudi/)
 * (@iaesaudi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/empty-shipping-method-list/#post-8274888)
 * I have fixed it by changing this line inside:
    File: `/includes/class-wc-pos-
   params.php` Line: `209`
 * Replace: `$method->get_title()` with `$method->get_method_title()`
 * It may help you in supporting the latest WC.

Viewing 1 replies (of 1 total)

The topic ‘Empty Shipping Method List’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pos/assets/icon-256x256.png?rev=3109703)
 * [WCPOS - Point of Sale (POS) plugin for WooCommerce](https://wordpress.org/plugins/woocommerce-pos/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pos/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pos/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pos/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pos/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pos/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [iaeSAUDI](https://wordpress.org/support/users/iaesaudi/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/empty-shipping-method-list/#post-8274888)
 * Status: resolved