Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
it is possible through the shopify app flow to tag customers "dynamically" according to the purchases. Example if the customer buys product X, variant Z, will the customer be tagged productx-variantZ?
Yes... but i try to add this code
{% for item in order.line_items %} {% if item.title contains 'Xyz' %} {% assign A= item.variant.options[0] %} {% assign B= item.variant.options[1] %} {% assign C= item.variant.options[2] %} Xyz_{{ A}}_{{ B}}_{{ C}} {% endif %} {% endfor %}
it put this error message
"line_items" is invalid. Replace this variable.
@jazz-jay wrote:Hi,
You can do that with Shopify flow app
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