When an item comes back in stock, I’d like to make sure the specific variant the customer was waiting for are mentioned in the email. Currently, if for example, a vest comes back in stock, it will just say “The vest is back in stock”! I want it to say “The Medium Blue Vest is back in stock!” So customers are reminded exactly what they were waiting for. Thanks for any help!
If you using Shopify integration you can personalize you Back In Stock email by Variant title using syntax as below {% catalog event.VariantId integration="shopify" %} {{ catalog_item.variant.title }} {% endcatalog %}
If you using Shopify integration you can personalize you Back In Stock email by Variant title using syntax as below {% catalog event.VariantId integration="shopify" %} {{ catalog_item.variant.title }} {% endcatalog %}
Hi, this is great that the email can b customized to the variant, but is there anyway to get the “notify me when back in stock” buttin to appear for variant to trigger the email is the first place? because currently, it only appears if ALL variants are out of stock.