No content to show

User Activity

Hello,You can use this modified for-loop before the customerTags if-condition to include multiple tags{% for tag in customer.tags %} {% if tag contains 'Sales' or tag contains 'Sales 2' or tag contains 'Sales 3' %} {% assign customerTags = tag ...
Ah it seems we were using an incorrect format, it should be query=name:<<order_name>>I used the following endpoint and it worked -  https://<<shop_name>>.myshopify.com/admin/api/2024-01/orders.json?query=name:<<order_name>> This works with both %23 o...
Question: Does it have to be in REST?I found this looking for the similar functionality for draft orders (there is none) but tested orders endpoint using GraphQL with the # prefix and it works (it works even without the # prefix).Pasting my query bel...
Check for margins as well, right click and inspect the styling on the title and then the filter container for both paddings and margins, my guess is the title has some bottom margin you can reduce.Hope that helps!
Sorry but that syntax is incorrect, it should be without the pipe -{%- for media in product.media limit: 9 -%} However, it didn't workout for me even then so I tried a workaround -{%- for media in product.media limit: 9 offset: 0 -%} Hope that helps!...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.