Solved
Modify the template in the directory:
wp-content/plugins/woocommerce-product-stock-alert/templates/emails/stock_alert_email.php
Add on line 25:
$product_image = $product_obj-> get_image(array (300, 300));
Add on line 55:
<div>
<a href="<?php echo $product_link; ?> "> <? php echo $product_image; ?> </a>
</div>
In this way, when the stock notification email arrives available to the customer, you can see the product photo in the email and access it by clicking on the image.
-
This reply was modified 5 years, 4 months ago by alexssdb.
-
This reply was modified 5 years, 4 months ago by alexssdb.