Can I add a serial number field to the existing fulfillment page?

I want to modify the existing fulfillment_order page:

… to include a field for a serial number. I know there are several apps that help with serial numbers, however, I do not want to require our pickers to jump out to another page/app. I want the built-in fulfillment page to come up with the new field, in focus, so a barcode scanner can fill it and move on.

Is this possible?

Hello @kallenconsult ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Templates → order-status.liquid, fulfillment.liquid, or similar

Add the autofocus attribute to the HTML input element associated with the field. For example:


Save changes

Hope this can help.

Transcy

I certainly appreciate the help! However, I can’t find the page where fulfillment happens. I searched the templates and there’s nothing close to fulfillment.liquid or order-status.liquid.

When I put “fulfillment” in the search “Search Files…” bar, it returns nothing. Even looked for the text “Notify” and nothing came up–which is weird because the code has to come from somewhere!