Closed jessica-townsend closed 1 year ago
It looks like trying to add a comma in a tag on Shopify will break up the string into 2 separate tags, so typing "Shirts, Graphic" will assign the tags "Shirts" and "Graphic" separately. So it looks like we can use a comma separated list of tags in the Shopify block settings
Background
We added a new block to display products from any Shopify site given a subdomain and access token. We will likely need to filter by multiple tags, specifically to get products by a certain author.
Details