In Drupal 9, I’ve outlined Drupal Development Company following order workflow for Drupal Commerce:
miss_pomela_fulfillment_processing: id: miss_pomela_fulfillment_processing group: commerce_order label: 'Miss Pomela Achievement, with processing' states: draft: label: Draft pending: label: Pending processing: label: En preparación packed: label: Able to ship success: label: Shipped accomplished: label: Accomplished canceled: label: Canceled transitions: place: label: 'Create order' from: [draft] to: pending course of: label: 'Course of order' from: [pending] to: processing fulfill: label: 'Mark as able to ship' from: [processing] to: packed ship: label: 'Ship' from: [packed] to: success full: label: 'Mark as accomplished' from: [processing, pending, packed, fulfillment] to: accomplished cancel: label: 'Cancel order' from: [draft, processing, fulfillment, pending, completed] to: canceled
I am attempting to know the right way to sync Drupal Development Company order state with Drupal Development Company delivery state Drupal Development Company means I would like.
Proper now, with this workflow, Drupal Development Company delivery state modifications robotically to Shipped when Drupal Development Company packed state order is about, so when Drupal Development Company fulfill transition is happens. However what I need to have is Drupal Development Company delivery state as Prepared when Drupal Development Company state order is packed, and shipped when Drupal Development Company state order is success.
I’ve tried to learn how to inform Drupal Development Company delivery module the right way to set the right way to synchronize each states however I am a bit misplaced.
Any concepts?