Zuno Store ​
The Zuno Store lets engineers order parts and tools directly through the app, with next-day delivery to their home or a customer's property. It works by wrapping the Zuno Store Shopify site in a WebView within the app.
INFO
Zuno-assigned jobs already include required materials. The Store is for additional parts or tools engineers may need.
Accessing the Store ​
The Store has its own tab in the bottom navigation bar, alongside Job Offers, Diary, and Availability. It is available in both authenticated and non-authenticated flows. Tapping it opens either the Store introduction screen or an unavailable screen, depending on whether shopping is currently enabled.
Feature Flags ​
Two PostHog feature flags control the Store:
hide-shop-nav— Hides or shows the Store tab entirely. Used for phased rollouts or temporarily removing access.show-shop-content— Controls whether the Store is open for shopping or showing a maintenance message. When disabled, the tab stays visible but users see an unavailable screen instead.
Screens ​
Introduction Screen ​
When shopping is enabled, tapping the Store tab shows an introduction screen explaining the key features. From here, the user taps "Start shopping" to open the store.
Unavailable Screen ​
When shopping is temporarily disabled, users see a message explaining the store isn't accepting orders. A "Contact us" button opens Intercom support for questions about previous orders or returns. Non-authenticated users are connected as anonymous Intercom guests.
Shop WebView ​
The main shopping screen — opens the Zuno Store website inside the app. This is where users browse products, add to cart, and check out.
The store keeps login state and cart contents between visits within the app.