π¨ Prerequisites
To use the new Shopify UI Extensions, please make sure to first have the Shopify App installed. The precondition for that is, being live on the updated Shopify Extension. Watch the Guide here.
How To Guide
Please watch the Video guide below, text documentation is coming soon!β
β
π¨π¨ ATTENTION: Please make sure for TYP Widget to always click "Save changes". This is something like "Activate Widget". This has to be done always. π
π¨ Note: Once setting up the Flows, note, that the "Shipping" Trigger, triggers also for Double Optins. If you don't want that and send shipment infos only to those, who have signed up for it, you need to add an additional if/else to check the Tag:
BONUS: Testing the thank you page widget flow: desktop π€
π¨ Shipping flow is not triggering although Order got shipped
Due to some Shopify stores configuration with their ERP/Tracking Software, which are a bit different etc. it may be that the tracking link isn't being sent always when order got shipped already
Background behind this is that Shopify sends us the event "Shipped" but the tracking link will be added by their ERP like 5 Minutes afterwards etc.
If that is the case, please try to switch the Trigger to "Shopify Order Fulfillment Updated" in the Flow which sends the Tracking
Just take care, when using that flow trigger, the flow would trigger on EVERY UPDATE. So to only receive the link once, add an if/else right after the trigger, thanks