Liquid Weekly #29 - Don't Lose Your App Store Listing, Ditch EASDK!

Don’t Lose your Apps Store Listing - Switch From EASDK To App Bridge! 
Shopify Development news and articles
 
Liquid Weekly

Karl Says


Lots of great content this week. I particularly like the preloaded cart url feature!

News & Articles

Shopify Partner Town Hall - 2022 Kickoff
Check out the first Partner Town Hall of 2022 to learn more about our mission to empower Shopify Partners to help merchants succeed. We'll cover how we're making app and theme discovery safe, simple and more personalized, how merchants are becoming more global and more mobile
Cart - Use permalinks to pre-load the cart
A cart permalink takes your customers directly to the first page of the checkout screen with items pre-loaded into their cart. Have you ever wanted to link directly to the Shopify checkout screen with a specific cart already loaded with items? Have you ever wanted to put a "Buy it now" button in blogs and newsletters? Have you ever wanted to provide an easy reorder link to customers? Cart permalinks are the answer.
3 powerful ways to make your Shopify store B2B ready
Looking to enable B2B on your Shopify store? The team at SparkLayer walk you through how to create a custom B2B login screen, restrict specific products, and display B2B only content!
RubyConf 2021: The Talks You Might Have Missed
Shopify loves Ruby and opportunities to get together with other engineers who love Ruby to learn, share, and build relationships. In November, Rubyists from Shopify’s Ruby and Rails infrastructure teams gathered in Denver at RubyConf 2021 to immerse themselves in all things Ruby with a community of their peers. If you weren’t there or want to revisit the content, we’ve compiled a list of the talks from our engineers.
Update Shopify Cart Quantity with Ajax Easily
Let's learn some more techniques for updating cart item quantity with ajax requests.
Storetasker: A network for excellent freelance Shopify devs
Meet Adan. Adan’s based in Guatemala and now runs a successful agency off the back of Storetasker leads. We send him new clients, and he hits out of the park every time. He’s earned the trust of great clients including one of the top agencies in the world who regularly goes to him for work. Be like Adan.

Code & Tools

Setting up Cloudflare Tunnel for development
Cloudflare Tunnel is a free alternative to Ngrok that allows publicly exposing your local web server. Usually, it’s used in development for testing webhooks or some third-party APIs that require public URLs. In my case, I use it for Shopify Apps development.
A Complete Guide to Flexbox
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes history, demos, patterns, and a browser support chart.
Attn Devs: Recommend Conjured Referrals and Earn Money
Today we’re announcing the creation of our new affiliate program for Conjured Referrals! Aside from earning a $100 bounty for each store you refer, you might be asking why you should use Conjured Referrals over other referral apps for your clients. The reason is we’re an app built by devs, for devs. Here are the top 3 reasons why using Conjured Referrals will make you look good in the eyes of your clients.
Checking your app for EASDK calls
We’re replacing the EASDK with App Bridge for enhanced support for session tokens. Because we want merchants to have the best app loading experience, apps still using the EASDK will no longer have prioritized listings in our app store. If you would like to confirm you have successfully migrated to App Bridge, you can use the below code in your browser dev console to see which EASDK calls your app may still be making.
Why Vim
I’ve been using, teaching, and stanning Vim since almost the beginning of my programming career. Yet, when asked to explain this preference, I stumble. In this post, I’d like to explore why I love Vim.
How to work with Metafields on Shopify Themes
In this video, we show you how to access meta fields in Liquid, and how to design theme sections to take advantage of this new native functionality. Metafields and dynamic sources allow merchants to easily connect and display different types of content on individual pages of their choosing.

Changelog

API

Deprecated fields on the Customer object
The following are changes to the GraphQL Admin API's Customer object:
  • The orders_count field is renamed to number_of_orders.
  • The total_spent and total_spent_v2 fields are replaced by amount_spent.
  • The has_note field is removed. The note field still exists on the customer.
  • The has_timeline_comment field is removed. To query for comments on the timeline, use the events connection and a query argument containing verb:comment, or look for a CommentEvent in the __typename of events.
Theme app extensions now support locales directory
As of today, apps will be able to store translation strings in a centralized locales folder accessible across all app blocks and app embeds within a theme app extension.

Events

March 17 - Building Headless Storefronts on Shopify with Hydrogen - Online Workshops
Curious about Hydrogen -Shopify's React-based framework for building custom storefronts? Register now for an upcoming FREE workshop in March to explore the new framework and get a custom storefront up and running
March 29th - More organic traffic without fighting for rankings
Let's bring more qualified buyers to your Shopify store using the free search enhancement systems Google, Bing, Pinterest, and other search engines. After this presentation, you’ll understand: - What search enhancements are - How your store can qualify for them - Warning signs that something could be wrong (and what to ignore) - How to solve common search enhancement problems
April 13 - Introduction to Working With Shopify Themes
Following this practical workshop you’ll be able to set up a local development environment and edit theme code to customize an example storefront. We’ll also explore Shopify’s Liquid templating language and learn how it can be leveraged to display dynamic store content.

