Woocommerce Orders – Manually Approval Issue

Home Forums Legacy Support Support queries Other issues Woocommerce Orders – Manually Approval Issue

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213516
    wepascience
    Participant
    Hello, I read others topics where you told users to install the autocomplete order plugin, but unfortunally it is NO LONGER AVAILABLE. So how can I fix the manual approval of PayPal orders? I need a fix solution ASAP as we are opening a new platform and we cannot approve each student's order manually.   Thank you
    #213630
    Mk
    Moderator
    You can use another plugin with same features. Refer :https://wordpress.org/plugins/autocomplete-woocommerce-orders/
    #269428
    Makarand Mane
    Spectator
    Only this line will work out issue
    /**
     * Auto Complete all WooCommerce orders.
     * 
     * If product is virtual & downloadable then order marked as complete. 
     * In below code I have returned false to order_item_needs_processing? & every order goes to complete status.
     * If need to check for virual only orders then need to write a function to check product is virtual or not? $_product->is_virtual()
     */
    add_filter( 'woocommerce_order_item_needs_processing', '__return_false' );
    #269583
    Veronica
    Moderator
    hi @makarand thanks to share this information here i hope this will make work for all
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Orders – Manually Approval Issue’ is closed to new replies.