Shortcode does not appear on .pdf (incl. code)
-
I have a small issue with my .pdf invoices.
At the bottom (last line) HTML template of the .pdf, the shortcode [wcj_product_width] works fine, but in the table it does not appear. Below is the code of de .pdf template, who can help me out?

<h1>FACTUUR</h1>
<p>
<table class=”pdf_invoice_heading_table”>
<tbody>
<tr><th>Factuur Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Factuurdatum</th><td>[wcj_invoice_date]</td></tr>
<tr><th>Voor bestelbon</th><td>[wcj_custom_doc_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class=”pdf_invoice_seller_buyer_table”>
<tbody>
<tr><th>Verkoper</th><th>Klantgegevens</th></tr>
<tr><td>BEYOND BORDERS bvba<br>Sparrenweg 29<br>3520 ZONHOVEN<br>+32 498 66 35 95<br>www.beyondborders.be<br>BANK BE19 0689 0410 6412<br>BTW BE 0643879862<br></td><td>[wcj_order_billing_address]<br>[wcj_order_billing_phone]<br></td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class=”pdf_invoice_items_table”
columns=”item_number|item_name|item_quantity|line_total_tax_excl”
columns_titles=”|Reisomschrijving|Hvl|Totaal”
columns_styles=”width:5%;|width:75%;|width:5%;|width:15%;text-align:right;”]
<table class=”pdf_invoice_totals_table”>
<tbody>
<tr><th>BTW</th><td>[wcj_order_total_tax hide_if_zero=”no”]</td></tr>
<tr><th>Totaal</th><td>[wcj_order_total]</td></tr>
<tr><th>Te betalen 1 april 2017 (resterend bedrag)</th><td>[wcj_product_length]</td></tr>
<tr><th>Te betalen voorschot</th><td>[wcj_product_width]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class=”pdf_invoice_items_table”
columns=”item_short_description”
columns_titles=”Beschrijving van de reis”
columns_styles=”width:100%;”]
<table class=”pdf_invoice_totals_table”>
</table>
</p>
<p>Betalingsmethode: [wcj_order_payment_method]</p>
Te betalen voorschot: [wcj_product_width]
The topic ‘Shortcode does not appear on .pdf (incl. code)’ is closed to new replies.