Shopify Liquid Array Code Snippets
April 11th, 2024
Shopify’s native support of arrays is… Iffy at best, completely inadequate at worst. There are workarounds for most standard operations, [More…]
Shopify Dawn – Add Search Bar as a Theme Section
March 26th, 2024
For some reason, there is no section to add a search bar to the Dawn theme so I repurposed the [More…]
Shopify Section “Validation failed: Liquid syntax error: Unknown tag ‘schema'” solution
March 12th, 2024
While starting a new theme I got the error message “Validation failed: Liquid syntax error (line 336): Unknown tag ‘schema’” [More…]
Shopify Liquid Get Video URL From Section Video Input
October 18th, 2023
As with all things Shopify, the video input on a section settings schema is not as straightforward as it probably [More…]
Shopify Fix Missing field “priceValidUntil” (in “offers”)
July 18th, 2023
Shopify’s dawn theme will cause a warning in Google Search Console. Missing field “priceValidUntil” (in “offers”) While this warning does [More…]
Shopify Translate & Adapt: Which section settings/input types are translatable?
March 22nd, 2023
Shopify recently released the Translate & Adapt app to allow store owners to easily translate content for different markets. In [More…]
Shopify Access Metaobjects With Liquid
February 15th, 2023
Shopify recently released their Shopify Editions 2023, highlighting new features and updates to the platform. One of these new features [More…]
Shopify Dawn Theme Disable Cart Drawer Open on Add to Cart
December 5th, 2022
If you want to install a different app for, say, a slideout cart, you may want to disable the inbuilt [More…]
Shopify Dawn 7.0.0+ Disable Cart Drawer Popup
November 3rd, 2022
If you use a third-party app to create a slide-out cart, then you will likely want to disable dawn’s (new) [More…]
Shopify remove decimal from prices
September 30th, 2022
On my store, we use whole number prices so there was no reason to show the “.00” on the end. [More…]
Shopify Theme Development Fix 404 on Product Page
September 13th, 2022
GitHub can be used to sync Shopify themes and attempt to move over a theme from a development store to [More…]
Shopify Liquid Get Variant Object From Metafield
August 10th, 2022
When setting a metafield to a type “variant” you would be forgiven for thinking it would return a product object [More…]