List hook yang terkait dengan order processing
List hook yang terkait dengan order processing
Ketika status order baru DIBUAT
sejoli/order/new
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order baru saja dibuat
Ketika status order ON HOLD / MENUNGGU PEMBAYARAN
sejoli/order/set-status/on-hold
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi ON HOLD / MENUNGGU PEMBAYARAN
Ketika status order CANCELLED / DIBATALKAN
sejoli/order/set-status/cancelled
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi ON HOLD / MENUNGGU PEMBAYARAN
Ketika status order REFUNDED
sejoli/order/set-status/refunded
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi REFUNDED
Ketika status order SHIPPED / DIKIRIM
sejoli/order/set-status/shipped
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi SHIPPED / DIKIRIM.
Status order ini hanya khusus untuk order dengan item FISIK
Ketika status order IN PROGRESS / DALAM PROSES
sejoli/order/set-status/in-progress
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi IN PROGRESS / DALAM PROSES.
Status order ini hanya khusus untuk order dengan item FISIK
Ketika status order COMPLETED / SELESAI
sejoli/order/set-status/completed
Hook type : action
Parameter : array $order_data
Hook ini akan dipanggil ketika status order berubah menjadi COMPLETED / SELESAI