How to Automate Your Shopify Store Using Shopify Flow

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 56

  • @tkulpwriter
    @tkulpwriter 10 місяців тому

    Another great video Jan! I do a lot of work in Power Automate and Zapier for workflows like this. Your explanation is simple, direct, useful, and excellent. Thanks!

  • @liamgriffin6897
    @liamgriffin6897 10 місяців тому +2

    Awesome video Jan! Great example use-case for the Run Code flow action!

  • @grantemerson5932
    @grantemerson5932 5 місяців тому +1

    Great work Jan! I’ve started implementing your hand gestures when explaining code at work. I think they work like a charm 🤣🙏

    • @CodingWithJan
      @CodingWithJan  5 місяців тому +1

      Have to use all information channels haha 😁

  • @adeisaac
    @adeisaac 10 місяців тому

    So cool, I have fiddled with this flow app, but some areas missing, hey Jan, quick thought, could you do something on customer metafield in a form. Thanks for all the good stuff.

  • @haseebasif100
    @haseebasif100 10 місяців тому

    Good effort, thanks alot! im lucky to be using the flow app when you launched the video.

  • @MK-Tech
    @MK-Tech 10 місяців тому +3

    Thanks. It’s so frustrating that Flow don’t have a test run feature …

    • @CodingWithJan
      @CodingWithJan  10 місяців тому +1

      That's one of the features I wished for too!
      Especially for the run-code block and building queries.
      Will make sure to forward this! :-)

  • @FrancesSearle-j6x
    @FrancesSearle-j6x Місяць тому

    I would LOVE some help creating an automated email sent to a customer 4 YEARS after order fulfilment... any suggestions would be amazing as there are a few conditions like marketing opt-in and automated collection requirements that the customer would need to meet first. Just not sure how / what to put as the fields in the workflow!

  • @youtubewts
    @youtubewts 4 місяці тому

    Any thoughts on running a periodic check to tag any products that don't have images associated with them? I seem to be able to set something up but I am struggling on how to query product data only by those that don't have images. I can get products with their first image and see products that don't have images but then I can't filter the ones with images out.

  • @ReinaDiazColeccion
    @ReinaDiazColeccion 10 місяців тому

    Hi, a question: In the define inputs area, I wrote exactly as you wrote the code in the video: { order { customer { orders { displayFinancialStatus } } } }, but I get an error with a red circle in line 2, before { order, the word "order" appears underlined in red. the wizard gives me the suggestion to change it to "getOrderData [Order!]!, If I leave it as "order" I get an error message: "Field 'order' doesn't exist on type 'Query'" and it doesn't let me apply the changes

  • @OttosenProp
    @OttosenProp 10 місяців тому

    Hey Jan, great video! I talked with Shopify the other day if they have any Flow coders and they didnt have anyone. Do you have any developers through your coding school that have good experience with flow for hire?

  • @user-rx8ob7ob2v
    @user-rx8ob7ob2v 10 місяців тому

    Awesome video as always! How do we find the variants?? like SKU variant, product name, notes, customer full name (not first and last name). Thanks

    • @CodingWithJan
      @CodingWithJan  9 місяців тому

      Thanks for the positve feedback! :-)
      Also great questions, the answer is just a little too long for a single YT comment.
      The fastest I could to here is help you get in touch with a developer if that's also interesting.
      www.codingwithjan.com/hire-a-developer

  • @SimJoSt
    @SimJoSt 6 місяців тому

    I was just searching to see if there is something which combines flow and purchase orders and came acress you video 😊

  • @velocitysavage
    @velocitysavage 9 місяців тому

    I am trying to place these values ​​in variables to be able to customize a dynamic WhatsApp url, I am using the "Runcode" action of Shopify Flows doing something like var order_total = "{{order_total}}";
    How should it be done?

  • @brandon_shopify_expert
    @brandon_shopify_expert 10 місяців тому

    Great vid Jan!

  • @healthtips246
    @healthtips246 9 місяців тому

    Sir, could you please explain how to create a discount - 3 products for $99? I can't seem to find that option in the discount settings.

  • @ChunkySteveo
    @ChunkySteveo 10 місяців тому

    The Run Code is a HUGE jump forward for the flow app! ❤

    • @CodingWithJan
      @CodingWithJan  10 місяців тому +1

      Agree! :-)
      Next Milestone, is a testing environment if you ask me.
      Cheers

    • @ChunkySteveo
      @ChunkySteveo 10 місяців тому

      @CodingWithJan i want them to line up the 'frontend liquid' methods to be used in flows too - like formatting emails and order notes much like you can within a theme template. There are too many 'flows can't do that' getting in my way. You can't use | metafield_tag filter, for example.

  • @julianpaus9517
    @julianpaus9517 5 місяців тому

    Hi Jan, danke dir! Mega Video.
    Bekomme den Fehler "Run Code: TypeError: cannot read property 'orders' of null.
    Was tun um das zu beheben? Hat es was mit dem Kunden in der Shopify Bestellung zu tun? Habe die Bestellung im Admin angelegt, da der Shop noch nicht ganz konfiguriert ist.

    • @CodingWithJan
      @CodingWithJan  5 місяців тому

      Hi Julian, besten Dank! :-)
      Was du da siehst in ein Javascript Fehler.
      Aktuell sind die noch etwas schwierig zu debuggen.
      Der Fehler oben passiert zum Beispiel, wenn du versuchst auf etwas zuzugreifen, was nicht existiert.
      zum Beispiel
      meineVariable = data.orders;
      Aber sagen wir es gibt "data" garnicht. Oder Data hat keinen Wert (null). Dann gibts auch nicht data.orders.
      --> TypeError: cannot read property 'orders' of null.
      Du könntest dein Script mal zusammen mit dem Fehler bei ChatGTP rein kopieren und sagen "try to fix this / or add a check to prevent my code from crashing"

    • @julianpaus9517
      @julianpaus9517 5 місяців тому

      @@CodingWithJan Top, danke für die Rückmeldung. Fehler entdeckt und gefixt :)

    • @julianpaus9517
      @julianpaus9517 Місяць тому

      @CodingWithJan Noch eine Frage. Der Flow sollte nur laufen, wenn die Bestellung auch die Versandmethode "Versand" hat, also nicht z.B. bei Abholung im Store oder wenn wir es selber ausliefern. Wie kann ich das noch einbauen?

  • @shopifythemesolutions.9190
    @shopifythemesolutions.9190 3 місяці тому

    I am grateful! Thanks man :)

  • @mobisparehub7598
    @mobisparehub7598 10 місяців тому

    Hello Sir, your video is very helpful for me. Please help us with a question.......... I have added size variants in my product, but I want to show different title or description to customer for each size. Like the image and price change to select someone. I am waiting for your reply.

  • @AnnaStasia-f2o
    @AnnaStasia-f2o 10 місяців тому

    Top Video Jan!!!

  • @healthtips246
    @healthtips246 9 місяців тому

    I'd like to inquire about determining the optimal sizes for banners, product images, and other graphics. On my laptop, when using the inspect tool, I'm seeing dimensions like 1900x720, but they vary on desktop and other devices. This inconsistency is posing challenges for our designer, who's finding it difficult to create images for multiple sizes. How can we address this effectively?

    • @CodingWithJan
      @CodingWithJan  9 місяців тому

      www.shopify.com/blog/image-sizes

    • @healthtips246
      @healthtips246 9 місяців тому

      @@CodingWithJan thank you sir

  • @premiumchakra
    @premiumchakra Місяць тому

    Very helpful! Thank you !

  • @Johnny4200
    @Johnny4200 10 місяців тому

    Nice and helpful as always 🔥

    • @CodingWithJan
      @CodingWithJan  10 місяців тому

      Jetzt wid komplett automatisiert 😄

  • @CodingWithJan
    @CodingWithJan  Місяць тому

    🌟Learn the JavaScript side of Shopify Development: codingwithjan.com/javascript?src=shopify-flow-yt
    👨‍💻Find a reliable Developer for your project: www.codingwithjan.com/hire-a-developer

  • @Ddtmovie
    @Ddtmovie 9 місяців тому

    Real great job ❤

  • @P.OlanipekunNYC
    @P.OlanipekunNYC 9 місяців тому

    Hello how will I set-up the slack?

    • @CodingWithJan
      @CodingWithJan  9 місяців тому

      Your clients will likely already have a slack workspace or some other internal communication tool. You can ask them to invite you

  • @euarthuralbuquerq
    @euarthuralbuquerq 10 місяців тому

    Hey Jan your formation link is unavailable.

    • @CodingWithJan
      @CodingWithJan  10 місяців тому

      Sry just launched my new website, and was offline for like 15 min. Should be working again :-)

  • @celebGPT
    @celebGPT 10 місяців тому

    Great video

  • @lukabeuzelin8640
    @lukabeuzelin8640 Місяць тому

    why dont you link the code you used? As a beginner your video has value up until the flow code. Please link the code

  • @niko_BxW
    @niko_BxW 9 місяців тому

    Brutal gut 👍👍

  • @Azubaile
    @Azubaile 5 місяців тому

    isso é de mais para mim, eu so quero criar uma loja e vender

  • @gouthamtuzz
    @gouthamtuzz 8 місяців тому +1

  • @PlayerHeader
    @PlayerHeader 9 місяців тому

    bro i just wanted to say* you are a jesus for creating these videos

    • @CodingWithJan
      @CodingWithJan  9 місяців тому

      LOL 😂
      I do appreciate it haha 🙏

  • @ragingpatata
    @ragingpatata 3 місяці тому

    nc

  • @larryhall1772
    @larryhall1772 9 місяців тому

    P r o m o S M 😎