• Resolved ilaireb

    (@ilaireb)


    Hey,
    The picture size of the product displayed on the abandoned cart email is really really small and not well sized. How can I do to change it please?
    Thanks a lot!!!

Viewing 1 replies (of 1 total)
  • Plugin Contributor chetnapatel

    (@chetnapatel)

    Hi,

    You can change the thumbnail dimensions by changing the code of our plugin file.

    You need to update the code of the abandoned cart lite plugin. You need to change the height and width of the image on line number 345 into “wcal_send_email.php” file. The file will be located at “/wp-content/plugins/woocommerce-abandoned-cart/cron” folder.

    The code will be:

    <td> <a href="'.$cart_link_track.'"> <img src="' . $image_url . '" alt="" height="42" width="42" /> </a></td>

    Kindly change the height and width as per your requirement and let me know the result.

    Please let me know if you have any further queries.

    Regards,
    Chetna Patel

Viewing 1 replies (of 1 total)
  • The topic ‘Picture size really small’ is closed to new replies.