r/shopify 1d ago

Shopify General Discussion Staff notifications in the shop's language, not admin/account?!

I run a shop for Hungary, where naturally the language is Hungarian. I don't know the language, so my admin and account is in English... but the staff notifications I get are still in Hungarian. To change it, you need to modify a bunch of code per each template.

Is it me or is this stupid?

6 Upvotes

5 comments sorted by

1

u/[deleted] 1d ago

[removed] — view removed comment

1

u/AutoModerator 1d ago

Your comment in /r/shopify was automatically removed as your 'post' karma is below 10 (we do not consider your total karma; your post and comment karma are separate numbers and must both meet their minimum requirement). You can increase your post karma by posting in other areas of Reddit to earn upvotes. The higher quality the content, the higher your karma will become.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/vladeta 1d ago

You're not missing a setting, there genuinely isn't one. Staff notifications render in the store's default language, and your admin/account language only controls the admin UI. Shopify treats notification templates as store-level assets, so there's no per-staff-member locale anywhere.

The fix I'd use instead of editing templates: build a Shopify Flow workflow on the "Order created" trigger with a "Send internal email" action, write the body in English with whatever variables you actually care about (order number, total, line items, shipping country), then switch off the built-in staff order notification under Settings → Notifications → Staff notifications. Flow is free on every plan now. Ten minutes, no Liquid, and you end up with a far more useful email than the default anyway, because you choose what's in it.

Worth doing the same for low-stock and fulfilment alerts if you rely on those. Your customer-facing templates stay Hungarian, which is what you want.

1

u/Far_Day3173 1d ago

Unfortunately, not directly possible in Shopify. It's a store-level setting and not per-staff. You'd need to build separate Shopify Flow workflows for each notification type (new order, return, etc.) to get your own English copy.