Image not show the pdf
-
Logo and product image not showing. Only show “Red X”. I add the wp-config.php
define( 'WC_CART_PDF_THUMBNAIL_COMPATIBILITY', true );
and add functions.php
"add_filter( 'wc_cart_pdf_mpdf', function( $mpdf ) { $mpdf->curlUserAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'; return $mpdf; } );"
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.