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 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 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 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…]
Shopify Liquid Get Product Object From Metafield
August 3rd, 2022
When setting a metafield to a type “product” you would be forgiven for thinking it would return a product object [More…]