No content to show

User Activity

Thanks for this insane hack/tip! Was pulling my hair out trying to reference a file list!
This needs to be pulled up to @Shopify  that the admin can list all references of a metaobject, but we cannot easily reference this list in the frontend. Having to use hacks like mentioned to manually loop through ALL items to find reference to it.
Is that in a "Run Code" block, Steve?
Where is that code going in the Flow? Is that part of a "Run Code" action block? If so - what's the input to be used? Thanks.
Hey Steve, Thanks for the idea, which would be good, but we use ReCharge for subscription items, and as such - we offer the products as one-off items, or to purchase with a subscription/selling_plan. Therefore we can't distinguish between sub and non...
The current scope of the abandoned checkout flow does not allow for checking the lineitem "selling_plan_id" parameter. Is there a way in Flow to query an abandoned checkout object and check if the line items are a subscription product or not?
Anyone following this for Flows - they have introduced allowing "Run Code" to run JS as an action step. (https://help.shopify.com/en/manual/shopify-flow/reference/actions/run-code) You can't import modules, but a custom built JS function could now be...
Looks like this has occurred again just now for some users?I was able to resolve by doing a "shopify upgrade" which updated it to "3.56.3" and I was then able to see local changes occur again.
Is there no internal method within Shopify (specifically Shopify Flows) that allows you to export/output the richtext as HTML? The "metafield_tag" is not a known function in Flows, and the large manual "foreach" loop shown further down in this thread...
I have setup a PUT/POST to update the metafield, but I am still unable to use "metafield_tag" or manipulate the contents/value of the richtext metafield - it's still processes as JSON, same as just using the "update metafield" Flow Action? Any ideas ...
That's exactly what I started to do - didn't get chance to test if I could manipulate the richtext JSON .value. I assume I do all the manipulation within the http request content?
I almost have a possible solution by using the Admin API and a HTTP call, using - https://shopify.dev/docs/api/admin-rest/2024-01/resources/metafield#put-blogs-blog-id-metafields-metafield-idBut I am still testing to see if I am able to manipulate th...
I am at a blocked path with one of my flows, and wonder if anyone can help... I have a product metafield that is a richtext field, full of marked up HTML content - headers, paragraphs, links etc. I need to copy this richtext HTML content into a multi...
Try removing the whitespace with the {%-  -%} code blocks? i.e. putting a hyphen before and after strips out any white space in the Liquid code. {%- for getCustomerData_item in getCustomerData -%} {%- for metafields_item in getCustomerData_item.metaf...
Thanks for your reply. That's sad news!Steve
This widget could not be displayed.
This widget could not be displayed.