Subtotal Sometimes displays, sometimes doesnt display!
-
Sometimes the subtotal shows, and sometimes it doesn’t on the PDF invoice! I cannot find a reason why this would happen. This is the code I am using:
line_subtotal_tax_excl
This is the whole part in case you need to dig deeper – please help!
[wcj_order_items_table
table_class=”pdf_invoice_items_table”
exclude_by_categories=”ignore”
product_image_width=”50″
product_image_height=”50″
columns=”product_thumbnail|item_name|item_quantity|product_purchase_note|line_subtotal_tax_excl|line_tax”
columns_titles=”Pic|Product|Quantity|Note|Price|Tax”
columns_styles=”width:10%;|width:25%;|width:10%;|width:35%;|width:10%|width:10%;text-align:center;”]
<table class=”pdf_invoice_totals_table”>
<tbody>
<tr><th>Subtotal</th><td>[wcj_cart_subtotal]</td></tr>
<tr><th>Fuel Charge for Delivery</th><td>[wcj_order_shipping_price excl_tax]</td></tr>
<tr><th>Coupon Code Discounts</th><td>[wcj_order_coupons]</td></tr>
<tr><th>Taxes</th><td>[wcj_order_total_tax]</td></tr>
<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
</table>
The topic ‘Subtotal Sometimes displays, sometimes doesnt display!’ is closed to new replies.