No content to show
User Activity
Thanks @paul_n, will give that one a try!
03-11-2024
How can I calculate the month-to-date order count in Shopify Flow and use this as a condition? Context: we have apps with big fee hikes for monthly order count > 250. However, we can exclude orders from that count if we apply a specific tag to them. ...
We want to use Shopify Flow to decide which shipping box size is needed for a specific order. We would add to each of our physical products a metafield 'size score' where we store the size score each product*. For each order we then want to sum up th...
Many thanks Dave, that worked.! FYI - this is how the whole 'Event Properties' code section looks like in the end:{% assign firstFulfillmentOrder = getOrderDataForeachitem.fulfillmentOrders | first %}
{% assign firstFulfillment = firstFulfillmentOrde...
We're trying to set up a Shopify Flow which identifies failed deliveries and passes on the courier's unique tracking number (along with the customer email and order name) to Klaviyo as Event Properties (see also Klaviyo's docs). The trigger of the Fl...
06-13-2023
Many thanks, that worked. The option to query on tags is very useful, somehow I missed this in the docs
06-10-2023
The requirementWe want to loop through all recently fulfilled orders each hour and assess whether any orders have the tag 'delivery failed' applied. If this tag is present, we want to trigger a customer email in Klaviyo. Additional info 1: the 'deliv...
12-23-2022
Thanks @paul_n and @JoesIdeas for below replies! In the end I decided to automate this with Zapier. Quite impressed by the functionality they offer.
We would like to set up an automated alert of orders that do not have the order status of 'fulfilled' on the set delivery date. The aim is to spot any late fulfillment issues early on. We use the "Store Pickup + Delivery" app by Zapiet (@samZapiet) a...