• Resolved mstudioIL

    (@mstudioil)


    Can I customize the email like adding the product image and make the text align to the right?
    Is the demo for the free version or it has some addon?

    • This topic was modified 3 years, 5 months ago by mstudioIL.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    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.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks for answers, can overwrite the email template or add HTML code in the text body?

    Thread Starter mstudioIL

    (@mstudioil)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize the email’ is closed to new replies.