🌟Learn the JavaScript side of Shopify Development: codingwithjan.com/javascript?src=upsell-yt 👨💻Find a reliable Developer for your project: www.codingwithjan.com/hire-a-developer
You always come in so clutch with these videos. We're actually developing this later this month, I hadn't touched checkout extensions yet so very nice to have a tutorial like this
Great content as always Jan, thanks. I would really love to see a video from the one and only, about page speed optimizations. I feel like this is a subject that a lot of developers avoid
@CodingWithJan great videos man. Thank you. Could you make a detailed video on how to do the setup to code on Visual Studio Code? I just want to quit the Shopify editor once and for all... Or did you make any videos about it? Would help me out a lot!
Yes great question! :-) I do have a video on how to setup the "Shopify CLI" (Just search "Shopify CLI - Coding with Jan", or on the channel directly, should be easy to find) The CLI lets you connect VS code to a theme. Just for the VS Code setup is not covered, but you'll figure that part out too! 🙌
Thank you Jan for this tutorial! I am trying everything but the Upsell item does not show up on my pop up cart. I am using custom developed theme, but they used recent Dawn as their base. Why wouldn't the extra upsell item not pop up at all, is there any code I should be looking for that's preventing this modification? Thank you so much!
Hello, Can i please book a scheduled consultation call with you regarding some questions I have about Shopify app development. Specifically, I am seeking guidance on Theme App Extensions, and Liquid, Im building a embed block app and there are a few points I would like to clarify to ensure I’m on the right track. I couldn't find answers anywhere on google or documentations. I would be glad to pay for your time. Thank you for considering my request, and I look forward to your response.
You could look into the "recommended products api", basically just a JavaScript fetch request you make first to fetch the product and then you'd use the response to populate the upsell
🌟Learn the JavaScript side of Shopify Development: codingwithjan.com/javascript?src=upsell-yt
👨💻Find a reliable Developer for your project: www.codingwithjan.com/hire-a-developer
And he is back....thank you man...
Really enjoyed this one Jan. Loved the insight into how you utilize snippets of code already written to build this feature. 🧠
thank you so much my friend , you did a great job 💌
best tutorial for upsell offer.
You always come in so clutch with these videos. We're actually developing this later this month, I hadn't touched checkout extensions yet so very nice to have a tutorial like this
Ahhh after watching the video this is in the cart not the checkout... So not totally useful to me.
But excellent video as always anyways!
yes right, checkout extensions is more app development!! (also Shopify plus only)
But still cool you enjoyed the video. :-)
I'm also interested in checkout development. Now, they have checkout extensibility. Any content?
Great content as always Jan, thanks. I would really love to see a video from the one and only, about page speed optimizations. I feel like this is a subject that a lot of developers avoid
it is! 😁
Tricky topic, because it's so individual on a per-store-basis.
However, there are a few quick wins we could cover. 👍
Finally some coding tutorials 👏👏👏 thanks 🙏
Awesome video! What if I want to add this feature to my Cart Page, not the cart drawer?
These are the best videos! ty
🙌
Make a video to grab the first client in upwork, fiverr as a Shopify developer!
@CodingWithJan great videos man. Thank you. Could you make a detailed video on how to do the setup to code on Visual Studio Code? I just want to quit the Shopify editor once and for all... Or did you make any videos about it? Would help me out a lot!
Yes great question! :-)
I do have a video on how to setup the "Shopify CLI"
(Just search "Shopify CLI - Coding with Jan", or on the channel directly, should be easy to find)
The CLI lets you connect VS code to a theme.
Just for the VS Code setup is not covered, but you'll figure that part out too! 🙌
@@CodingWithJan Awesome! thanks. Greetings from Argentina 🤙
Thank you Jan for this tutorial!
I am trying everything but the Upsell item does not show up on my pop up cart. I am using custom developed theme, but they used recent Dawn as their base. Why wouldn't the extra upsell item not pop up at all, is there any code I should be looking for that's preventing this modification?
Thank you so much!
Hello, Can i please book a scheduled consultation call with you regarding some questions I have about Shopify app development. Specifically, I am seeking guidance on Theme App Extensions, and Liquid, Im building a embed block app and there are a few points I would like to clarify to ensure I’m on the right track. I couldn't find answers anywhere on google or documentations. I would be glad to pay for your time. Thank you for considering my request, and I look forward to your response.
We are adding upsell product by manually. How we can add products like recommended products on product page?
You must group products manually anyway..
You could look into the "recommended products api", basically just a JavaScript fetch request you make first to fetch the product and then you'd use the response to populate the upsell