The default admin email can be found in woocommerce/templates/emails/admin-new-order.php
the order items table is called in line 28, with a function called email_order_items_table
. This function also takes an argument for including the thumbnail (see the class-wc-order.php
, line 1052). if you copy the email templates to your theme folder, you can edit the admin-new-order.php
file and use the following on line 28:
<?php echo $order->email_order_items_table( false, true, false, true ); ?>
Related Posts:
- Make Images appear in the same order as in media browser using get children?
- Include WooCommerce 2’s prettyphoto scripts on all site pages
- wp_get_attachment_url images in wrong order [closed]
- I can’t insert more than one image when creating a custom email
- WP fails to upload files to media library, /wp-admin/async-upload.php 403 forbidden
- add media button is not working
- Undefined index: sui_image_caption in [closed]
- add_shortcode to capture URL screenshot not loading correctly
- Contact Form 7 Get Image Function [closed]
- Sending HTML emails via wp_mail not working properly
- wordpress (woocommerce) add image to media library programmatically python
- How generate 200% image size and save with suffix @2x
- Get ALT attribute from title post (code not work)
- Load external images via proxy
- Add a background image for Custom Post Type archives page
- Convert uploaded GIF to non animated image automatically
- Control Responsive Images
- Is it possible to split Default WP Media directory to multiple Folder/Subdomain?
- Broken Images until Page Refresh
- Scaling images for mobile
- How do I fix “Sorry, this file type is not permitted for security reasons”
- Add srcset and sizes to older uploads?
- Searching for any images in media library displays “no media found”
- Bulk edit WP posts to update embeded images with new alt tags
- Resize into square the single product image in woocommerce without cropping [closed]
- an error occurred in the upload. please try again later (Maybe File Permission Issue)
- Change align classes for images
- Locally Developing a wordpress website, cant get images to display?
- Is it possible to put images as url in document [closed]
- How to add an image to a custom url?
- Ho to add “Create Slider” option to default “Add Media” popup?
- Creating ‘required’ fields in the ‘add media’ window
- Is it ok to paste a WordPress Image URL into a post?
- How do I track down the origin of the alt text on a particular image?
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- Images in Blog List
- How to filter the image embed code based on link type
- How to handle a background-size: cover image in WordPress?
- Importing images results to wrong folder structure
- Background image resets after time (XAMPP)
- Include image in excerpt
- WP keeps looking up post thumbnail on https even though wp-config says http
- How to post a mosaic of an image gallery instead of the entire gallery inside a post’ [closed]
- Empty alt/title form check in media library
- Auto delete attachments that are older than x days
- images not showing after transfer
- renaming an image automatically everywhere else (posts and pages)
- Images stopped loadding after adding SSl
- Using SRCSET with Images and Featured Images
- How to make a gallery with dynamic images from URLs?
- How to configure sub-domain for images on Debian Apache VPS?
- Show image crop window on image upload
- Why it doesn’t show media urls on rest Api? (WordPress)
- How to throw admin notice error on image upload
- Get size of smaller image version
- Resize images in existing posts
- Add padding while generating thumbnail
- Background-image not showing? [closed]
- How to add an image to the post preview in the free theme “food recipes”
- I am getting useless alphabets in images link
- How can I filter image HTML to add schema.org attributes?
- How to get file URL from media library
- Get image from parent category
- Images attached to posts from library link to 404 error page
- WordPress PNG compression issue
- Help to upload post attachments from Ajax
- How to implement secure frontend image upload? [closed]
- Divi Theme – images not showing on front page [closed]
- Edit image results in copies of file being created
- Images in Media aren’t showing, not broken
- How to replace images?
- Images not displayed when moving site to local
- Fixing image names for a site being restored
- Upload Image using wp_insert_attachment and file url don’t have file extension
- Replace image caption with its title and description
- Problem Cropping Images From WP Customizer
- Send email when a portfolio project is updated
- Retain the original name of the image on resize
- Custom thumbnail size of image when uploaded
- How To Get The File Extension Of Images Having Different Extensions In A Directory?
- Show image EXIF info
- using media_sideload_image with a file from theme directory
- Image increasing kb on resize
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- I want to use the GD image editor for just one function then switch back to ImageMagick
- WordPress 4.1 header image problem
- force feed readers to pick atom version
- wp_customize_image_control deprecated add_tab alternative
- Images uploaded to the media library has strange colors. However, in the edit screen the color is ok
- attach image from library to post with wp_insert_attachment
- Change wp-content/uploads to uploads/%postname%/%image%
- wp_get_attachment_image_src() returning incorrect width and height [duplicate]
- Is there any way to Integrate WordPress with Imgur for Image Hosting
- GoDaddy Number of Image Files Per Directory Exceeded
- Blank upload.php page
- How to translate get_intermediate_image_sizes?
- Replacing the content of an image attachment using API
- Post and featured image have the same name, why is the attachment (image) is showing and not the post?
- Change media URL (images)
- User-uploaded images without an account