Skip to content

Verifying the Setup

After installing the app and adding the theme block, follow these steps to confirm everything is working.

Open Apps > WandStore in the Shopify admin. The dashboard should show:

  • The store is connected
  • No error messages
  1. Open the store in a private/incognito browser window.
  2. Navigate to the homepage where the WandStore block was added.
  3. The regular storefront should appear — no changes. The WandStore block is invisible to anonymous visitors.
  1. Open the store in a regular browser window.
  2. Sign in with a customer account that has order history (at least one previous order helps demonstrate personalization).
  3. Navigate to the homepage with the WandStore block.
  4. If the customer has been selected for personalization in the WandStore dashboard, the personalized storefront should load instantly.
  5. If the customer hasn’t been selected yet, go to the WandStore dashboard and trigger generation for them. After generation completes, refresh the page — personalized content should appear.

Since WandStore generates storefronts ahead of time, there’s no loading delay for customers. When a customer with a pre-generated storefront signs in, personalized content appears instantly from cache.

If the block area is present but no personalized content appears, it means the storefront hasn’t been generated for that customer yet. Use the WandStore dashboard to select the customer and trigger generation.

For a more detailed check, open the browser’s developer tools (right-click > Inspect):

  1. Elements tab — Look for a <div id="wand-personalized"> element on the page. If the customer is signed in and has a generated storefront, this container should be filled with personalized HTML.
  2. Network tab — Filter by “Fetch/XHR”. Look for a request to the WandStore worker. A 200 status means content was served successfully.
  3. Console tab — Check for any WandStore-related error messages.
SymptomLikely causeSolution
No block visible at allBlock not added to themeRe-check Adding to Theme
Block visible but no personalized contentStorefront not generated for this customerSelect the customer in the WandStore dashboard and trigger generation
”Not signed in” behavior when signed inCustomer accounts not enabledEnable customer accounts in Shopify Settings

For more issues, see Common Issues.

If personalized content loads for the signed-in test customer, the setup is complete. Next steps: