Shopify "Featured Review" Checkout UI Extension in 30 minutes!

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 29

  • @user-zo2ky4mz7d
    @user-zo2ky4mz7d Год назад

    I appreciate all the work you put into these tutorials Alex. You're one of the few people that actually has quality content related to Shopify app development.

  • @jinsy_
    @jinsy_ Год назад +1

    Woo nice! This is literally something I was looking to build over the weekend! Thanks for this Alex!

    • @devwithalex
      @devwithalex  Год назад

      Awesome! Thanks for watching 🙌

  • @JunaidAhmed-oe4jt
    @JunaidAhmed-oe4jt Месяц назад

    Great tutorial. Do you think the review text could have been part of the extension settings rather than an app field?

  • @TeamInvenTechSolution-yg8kl
    @TeamInvenTechSolution-yg8kl 7 месяцев назад

    Thank you very much for this detailed guide.
    I loved your content.
    I've subscribed your channel.
    I'm looking for great video like this.

  • @SimonS188
    @SimonS188 Год назад

    Genuinely helpful video, both in showcasing Gadget and showing the flow for checkout UI extensions. Am now subscribed and looking forward to more shopify content.

  • @elizabethcurneal5556
    @elizabethcurneal5556 Год назад

    Wow!! Love the new set up!

  • @startuptoledo1914
    @startuptoledo1914 6 месяцев назад

    The routes folder doesn't show in 2/2024. How would this tutorial work now?

  • @noone-gh1nr
    @noone-gh1nr Год назад

    Hey man just wanted to say that I really appreciate your videos, they are a tremendous help in a space where there isn't a lot of resources for learning for the layperson. I've been developing on frontend for Shopify for years and your videos are some of the clearest explanations on the app development process I've seen. Would you say that gadget is something that is super beneficial long term after you've gotten your legs for app development or is it a crutch? Are you able to take these apps off the Gadget platform and serve them yourself at anytime or are you basically stuck with Gadget after you've built the app through their platform? Either way an awesome tool and I appreciate you sharing it. Again, thanks for all you've done.

    • @devwithalex
      @devwithalex  Год назад +1

      Thank you! With Gadget, there definitely is at least some vendor lock-in. You can technically move your apps off to somewhere else but since Gadget is basically taking care of the backend/database/hosting, you'll have to do some manual work to get it working the same. But it's possible.
      And it could be a crutch, but in my opinion it depends on your goals. If your goal is to build apps quickly for personal use, freelance or agency work, etc. then it's well worth the money and potential downsides. If you want to get a deep understanding of how Shopify apps work, then it'll be a crutch since it abstracts the complexities away. In my experience, most people (especially entrepreneurs) care about building fast and getting things done vs learning the ins and outs.
      I do use it for most of my apps now since it's so quick and easy to get set up and start tinkering with an idea.

  • @onlyreaction01
    @onlyreaction01 2 месяца назад

    Getting error some folder is missing so i totally confused 😭😔

  • @abhimanyuarora6377
    @abhimanyuarora6377 Месяц назад

    Hi @dev with alex would it be possible to create a shopify checkout extension on php script.

  • @TheBongLearner
    @TheBongLearner Год назад

    Bro, please make sure your screen is zoomed in,
    I can see too much small views from your windows.
    Thanks for your effort.

    • @devwithalex
      @devwithalex  Год назад

      Good point and thanks for the feedback!

  • @TheBongLearner
    @TheBongLearner Год назад

    Thank you so much, bro.

  • @pablogonz6363
    @pablogonz6363 Год назад +1

    This is only for Shopify Plus or any plan?

    • @shivamjha8985
      @shivamjha8985 10 месяцев назад

      This is also what I want to know if you have the answer please let me know!

  • @LarsHumpert
    @LarsHumpert Год назад

    Hey Alex, Backend works fine, but dosent can npm run dev by the extenstion got this error: "ERROR Cannot read properties of null (reading 'useContext')"

  • @shivamjha8985
    @shivamjha8985 10 месяцев назад

    I ahve one small question that even if I create the app. I can only use it only if I am a shopify plus customer right!!!

    • @devwithalex
      @devwithalex  10 месяцев назад +1

      Yes, checkout extensions are limited to Plus stores only

  • @weotesting8848
    @weotesting8848 11 месяцев назад

    Hi RAA, Can you please let me know is it possible to add the custom CSS/JS on checkout page using checkout UI extension

    • @devwithalex
      @devwithalex  10 месяцев назад

      I don't think you can use custom CSS/JS purely with Checkout UI extensions, you can only use their provided components

  • @tanmaykejriwal5887
    @tanmaykejriwal5887 Год назад

    Godly Tutorials !

  • @abnermartinez3268
    @abnermartinez3268 Год назад

    hey bro good tutorial.
    But I have a question, how can I get the checkout Id to get information from the checkout? I have searched in the documentation but I have not found something specific.

    • @devwithalex
      @devwithalex  Год назад

      What info are you trying to get? They have react hooks available that should get you all the info you need if you’re wanting to get things like customer or line item info. You can check those out here: shopify.dev/docs/api/checkout-ui-extensions/unstable/react-hooks
      If you’re looking for other info let me know what it is and I might be able to help

    • @abnermartinez3268
      @abnermartinez3268 Год назад

      Hey @@devwithalex .
      I need to know if the order is marked as pickup or ship, but I haven't found a hook for that...
      I saw that I can query with graphql but I need the checkout id, so I can get more information.
      I would be very grateful if you know how to do that. 🙏