Skip to content

Instantly share code, notes, and snippets.

@schaeken
schaeken / [Atlantic] Theme Updates.md
Created June 8, 2016 17:46
[Atlantic] Theme Updates.md

theme.liquid

  • Google font integration: 72 lines of code for this in theme.liquid. Recommend putting into snippet called google-fonts.liquid. Tested all Google fonts, all are working!

product.liquid

collection.liquid

SELECT COUNT(*) active_shops,
"theme name",
COALESCE(theme_dimension."current theme name", 'UNKNOWN') theme_name,
"current theme price",
"current theme state"
FROM partnerships.theme_publish_lookup
JOIN starscream.shop_dimension USING ("shop id")
LEFT JOIN support.theme_dimension
ON ("theme store id" = "theme id")
WHERE "current funnel state" = 'Active customer'