Shopify Birthday Suit is an exceedingly bare bones Shopify theme intended for use by theme developers as a basis for their own theme development. It is not intended to be used "as is", rather as a building block. Feel free to modify and use for your own means.
To install the theme download the ZIP file and upload the same ZIP file to your Shopify store. Full details on uploading a theme can be found in the official Shopify docs.
The theme layout file references a shop.js
and style.css
file. Both of these are empty - intentionally. Consequently the theme is rendered with default browser styling and zero JS interactions.
I have included a very basic settings_schema.json
file. This includes a checkbox to indicate the use of a custom logo along with a file upload to add in a custom logo. Feel free to build on this and add in your own settings. Full info on theme settings can be found in the Shopify Docs.
The default layout file theme.layout
is included. It includes a reference to the latest release of jQuery and adds some useful classes based on page titles and templates to the body element.
A basic header element is included that includes Liquid code to output the current cart item count along with a link to the checkout.
Finally I have included code to output a simple navigation list using the default link-list titled main-menu
.
The following are included with basic boilerplate code. For example product.liquid
will output the product title and description along with a form detailing all product variants and price. Appropriate HTML is used for headings, paragraphs and lists but are easily customisable.
All of the following templates are intentionally very basic and designed as starting points:
404.liquid
article.liquid
blog.liquid
cart.liquid
collection.liquid
index.liquid
list-collections.liquid
page.liquid
password.liquid
product.liquid
search.liquid
- Shopify Docs — Official documentation site
- Shopify Partner Program — Sign up to the free Partner program and open as many development stores as you need
- Shopify Partner Blog — Regular articles covering ecommerce, design, Shopify themes, freelancing and more
Shopify Birthday Suit was created and is maintained by Keir Whitaker with inspiration from the hundreds of talented Shopify theme developers out there sharing their code and ideas.
- keirwhitaker.com — Links to ecommerce related projects
- Byte Size Bites — Email newsletter covering tech and culture
- @keirwhitaker — Twitter