Template – Gift Card Email: Variation Image code.
-
Thanks for the great plugin.
I have problems with the code from your plugin support (link to the page on your site).
Previously it was integrated into the email template. But recently it does not work.
Please tell me if the code is still relevant?
<?php if ( property_exists( $item_data, 'product' ) && is_a( $item_data->product, 'WC_Product' ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $item_data->product->get_id() ), 'single-post-thumbnail' ); if ($image) { ?> <img src="<?php echo $image[0]; ?>"> <?php } } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.