This is a simple challenge to test some front-end basics in a Shopify Environment.
- Clone repository and create a new branch.
- Duplicate/Rename
sample-config.ymltoconfig.yml. - Download Themekit CLI.
- Follow instructions on connecting to Shopify Store.
- Create a new theme with the files in this repo.
- Rename the theme
Dev - < your name > - [Challenge]
- Rename the theme
- Use
theme watchto push files to your theme on the Shopify Development Store.
- Create a new page template
- Create a section for this page a. Add a product picker to schema
- Display Product image, title, and price with liquid.
- 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.
- Once item has been added to cart, redirect to Recharge Checkout.
- Find a store that inspires you on Commerce Cream
- Replicate any Page (Product) Styling
