Build A Shopify App #4 - Putting It All Together

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

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

  • @jamesalan3833
    @jamesalan3833 5 месяцев назад

    Did you ever make a video on billing, charging customers for theme app extensions?

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

    Hey Alex, love your videos, they're very helpful! Can you go over how to connect a mySQL database to your shopify app?

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

    Great shopify app dev tutorial. Wating for next video.

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

    Wow! Great content 😃

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

    ❤ this is amazing. Can you explain how you would host and deploy the app

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

      Absolutely, I think this will be my very next video

    • @MS-de1it
      @MS-de1it Год назад

      ruclips.net/video/HOysnl2Yo4s/видео.html

  • @Alex.todorov
    @Alex.todorov 4 месяца назад

    Why don’t you call graphql directly instead of building custom end points?

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

    This is excellent, thank you so much.

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

    How about a tutorial about using database?

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

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

    Great Tutorial 💛💛! Is there a way to get the Collection and tag information for a product?

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

      Yes, the product object has a "Collections" connections and there is also a tags field where you can get all of that. Just use the GraphQL Admin API and you can easily get them
      shopify.dev/docs/api/admin-graphql/2023-04/objects/Product#connection-product-collections

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

      Thanks for your response!
      Also, Is it wise for me to use a setTimeout promise to prevent GraphQL from throttling?

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

    Great stuff 🙂 more pls!

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

    Hi, can you please create a tutorial on how we can create our own endpoints and store our own data in database and integrate with app and shopify?

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

      Great suggestion, I'll add it to my list!

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

    Thank you very much. Nice video. At the time of AP development shopify deprecated few polarize component like card legacy now beta car comes what developer will do.
    Thank you

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

      Thanks for pointing that out! I should have used the LegacyCard component here. Once the new card is out of alpha then that will be preferred of course

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

    Please create a video on deployment of this test app on public store

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

      My next video I'm recording right now goes over hosting an app, I'll be making another vid in the future going over the app submission process though!

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

    Hey can you show how to register orders create webhook to the new shopify cli app?

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

      Yes, I'll be doing a video on this soon!

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

    Great content. How can we support your work (subscribed/clicked bell already)?

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

      Subscribing and clicking the bell is the best way to support :) Thank you!

  • @MS-de1it
    @MS-de1it Год назад

    Hey Alex, what extension in VS Code do you use to automatically import libraries?

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

      I think the autoimport was working for me out of the box without needing any extensions. Installing an intellisense or autocomplete extension should do the trick though if it's not working for you

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

      Looks like VS Code does have some intellisense out of the box though depending on the language: code.visualstudio.com/docs/editor/intellisense

    • @MS-de1it
      @MS-de1it Год назад

      @@devwithalex thank you. I truly appreciate your time in putting together these videos. I've learned a bunch. I wish you offered more of this type of content, even if it's behind a pay wall