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.