diff --git a/WorkflowsOrdersInitiation.md b/WorkflowsOrdersInitiation.md index 032f717..c3dd149 100644 --- a/WorkflowsOrdersInitiation.md +++ b/WorkflowsOrdersInitiation.md @@ -31,7 +31,7 @@ Also note that if `Order.status` is not of particular interest to you, the same ## Product Resolution -As with the [[Customer resolution|#customer-resolution]], some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur: +As with the "Customer Resolution" (above), some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur: 1. OrderProduct is created with `OrderProduct.product` set to `None`. 1. `OrderProduct.initial_description` is set according to user input, for help in Product identification later.