No content to show
User Activity
10-27-2024
Hey this is Jan! (Coding with Jan, author of the original video) I've just released a new version of this video (working on Dawn 15.2). But it seems I can't reference it here without getting flagged as spam. So you might just need to look it up o...
10-26-2024
Hey,this is Jan (Coding with Jan / original author of the video). A few days ago I released a new version of that video, showing how to implement the upsell on the most recent version of the dawn theme (15.2).https://www.youtube.com/watch?v=ZW9zco...
Hey my friend, Jan here from Coding with Jan I just uploaded a step by step tutorial on how to do this on Dawn 15.2 (most recent version right now.)Shopify Upsell Offer in Cart Without an App (Shopify Coding Tutorial)https://www.youtube.com/watch?v...
10-26-2024
Hey my friend, Jan here, author of the original video ! (Coding with Jan)I just uploaded a new version, showing how to add the cart upsell on dawn 15.2. (most recent version)Hope you find it useful! Shopify Upsell Offer in Cart Without an App (Shop...
03-14-2020
If anyone bumps into this in the future, here are 2 things that you might want to try:- disable any kind of ajax add to cart- disable dynamic checkout buttons hope that helps
11-21-2019
Hi Matt,thanks for elaborating.I think I got confused because you renamed the section.blocks into "sections" when they are actually "blocks" But yes, you are absolutely right -> your snippets should work fine.
11-21-2019
Hi Matt,so I just tried to render a snippet and within the snippet you have access to the section object per default.If you want to access the current block from your for-loop however, you will need to pass this block explicitly inside the render tag...
11-21-2019
Hey Matt, good question there. I like the structured way you include your snippets.Depending on the number of blog types you might want to break this down into the individual types using if/elsif in the future. {% if block.type == 'type-a' %}
{% rend...
Hi there, no need to worry here. This little error won´t have big impact on your SEO ranking.The error says that Google requires the url property for an organization item. Typically the value would be the URL of your homepage. Here is one way to fix ...