AbanteCart v1.4.2.1 is released.
<td><?php echo $product['thumbnail_url']; ?></td>
<td><?php echo $product['model']; ?></td>
<td class="right"><?php echo $product['quantity']; ?></td>
Quote from: Basara on August 25, 2025, 01:55:36 AMHello.
For adding product images in the order confirmation email, please implement the changes from this commit.
Once applied, update your email template to use thumbnail_url for the product images.