• Resolved mardavikia

    (@mardavikia)


    After Update on every Order Summary i get this error

    WARNING: MISSING ARGUMENT 4 FOR VI_WOO_ORDERS_TRACKING_FRONTEND_ORDER_DETAILS::WOOCOMMERCE_ORDER_ITEM_META_END(), CALLED IN /HOME/AFKSTORE/PUBLIC_HTML/V2/WP-INCLUDES/CLASS-WP-HOOK.PHP ON LINE 288 AND DEFINED IN /HOME/AFKSTORE/PUBLIC_HTML/V2/WP-CONTENT/PLUGINS/WOO-ORDERS-TRACKING/INCLUDES/FRONTEND/ORDER-DETAILS.PHP ON LINE 23

Viewing 4 replies - 1 through 4 (of 4 total)
  • kimvt1991

    (@kimvt1991)

    Hi,

    Which theme are you using?
    Are you sure this problem only happens after update?

    I did not get any error like that and when i check the code, there should be no problem with LINE 23 IN /HOME/AFKSTORE/PUBLIC_HTML/V2/WP-CONTENT/PLUGINS/WOO-ORDERS-TRACKING/INCLUDES/FRONTEND/ORDER-DETAILS.PHP

    Best regards

    gelebijtjes

    (@gelebijtjes)

    We also get an error while updating an order with “Bulk set tracking number”. We get a red box containing: “Not enough information”.

    Request URL: https://www.example.nl/wp-admin/admin-ajax.php?_fs_blog_admin=true
    Query String Parameters: _fs_blog_admin: true

    Form Data

    action: wotv_save_track_info_all_item
    action_nonce: e4db0f45b3
    carrier_id: custom_1580761484
    carrier_name: DHL Benelux
    tracking_code: 3STMV1234567
    change_order_status: wc-completed
    send_mail: yes
    add_to_paypal: no
    order_id: 12345
    gelebijtjes

    (@gelebijtjes)

    I have debugged it a little bit further and it appears that the tracking number gets emptied in line #417 of orders-edit-tracking.php. It isn’t a digital delivery, ([“digital_delivery”]=> string(1) “0”). I would expect that line #416 should be:
    if ( $digital_delivery == 1 ) { instead of !=

    Please confirm.

    kimvt1991

    (@kimvt1991)

    Hi,
    Yes that is a bug. It happens with newly added custom carrier after the 1.1.6 update.
    I fix it and release new update for the plugin.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Order Summary error after update’ is closed to new replies.