Unable to show product images on Trackship emails
-
Hi there,
Product images don’t appear on Trackship following emails.
1) Transit
2) Delivered
3) Out for deliveryBut images appear on normal woocommerce processing, shipped, and partial shipping emails.
Maybe because I have edited the default woocommerce email(email-order-details.php) like these –
echo wc_get_email_order_items( $order, array( // WPCS: XSS ok. 'show_sku' => $sent_to_admin, 'show_image' => true, 'image_size' => array( 100, 100 ), 'plain_text' => $plain_text, 'sent_to_admin' => $sent_to_admin, ) );
I tried to edit that code in Trackship’s email as well. ( wcast-email-order-details.php)
But it didn’t work.
Tracks emails don’t show product images.
Please advise
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to show product images on Trackship emails’ is closed to new replies.