Implemented

customized product thumbnail in order email?

Hi,

I have the problem that the procuct thumbnail in woocommerce order e-mail ist not the customized one. It is showing the basic procut image instead of the customized product. Is there any way to achieve this?

  • i will try this, thanks!

     

  •  Hi, I did all Oval said and thumbnails appear all fine in the cart.

    But at the eMail level, the modification of email-order-items.php drives me to a blank page...

    Do you have an idea?

    For information, I have cutomizable products and other products also

     

  • After cache refresh of my browser it's all fine but the link to fancy product disappeared from the eMail...

     

  • It is seems iOS Mail.app starts to caching embedded images by its name (and show all over images as first loaded with same name). So i recommend to make unique name: 

    $cid = 'item_' . $count . '.png';

    |

    V

    $cid = 'item_' . strval($item_id) . '.png';



  • Any idea for adding this in the future?

  • I'm now in version 3.9.2. 

    Does anyone have a solution for this with the latest version of FPD?

  • I think the feature is in the next new version which is 3.9.3. Radykal is currently working on this. 

  • Included in V3.9.3

  • Any chance how the design image could be bigger included @ the new order email, or how it could be made bigger?

  • Is it on by default or do we have to enable it somehow?

Login or Signup to post a comment