Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pinal.shah

    (@pinalshah)

    Hi @vadimprt,

    When a request for a quote comes through, a WC order with the status ‘Pending Payment’ is created. So any hooks associated with that event should help you.

    I’ve not used any custom hooks for this.

    Maybe the hook woocommerce_order_status_$STATUS_TRANSITION can be used as woocommerce_order_status_pending might help you.

    Thanks,
    Pinal

    Hi @pinalshah

    But is there a way to set a custom status (prior created), for quote requests?

    I guess we can edit core plugin, but is there another way via hook?

    Thanks
    Aldo

    Plugin Author pinal.shah

    (@pinalshah)

    Hi Aldo,

    I apologize for the delay in response. Since no payment is made the order is set to pending-payment.

    I’ll check and let you know if its possible to use a hook to achieve setting a custom status.

    Pinal

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Action and Filter Hook Reference’ is closed to new replies.