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 example:
- Special message/guideline for specify products ?
- Write more information (ex: term and condition) if order has cancellation insurance ?
Additionally, now we could search a product easier and more accurate by using , e.g., the product name.
- Do you need to specify a special message/guideline for a given product?
- Do you need to include more information, e.g., terms and conditions, if the order contains a cancellation insurance?
You can now also search a product more efficiently and in a simplified way by using a regex:
- !$stxHelper.initSearch($document).productRegex(".*Concert.*").searchItems().isEmpty() → is there any product name include including "Concert" in this order ?
This feature is available for following emailsemail templates:
- Order acknowledgement
- Order acknowledgement with confirmation
- Confirmation email
- Order refusal
- Order confirmation
- Accompanying letter
...