Issue 150 - Scoping out a new Shopify app
- Broke your store? - How to Find Coding Errors and Fix Your Shopify Theme
Did you break your store by messing around with the theme code? It happens to everyone. Here's what you should do next to get your theme fixed and your store back to normal.
Ed Codes
- Upgrade accelerated checkout
We’re rolling out improvements to accelerated checkout buttons on storefront pages. These changes will ensure that checkout buttons support features like Functions and Bundles as well as improve button performance.
Shopify
- Selling & Buying Shopify Stores: Empire Flippers' Insights
Get the inside scoop on buying and selling Shopify stores from Gregory Elfrink at Empire Flippers. With over eight years of experience, Greg shares valuable insights on the benefits of acquiring an established business, essential steps for preparing a store for sale, and key factors influencing business valuation. If you're ready to play big and cash in, this episode is your backstage pass to the raw, unfiltered realities of the e-commerce hustle.
The Unofficial Shopify Podcast
- managing both buttons and links without duplicating the markup
One button snippet to rule them all, that’s what we look into today ! A pretty simple use-case featured today, managing both buttons and links without duplicating the markup too much. For this, we start by creating the “container_tag” and “behavior_attribute” variables.
Virgil Dubois
- Scoping out the Shopify app | Part 1
I asked y'all on X (formerly known as Twitter) for what do you want to see me build as a completely open source app (https://x.com/kinngh/status/181583436...) and y'all chose a Wishlist app! In this episode we go over how I scope out a Shopify app, design layouts, decide functionality and set ground rules for how we're building this project.
Harshdeep Singh Hura
- Understanding GraphQL Basics
Dive deeper into how to use Graph QL’s core components within Shopify through sample scenarios.
ShopifyDevs
- New Shopify Liquid REPL.
I am very excited 😀 to share my new website Shopify Liquid REPL. I recently saw Taylor Page's post about the Shopify Liquid REPL (Read-Eval-Print-Loop), which prompted me to review the site. After checking the website's output, I created a new version that integrates JSON data input via the API. You can now use direct JSON data without needing to add an API. For this update, I used HTML, CSS, and JavaScript, along with liquid.browser.min.js. Everything is working well so far. Tom Blanchard, you created an excellent site using Polaris and React, and I used your site as a reference for my updates.
Prashant Ardeshana
- Updates to webhook retry mechanism
Webhooks will now be retried a total of 8 times over 4 hours using an exponential backoff schedule. This should allow sufficient time for transient errors to be resolved.
Shopify