From 1da80230db01764e6dcfbb4ead17adf906674b38 Mon Sep 17 00:00:00 2001 From: Kyle Bavender Date: Thu, 25 Sep 2025 10:26:03 -0400 Subject: [PATCH] update example --- app/routes/app._index.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/routes/app._index.jsx b/app/routes/app._index.jsx index d612f25..9f64d77 100644 --- a/app/routes/app._index.jsx +++ b/app/routes/app._index.jsx @@ -112,6 +112,7 @@ export default function Index() { revalidator.revalidate(); } else if (response.result === 'declined-all') { + // just an example of conditionally giving context to the merchant shopify.toast.show("In order to access this feature, you must grant access.", { isError: true, }); @@ -135,6 +136,7 @@ export default function Index() { {/* [START optional-scopes.request-scopes-top-button] */} + {/* Update this title bar button, as well as the button below */}