Add image of product (linking to product details) and SKU to email
-
Hi
I want to include the product image (linking to product details) as well as the SKU – and all other transaction information – in the email.I have copied the relevant pieces of code from your template. I can see an image in the general email preview – but not in the email.
Appreciate your help with this.
<?php echo ecse_get_email_content(); ?>
” style=”color:#444444; text-decoration:none”><?php echo ECSE_purchase_product::get_the_SKU() ?>
<?php $src=ECSE_purchase_product::get_the_image();
if(!empty($src)) { ?>
” style=”border:none”><img src=”<?php echo $src ?>” style=”border:solid 1px #ccc” />
<?php } ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add image of product (linking to product details) and SKU to email’ is closed to new replies.