Hello there,
Good Day!!
You can add image and different shortcodes to the email message settings, for alignment of text is not available in our side.
Available Shortcodes to be used for subject and message
{product_name}, {product_id}, {product_link}, {shopname}, {email_id}, {subscriber_email}, {subscriber_name}, {cart_link}, {only_product_name}, {only_product_sku}, {product_image}
If you want to show the image with specified size then you can try something like this one {product_image=thumbnail}, (you can pass parameter like thumbnail/medium/large) it also accept any custom width and height by pass something like this one {product_image=100x100} (widthxheight)
When you use {product_link} or {cart_link} make sure you add anchor tag(some email client shows as plain text instead of hyperlink)
<a href='{product_link}'>{product_name}</a>
<a href='{cart_link}'>{cart_link}</a>
Our demo is setup with free version one along with some paid add-ons.
Let us know.
Thanks.
Thanks for answers, can overwrite the email template or add HTML code in the text body?
I checked and it look like the plugin is using the WooCommerce settings for email, is that right? if I change the color of the WooCommerce it also will change the color in the plugin?
Also how do I control the colors in the frontend?
I added my own colors the the style in my child theme