Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hello,
I am trying to add two flos in the shopify flow app both for metafields.
1) Update metafields if there's a tag product.
Starts when "Product status updated"
check if product tag starts with "C1_"(example)
Do this : tried both
a) {% for tags_item in product.tags %}{% if tags_item contains "C1_" %}{{- tags_item -}}{% break %}{% endif %}{% endfor %}
b) {%- for tags_item in product.tags -%}
{%- if tags_item contains "C1_" -%}
{{- tags_item | remove: "C1_" -}}{%- break -%}
{%- endif -%}
{%- endfor -%}
2) Translate metafield value. I use shopify translate app
I have the shop in 4 languages, so I should translate into 3 of them.
here basically I don't how to start
Hi @faraoneshop , we do not have a way to listen to product updated right now, the product status update trigger is only executed when a product's status change. For example, when it goes from draft to published or active to inactive. As for metafield translation, Flow doesn't have that capability right now. Can you check with the Shopify Translate and Adapt community?
To learn more visit the Shopify Help Center or the Community Blog.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024