🌟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
Perfect video, thank you very much. Can you also make a video how to edit the product page to show some upsell products in the product page itself? I would really appriceate, thank you
Great Job Sir, I am working with Shopify custom product fields with a time picker. On my product page, the time is displayed in a 12-hour format. However, when I click "Add to Cart," it shows in a 24-hour format in the cart, and the AM/PM indicators are missing. For example, if I input "03:00 PM," it displays as "Time: 15:00" in the cart. Please help me resolve this issue. Thank you in advance!
@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!
I thought Liquid is being rendered server-side? why Liquid for the forloop and the if statement for cart_contains_upsell is working in real time with Ajax though? I need answers Jan! Amazing tutorial
You're right! Liquid is rendered server-site. Usually that means for us: "it only works on page load / refresh". ..BUT...you can also request certain sections to re-render using javascript. So you could say "Re-render the cart section" and all the liquid would execute again. :-)
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
Does anyone have experience with AI tools helping to develop shopify apps? I want to build a app for my store but my last development experience is some years back so I would like to use the power of AI to help me coding. If anyone has some recommendations for tools or tutorials I would be very happy :)
🌟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. 🧠
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?
Finally some coding tutorials 👏👏👏 thanks 🙏
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. 👍
best tutorial for upsell offer.
thank you so much my friend , you did a great job 💌
These are the best videos! ty
🙌
Perfect video, thank you very much. Can you also make a video how to edit the product page to show some upsell products in the product page itself? I would really appriceate, thank you
Great Job Sir, I am working with Shopify custom product fields with a time picker. On my product page, the time is displayed in a 12-hour format. However, when I click "Add to Cart," it shows in a 24-hour format in the cart, and the AM/PM indicators are missing. For example, if I input "03:00 PM," it displays as "Time: 15:00" in the cart.
Please help me resolve this issue. Thank you in advance!
Awesome video! What if I want to add this feature to my Cart Page, not the cart drawer?
@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!
I thought Liquid is being rendered server-side? why Liquid for the forloop and the if statement for cart_contains_upsell is working in real time with Ajax though? I need answers Jan! Amazing tutorial
You're right!
Liquid is rendered server-site. Usually that means for us: "it only works on page load / refresh".
..BUT...you can also request certain sections to re-render using javascript.
So you could say "Re-render the cart section" and all the liquid would execute again.
:-)
Make a video to grab the first client in upwork, fiverr as a Shopify developer!
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
Does anyone have experience with AI tools helping to develop shopify apps? I want to build a app for my store but my last development experience is some years back so I would like to use the power of AI to help me coding. If anyone has some recommendations for tools or tutorials I would be very happy :)