• Does your WooCommerce Deposit and Down Payments plugin call the WooCommerce method WC_Order::status_transition() so that the action ‘woocommerce_order_status_changed’ that other plugins use to trigger an event is informed?

    I have this problem. I have WC connected to a bookkeeping account.
    When i pay and complete a deposit (order #1 in WC) an invoice from that system is NOT automatically send.
    There’s an option to ‘manually’ send the invoice from any order# or date(range). When i use that option (order #12xx) the invoice is sent out.
    So the order is there and the bookkeeping plugin sees and ‘understands’ it.

    When you pay the ‘child’ order from your account, the invoice DOES get sent out immediately.

    When i disable the plugin or enable it but choose ‘No deposit’ in the product so i basically end up with 1 order, it all works well.

    In the proces of automation i’m building for my client this is an important feature.
    I’ve asked the developer of the bookkeeping plugin what the problem might be and he said it could basically be one of 2 options.
    This is the second option. See my opening question.

    Thanks,
    Ronald

    The page I need help with: [log in to see the link]

  • The topic ‘Does it call the WooCommerce method WC_Order::status_transition() ?’ is closed to new replies.