Replace Product Image with Order Meta
-
Question Description:
Display custom product images in the invoice.In my WooCommerce order, there is a field that stores a custom image URL (
custom_image
), and this field contains a unique image link for each product. However, the invoice currently displays the default WooCommerce product image. I would like to replace the product image in the invoice with thecustom_image
URL using PHP code.Could you recommend a PHP code solution that allows me to dynamically replace the product image in the PDF invoice with the URL from
custom_image
?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.