No content to show
User Activity
Yes I fixed the url in my response after doing some testing with the links. Thanks again! @Guleria
This helped! Thank you @Guleria . I've updated my code, there was an issue with the URL rendering: <div class="related-products-wrapper">
{% assign related_products = product.metafields.custom.complementary_products.value %}
{% if related_product...
First, I'm very new to metafields but I think they're pretty awesome now that I've gotten used to them. I've created a metafield: custom.complementary_products For which I'm manually assigning complementary products for each product. This metafield ...
Having the same issue/looking for the same functionality
It looks like this is a limitation on the Shopify platform. I'm getting around the issue by having a flow add an order tag when the order is ready for pickup, then excluding the order tag: created_at:<='{{ scheduledAt | date_minus: "5 days" }}' AND
...
I want to notify my fulfillment team of old orders that require action on their part. I've created a flow to identify orders that are unfulfilled between 5-90 days ago: created_at:<='{{ scheduledAt | date_minus: "5 days" }}' AND
created_at:>='{{ sc...
08-28-2023
Only OP can accept as solution I believe. @Olivia
https://community.shopify.com/c/shopify-apps/facebook-shop/m-p/2175144#M66707 The solution provided here helped me fix the issue.
08-27-2023
confirming this solution worked for me.
08-14-2023
I'm having the same issue. What I found in the documentation is that order printer does not have access to order.tags, which is why the code blocks above don't work. Were you able to find a fix?
08-08-2023
Thank you so much! This worked perfectly. Been going back and forth with Shopify support for a week trying to fix this.
I recently tried to use Slack within the Shopify flow app. The integration wasn't working properly, as i was receiving error messages when trying to run the automation. I deleted the flowbot app from Slack and tried to reinstall it. However, I can no...
07-16-2023
I am having the same issue
07-13-2022
i am having this same issue. talked to shopify support which was no help. the retail team kept telling me that i was adding the customer without the email prior to checking them out, which was not the case. i tested this with my own email address and...
07-13-2022
i'm having this same issue.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
224 | 05-19-2024 03:42 PM |