• Hi,

    We have troubleshoot the fetching order error from the Woocommerce App by diasbling and enabling plug ins one by one and realised that the app “YITH WooCommerce Product Add-ons & Extra Options” is the one causing an error.

    Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Please, could you provide me more information about how I can reproduce the problem?

    Could you please enable debug log and see if you can see a fatal error? By default, our plugin sends the addons information and order item meta.

    I’m looking forward your response.

    Have a good day.

    Thread Starter waxwa

    (@waxwa)

    Hi,

    I have installed Yith Product add on plug in on my single product and created add on options to increase price on the base price i.e base product $25 and additional options to the product with various prices.

    When selected one of the options to be added to the based price, the orders doesn’t pull through to the woocommerce app.

    Error “Fail fetching orders”

    When the add on plug in is deactivated the orders are pulling through.

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well ??

    Please, try to add the following code in the functions.php of your active theme

    if( function_exists('YITH_WAPO') ) {
        remove_filter('woocommerce_rest_prepare_shop_order_object', array(YITH_WAPO(), 'filter_addons_metas'), 100, 3);
    
    }

    It should prevent the plugin to modify the information via API REST.

    Please, try it and let me know.

    Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error Fetching Orders – WooCommerce Product Add On’ is closed to new replies.