How can I add additional order statuses in Shopify? When I add an app block with custom order statuses to the order status page, the newly created statuses appear, but the default Shopify statuses are also displayed, making it cluttered and unclear. Does anyone know how to resolve this? Thank you!
Hi
You can try this
Customize>Order Status Page> Find the App Block where the custom order statuses appear and hide default statuses.
or you can use code for this
Example code (checkout.liquid (or similar))
{% if order.status == 'custom_status_1' or order.status == 'custom_status_2' %}
{{ order.status }}
{% endif %}
Hello,
Thank you for your message. Shopify doesn’t allow me to hide the default status in the editor.
I don’t feel very confident working with code as I’m not a coder. Do you think you could help me with this using code?
Hi,
If you want then sure i can help you.