Makanju OluwafemiforNombanomba-developers.hashnode.dev·Feb 11, 2025How to Setup Nomba Checkout on shopifyIntroduction Nomba provides a Shopify checkout plugin to accept payment in your online store. This plugin is similar to the WordPress plugin simply because they are both used for accepting online payments. Also, it belongs to the no-code ecosystem. W...1 likeshopify
David Willifordblog.davidwilliford.dev·Jan 29, 2025Embed Yotpo Reviews Widgets in Headless StoresI recently wrote an article detailing how to embed Yotpo’s loyalty widgets on a headless site. As I was writing it, I thought “there is no way that the reviews widget will be this troublesome”. I was wrong, it was just as troublesome. For 2 primary r...shopify
David Willifordblog.davidwilliford.dev·Jan 27, 2025Embed Yotpo Loyalty Widgets in Headless StoresCurrently, I am working on turning a Liquid-based Shopify store into a headless Hydrogen-based store. Part of this was transferring Yotpo embedded forms to the new headless site. As for the loyalty and referrals portion of Yotpo, you can embed these ...28 readsHydrogen TutorialsYotpo
Shikhar Shuklashikhar99.hashnode.dev·Jan 15, 2025A Beginner's Guide to Fetching Products Using the Shopify APIAre you starting your journey in Shopify app development and wondering how to interact with the Shopify API? Fetching products is one of the simplest and most common tasks to get started. This guide walks you through the entire process step-by-step, ...shopify
David Willifordblog.davidwilliford.dev·Jan 14, 2025How to Send Customers to an Authenticated Checkout in ShopifyWithin Shopify, store owners are restricted from having full control of their store’s checkout page. This is a safety feature on Shopify’s end, protectecting store owners and customers from accidentally (or purposely) exposing private information. Th...Hydrogen TutorialsShopify Development
Shikhar Shuklashikhar99.hashnode.dev·Jan 14, 2025A Comprehensive Guide to Developing an Access Token Using OAuth for ShopifyIn this blog post, we will walk through the step-by-step process of developing an access token for Shopify using OAuth. This guide will serve as a practical reference for developers looking to integrate their applications with Shopify’s Admin API sec...shopify
Shine Dezign Infonet Pvt Ltdjimmorgan.hashnode.dev·Jan 7, 2025A Complete Guide on Shopify Polaris 2025Shopify Polaris is a robust design system built by Shopify to help designers and developers create cohesive, intuitive interfaces in Shopify applications. Launched in 2017, Polaris provides a guideline, components and reusable tools for developers. T...shopify
EasyPieblog.easypie.shop·Jan 6, 2025Boost Your Shopify Sales in Australia, the US, and Beyond: Accept Various Payment Methods and Currencies with Stripe and EasyPie CheckoutExpanding your e-commerce business into international markets presents both opportunities and challenges. Whether you’re targeting customers in the United States, Australia, or other countries around the world, understanding the local payment prefere...EasyPie Shopifystripe
EasyPieblog.easypie.shop·Jan 6, 2025Boost Your Shopify Sales in Poland, Europe, and Beyond: Accept Various Payment Methods and Currencies with Stripe and EasyPie CheckoutIn today’s digital landscape, e-commerce businesses are constantly looking for ways to expand their reach, enhance customer experience, and improve conversion rates. One of the most effective ways to do this is by offering a diverse range of payment ...EasyPie Shopifystripe
David Willifordblog.davidwilliford.dev·Dec 26, 2024How to Implement HSTS into your Hydrogen ProjectHSTS is HTTPS Strict-Transport-Security. It enforces that only HTTPS is used across your web application, preventing unencrypted traffic being monitored and collected by unwanted entities. HSTS in Hydrogen It can be enabled in your Hydrogen app via r...Hydrogen Tutorials Hydrogen