David Willifordblog.davidwilliford.dev·15 hours agoHow to Send Customers to an Authenticated Checkout in ShopifyWithin Shopify, store owners are restricted from full control of their store’s checkout. This is an understandable safety feature on Shopify’s part, to protect store owners from exposing or collecting private customer information. However, this can c...Hydrogen TutorialsShopify Development
BKThemesseo-webdevelopment.hashnode.dev·Dec 8, 2024Headless ShopifyThe e-commerce landscape is constantly evolving, and businesses are constantly seeking ways to optimize their online presence and improve customer experiences. One approach gaining traction is the use of headless commerce platforms, which decouple th...Web Developmentheadless cms
David Willifordblog.davidwilliford.dev·Dec 5, 2024How to implement 'Sign in with Google' for Headless Shopify Stores (React, Next.js, Hydrogen etc.)Shopify, by default, does not have pre-configured methods to authenticate customers via their Google accounts. In a Shopify theme environment, there are numerous apps you could use to accomplish social sign-in. But what about headless stores?! In thi...Hydrogen Tutorials Hydrogen
David Willifordblog.davidwilliford.dev·Aug 14, 2024Understanding CSPs through HydrogenContent Security Policy (CSP) is a crucial tool in web development that can make or break your site’s security. If you’ve spent time debugging font loading issues or mysterious errors while working with 3rd party imports, you’ve likely bumped into CS...Web Development
David Willifordblog.davidwilliford.dev·Aug 6, 2024Deleting Subscription Addons Automatically in ReChargeReCharge is an amazing app for handling subscriptions in an ecommerce store. However, I recently discovered a missing functionality that has been causing frustration with both our customers and my fellow employees. Warning. This fix is pretty extensi...ecommerce
Paul PhanforWeaverse Blogsweaverse.hashnode.dev·May 14, 2024So You Want To Become A Shopify Hydrogen Developer?So you want to become a Shopify Hydrogen developer? Are you sure? Are you really, really sure? If you say yes, then welcome aboard. Your journey starts here. :) About Shopify Hydrogen Shopify launched Hydrogen in late 2021 as part of its strategic sh...Shopify Development
Paul PhanforWeaverse Blogsweaverse.hashnode.dev·Apr 24, 2024Shopify Hydrogen Analytics got Fixed.Introduction Integrating analytics tools like Shopify Analytics and Google Tag Manager into Shopify Hydrogen stores has been a technical challenge for many merchants. However, the April 2024 update to Shopify Hydrogen has introduced new features that...shopify
David Willifordblog.davidwilliford.dev·Apr 8, 2024How to fix "redirect_uri" mismatch in Shopify HydrogenA common bug in Hydrogen is getting this "redirect_uri" mismatch error upon user sign-in. The official Shopify documentation for user authentication is not very helpful on this. So I will be sharing my own, simple solution. There are 2 primary fixe...1 like·122 readsshopify
David Willifordblog.davidwilliford.dev·Apr 5, 2024How to get product metafields through Shopify's Storefront APII ran into a problem where I could not get product metafields to return in the Shopify storefront API. This is important, since I plan to use these metafields on the product page of my headless Shopify build. I resolved the issue in a more digestible...shopify
David Willifordblog.davidwilliford.dev·Mar 27, 2024Event-driven API calls in HydrogenI have been assigned the task of transferring my employer's Shopify Storefront into a Hydrogen headless build for the past few weeks now. Part of our store includes a signup form, where users can sign up for email discounts before checkout. They ente...shopify