Jobs

Shopify - Lead/Staff Production Engineer (Remote, Americas and Europe)
If the idea of working on one of the most impactful component of infrastructure that has a reach to every single application (hundreds of them) across our infrastructure, serving millions of requests per minute excites you, join us!
Content Marketing Manager, FT, Remote
The ideal candidate loves writing and topic research but also understands how to structure the article from the SEO point of view. We expect someone who will be autonomous and data-driven. Knowledge of the Shopify environment is a big plus, but general e-commerce understanding is fine, too.
Technical Lead, FT, Remote
Invisible Themes is looking for a full-time Technical Lead with deep Javascript knowledge to join our growing team! You will be building features, writing exemplary code for the development team to follow and defining the development roadmap.

Tip of the Week

More about Metafields + JSON

In the last issue we talked about the power of using the JSON type with metafields

But did you know there are actually two different JSON related types? And that the type you choose impacts the syntax you'll need for accessing the metafield?


Using the old json_string type the syntax for accessing a value is:

 product.metafields.namespace.key.object_data

Using the new JSON metafield type the correct syntax is:
 product.metafields.namespace.key.value.object_data

 

Older messages

Liquid Weekly #28 - Dawn Theme Transparent Header

Tuesday, March 8, 2022

Learn How to Add a Transparent Header to Dawn Shopify Development news and articles Issue #28 - 3/8/2022 Read Online Liquid Weekly Karl Says Got any plans for Spring Break 2022? What's one new

Liquid Weekly #27 - How Shopify Writes React Native Apps

Tuesday, March 1, 2022

Learn how Shopify Writes React Native Apps Shopify Development news and articles Issue #27 - 3/1/2022 Read Online Liquid Weekly Karl Says Spring is right around the corner. How can you help your

Liquid Weekly #26 - Accessibility on Shopify

Tuesday, February 22, 2022

How to Get Started with Accessibility on Shopify Shopify Development news and articles Issue #26 - 2/22/2022 Read Online Liquid Weekly Karl Says Each winter after Christmas I make it a mental goal to

Liquid Weekly #25 - 500 "Booby-trapped" Ecommerce sites

Tuesday, February 15, 2022

Hear about exploited Ecommerce sites, learn how to design a site's color palette and more! Shopify Development news and articles Issue #25 - 2/15/2022 Read Online Liquid Weekly Karl Says This

Liquid Weekly #24 - Build a storefront with Hydrogen

Tuesday, February 8, 2022

Learn how to build a storefront with Shopify's Hydrogen Shopify Development news and articles Issue #24 - 2/8/2022 Read Online Liquid Weekly Karl Says If there was an "Olympics" of

You Might Also Like

Overcoming Perfectionism: How to Break Free from the Enemy of Progress

Wednesday, November 27, 2024

Discover how perfectionism hinders progress and learn practical strategies to overcome the fear of imperfection, boost productivity, and achieve your goals without getting stuck in the pursuit of

🖤 Laravel Black Friday Deals!

Wednesday, November 27, 2024

The biggest deals of the year Laravel Black Friday Deals View in browser Laravel News Editor Note: We are sending this outside the regular Sunday newsletter schedule because some of these specials end

BetterDev #271 - Memory: The Forgotten History and Why did Windows 95 setup use three operating systems?

Wednesday, November 27, 2024

Better Dev #271 Nov 26, 2024 Hi all, Welcome to thanksgiving issue of BetterDev. Hope everyone had a safe and warm thanksgiving. It's getting so cold these days. If you are in warzone such as

Mapped | Unemployment Rate By U.S. State in 2024 💼

Tuesday, November 26, 2024

As of October 2024, DC and Nevada tied for the highest unemployment rate in the US at 5.7%. Which states saw the lowest rates? View Online | Subscribe | Download Our App FINAL CHANCE - ENDS TONIGHT!

🔊 7 DIY Tips for Soundproofing a Room — Why I Switched to Xfce for Linux Mint

Tuesday, November 26, 2024

Also: Home Theater Sound Terms Explained, and More! How-To Geek Logo November 26, 2024 Did You Know The shiny layer of a CD doesn't contain the data; the plastic polycarbonate layer does. The shiny

JSK Daily for Nov 26, 2024

Tuesday, November 26, 2024

JSK Daily for Nov 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

NumPy, Loop Targets, Vector Animation, and More

Tuesday, November 26, 2024

NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to

Your Games Quarterly newsletter has arrived

Tuesday, November 26, 2024

What's new for games in Google Play and Android Email not displaying correctly? View it online November 2024 The First Developer Preview of Android 16 The First Developer Preview of Android 16

Daily Coding Problem: Problem #1620 [Hard]

Tuesday, November 26, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Sudoku is a puzzle where you're given a partially-filled 9 by 9 grid with

Final Hours: Help Save "The Art of Data" From Falling Short 🙏

Tuesday, November 26, 2024

Will Visual Capitalist end up revealing the secrets behind data storytelling? There are 12 hours left to change the fate of "The Art of Data". View Online | Subscribe | Download Our App Help