Product Image in PDF Invoices
-
Hey Team,
I’m trying to add the product image in to PDF invoices using the shortcode “wcj_product_image” but the image isn’t coming through on the pdf. I’ll copy my html template here:
<h1>Invoice</h1>
<p>
<table class=”pdf_invoice_heading_table”>
<tbody>
<tr><th>Invoice Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Invoice Date</th><td>[wcj_invoice_date]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class=”pdf_invoice_seller_buyer_table”>
<tbody>
<tr><th>Seller</th><th>Buyer</th></tr>
<tr><td>Company Name
Address
Address
</td><td>[wcj_order_billing_address]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class=”pdf_invoice_items_table”
columns=”item_number|item_name|wcj_product_image|item_quantity|line_total_tax_excl”
columns_titles=”|Product|Image|Qty|Total”
columns_styles=”width:5%;|width:25%;|width:50%|width:5%;|width:15%;text-align:right;”]
<table class=”pdf_invoice_totals_table”>
<tbody>
<tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr>
<tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero=”no”]</td></tr>
<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
</tbody>
</table>
</p>Am I doing something wrong? The .pdf looks correct, the image is just missing. Thanks for your help.
– Aaron
- The topic ‘Product Image in PDF Invoices’ is closed to new replies.