MSMmesoma Saintincyberoracle.hashnode.dev·Jan 3, 2024 · 43 min readBuilding A Store with Next.js + Shopify - PART 6: Create & Update Cart with ProductWelcome to the last section of this tutorial. Congratulations on making it thus far. In this section you are going to create a cart for the user/customer to add products to and a checkout button. This is another important part of an online store and ...00
MSMmesoma Saintincyberoracle.hashnode.dev·Dec 31, 2023 · 10 min readBuilding A Store with Next.js + Shopify - PART 5: Fetch A Product & Fetch It's Variants Based on Selected OptionsWelcome, and congratulations on making it to this part of the tutorial. Great job! In this part, we are going to make all the product cards a link to a page where the user gets to see all the information about the product selected. Are you ready? Thi...00
MSMmesoma Saintincyberoracle.hashnode.dev·Dec 30, 2023 · 23 min readBuilding A Store with Next.js + Shopify - PART 4: Search and Filter Products in ShopifyPhew! The last section was quite the work. But I am glad you got this far. Good job! This section will focus on writing a search and filter query on your Next.js app server and then using some tweaks on the filter to get a more specific search result...00
MSMmesoma Saintincyberoracle.hashnode.dev·Dec 10, 2023 · 17 min readBuilding A Store with Next.js + Shopify - PART 3: Fetch products from Shopify and sort in FrontendGet your fingers ready because you’re going to write lots of code in this section. Remember the requirements: You must have completed the previous courses in this series. But first, let’s make a plan. We have to take a step back and plan our storef...00
MSMmesoma Saintincyberoracle.hashnode.dev·Dec 9, 2023 · 3 min readBuilding A Store with Next.js + Shopify - PART 2: Link Next.js project with Shopify storeRight now you already created a filled Shopify store. If not, you need to check out the previous course. We'll wait for you. Your Next.js application needs data from your Shopify store to function. In this section, we will use some access tokens to g...00