From As of this release, you could can configure your emailing campaigns to send different content for your emails based on its the order detail (ex: product name), for .
For example:
- Special message/guideline for specify specified products ?
- Write Include more information (ex: term and condition) if your order has a cancellation insurance ?
Additionally, now we could You can now also search a product easier and more accurate more efficiently and in a simplified way by using regex:
- !$stxHelper.initSearch($document).productRegex(".*Concert.*").searchItems().isEmpty() → is there any product name include including "Concert" in this order ?
...