I’m having trouble including product names from Shopify that have parentheses, ex. Spa Day Detox (ACV Shampoo Bar) in my if statement.
I’m using the same strategy we’d use to hide specific items from a checkout abandonment email. Wrapping the item details and the images in an if statement to only show items that match certain titles in that loop.
Is there some code trick around this?
And when using ‘Product Name’ in item.product.title this is an exact match vs. a contains, correct?

