- This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo thumbs in buyer html email
Is it possible to show photo thumbs in buyers html email? In WPSCommon.php, line 477 i should add something like
<?php $image_thumb = $item->getItemThumbImageUrl(); ?>
<img src=”<?php echo $image_thumb; ?>”>
but i don’t know if there is a property in this document to define thumb url.
Link to actual product would also solve the problem.
Any ideas?
Thank You!
Hi,
I think a link might be easier to do than a thumb.
I will investigate a bit further and see what can be done.
ok thank you!