Email logical conditional image
-
Hello, I have the paid version of your plugin which is at the top. I would like to know how I can display logical conditional images in emails? Currently in my mails, only the main image of woocommerce is displayed.
I use this code for woocommerce images in emails
// Adds image to WooCommerce order emails function w3p_add_image_to_wc_emails( $args ) { $args['show_image'] = true; $args['image_size'] = array( 100, 50 ); return $args; } add_filter( 'woocommerce_email_order_items_args', 'w3p_add_image_to_wc_emails' );
Thanking you in advance for your help
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Email logical conditional image’ is closed to new replies.