Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi all.
I try to tag my orders by the shipping method chosen at checkout.
I get it working until the shipping method is a single word like "courier" i get the tag "courier" written.
I have shipping methods written like "courier shipping 4-6 days" and i cannot get them tagged.
this is written in the action to create the tag
{% for shippingLines_item in order.shippingLines %} {{shippingLines_item.title}},{% endfor %}
i cannot rename my shipping methods so i wonder if there is some solution for this.
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
It's tell you the tags you are trying to insert are invalid.
I'm not sure what you are showing there, but you can use liquid to find and replace characters, and also to truncate long strings.
https://shopify.github.io/liquid/filters/replace/
https://shopify.github.io/liquid/filters/slice/
It's possible they are either too long or contain invalid characters. Hard to say without seeing an error message from a workflow run
Thanks @paul_n for your reply.
The first thing i was looking was the error message but it wasn't really helpful
i think it is or the "-" or " the "(" ")" i use in the text.
because they are like this:
So i made a test without brackets and it works.
Is there a workaround to get the old ones tagged because i cannot export/import orders changing the text
Thanks in advance
This is an accepted solution.
It's tell you the tags you are trying to insert are invalid.
I'm not sure what you are showing there, but you can use liquid to find and replace characters, and also to truncate long strings.
https://shopify.github.io/liquid/filters/replace/
https://shopify.github.io/liquid/filters/slice/
Great. That's exactly what i need. Thanks a lot
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024