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

    (@webtoffeesupport)

    Hi @darko84m,


    Thank you for reaching out to us.


    Could you please clarify if you need to trigger a hook after each individual order is imported or after the entire order import process is completed? Currently, we have a hook that is triggered after each batch of orders is imported. If this fits your requirement, you can use this hook.

    wt_iew_importer_do_import_basic

    Additionally, could you please provide more details about your requirements?

    Thread Starter Darko Mitrovic

    (@darko84)

    I need a hook that will be triggered after every order

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @darko84m,

    You can use the action hook wt_woocommerce_order_import_inserted_object to trigger an action after the import of every row. If you need a hook before the order row is imported, you can use wt_woocommerce_import_pre_insert_order_object.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hook that is triggered when the Import Order is completed’ is closed to new replies.