Build A Shopify App #4 - Putting It All Together

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 31

  • @amjayem
    @amjayem ปีที่แล้ว

    Great shopify app dev tutorial. Wating for next video.

  • @jamesalan3833
    @jamesalan3833 4 หลายเดือนก่อน

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

  • @elizabethcurneal5556
    @elizabethcurneal5556 ปีที่แล้ว +3

    Wow! Great content 😃

  • @darmar8609
    @darmar8609 10 หลายเดือนก่อน

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

  • @richardradcliffe6178
    @richardradcliffe6178 ปีที่แล้ว

    This is excellent, thank you so much.

  • @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 ปีที่แล้ว

      th-cam.com/video/HOysnl2Yo4s/w-d-xo.html

  • @AbelsColdSweat
    @AbelsColdSweat ปีที่แล้ว

    Great stuff 🙂 more pls!

  • @Alex.todorov
    @Alex.todorov 3 หลายเดือนก่อน

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

  • @majia9158
    @majia9158 ปีที่แล้ว

    How about a tutorial about using database?

  • @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!

  • @muneebahmad8772
    @muneebahmad8772 11 หลายเดือนก่อน

  • @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!

  • @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?

  • @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