Code Shopify About

Shopify App and Theme Development tutorials for those who are familiar with code and want to dive into Shopify.

Sign up for Shopify

Shopify Development Flow - SASS, Compass, and Liquid

Now that you’re all set up to code Shopify you may be happy to know that you can write in scss and there’s a precompiler already built in! You may be sad to find out that Shopify only supports having 1 scss file (styles.scss) and that you can’t take advantage of breaking your code out into partials for organization. This is where compass comes in to save the day.

read more

Switching from Themekit to Slate

Things at Shopify are always developing quickly and one of the latest developments is a command line tool to help theme developers develop quickly as well (😉), Slate.

read more

Advanced grid layouts with the cycle tag

In this post we'll use the cycle tag to create an advanced image grid layout. Cycle allows you to loop through a group of strings and outputs them in the order that they were passed as parameters...

read more

Local Shopify Development with Slate

Shopify is a closed ecosystem. This in part means that in order to access the data from your Shopify store you need to serve your theme files through Shopify...

read more

Shopify Sections with Dynamic Blocks

Shopify sections have been such a wonderful addition to creating interesting and unique online stores. They allow developers to create styled blocks that can be modified by the store's admins.

read more
1 2 3 4 6 Next →