How can I remove conditional logic from a draft order invoice?

Topic summary

Issue: In a store’s draft order invoice email, a conditional block (lines 72–78) removes the “reserve inventory” line when a custom message is present.

Request: Guidance on how to remove that conditional logic so the reserve inventory line always appears (i.e., is not omitted due to a custom message).

Details: The specific code isn’t included in the post; a screenshot is referenced that likely shows the relevant section. Tags indicate a JavaScript/optimization context, though the exact template language isn’t confirmed.

Status: No solutions or code suggestions yet. The discussion is open and unresolved.

Unanswered needs: The exact conditional snippet (lines 72–78) and template context are required to provide precise steps for removing or modifying the condition that hides the reserve inventory line.

Summarized with AI on January 13. AI used: gpt-5.

Hello all! I am in need of help with the code for my stores draft email. Currently, there is a conditional logic entered from line 72-78, which essentially removes the reserve inventory line if there is a custom message entered into the draft order invoice.

Does anyone know how to remove the conditional logic associated with the reserve inventory? Thank you!