Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
This is an accepted solution.
There are several threads on how to do this. Here's one: https://community.shopify.com/c/shopify-flow-app/tags-to-metafield-single-line-list/m-p/2034786
This is an accepted solution.
It might work now, but you have a race condtion and should avoid that-- the actions for update product metafield could run in parallel. Instead, I would put the second action in the "then" path for the For each step. It will run after that loop is done.
This is an accepted solution.
There are several threads on how to do this. Here's one: https://community.shopify.com/c/shopify-flow-app/tags-to-metafield-single-line-list/m-p/2034786
Thanks! I managed to get this to work:
This is an accepted solution.
It might work now, but you have a race condtion and should avoid that-- the actions for update product metafield could run in parallel. Instead, I would put the second action in the "then" path for the For each step. It will run after that loop is done.
Alright thanks!
My only problem now is that this query matches both "stylen_ace jacket" and "stylen_ace jacket patterned" when style ="stylen_ace jacket" :
{% for tags_item in product.tags %}
{% if tags_item contains 'stylen_' %}
{% assign style = tags_item %}
{% endif %}
{% endfor %}
tag:"{{ style }}"
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024