Upgrading to New Recipe Kit Widget
If you're currently using the legacy widget (app block or manual) and want to switch to the new widget:
App block users:
- Go to Online Store > Themes > Customize
- Remove the Recipe Kit (Legacy) block
- Add the new Recipe Kit block
- Click Save
Manual install:
Step 1: Add the snippet file
- Go to Online Store > Themes > Actions > Edit code
- Under Snippets, click Add a new snippet
- Name it
recipekit-svelte.liquid - Paste the following code:
- Copy the contents from: recipekit-svelte.liquid
-
Save the file
Step 2: Add the render tag
- Find your blog post template (usually
article.liquidortemplates/article.liquid) - Add the following where you want recipes to appear:
{% render 'recipekit-svelte' %}
OR add the tag in a Custom Liquid block if your theme supports it:
- Save