So I have this problem. I'm using WooCommerce and Campaign Monitor for transactional emails. I have made a custom HTML template for order confirmation. I also use Zapier for sending those email, but when there is more than one position in the order, the products ale being displayed separated by comma, not in tables.
Product | Desc. | Quant. |
---|---|---|
First, second, third | desc1, desc2, desc3 | 1,4,10. |
instead of
Products | Description. | Quant. |
---|---|---|
First | desc1 | 1 |
Second | desc2 | 4 |
Thrid | desc3 | 10 |
Anyone can help me with that?