• Resolved iaeSAUDI

    (@iaesaudi)


    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

    Please help me fixing this issue.

Viewing 1 replies (of 1 total)
  • Thread Starter iaeSAUDI

    (@iaesaudi)

    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.