Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.43 KB

File metadata and controls

33 lines (25 loc) · 1.43 KB

Shopify Code Challenge

N|Solid

This is a simple challenge to test some front-end basics in a Shopify Environment.

Set up:
  1. Clone repository and create a new branch.
  2. Duplicate/Rename sample-config.yml to config.yml.
  3. Download Themekit CLI.
    • Follow instructions on connecting to Shopify Store.
  4. Create a new theme with the files in this repo.
    • Rename the theme Dev - < your name > - [Challenge]
  5. Use theme watch to push files to your theme on the Shopify Development Store.
Challenge: Create a Subscription Sales Funnel
  1. Create a new page template
  2. Create a section for this page a. Add a product picker to schema
  3. Display Product image, title, and price with liquid.
  4. Add a CTA button to add to cart a. Use Javascript to add product to cart b. Use line item properties to add Recharge data so the item will be subscribed on a 6 month interval.
  5. Once item has been added to cart, redirect to Recharge Checkout.
Extra Credit:
  1. Find a store that inspires you on Commerce Cream
  2. Replicate any Page (Product) Styling
Helpful Docs:

Recharge Docs