Packing Slips
-
I would really like to use this Packing Slip feature with the PDF Invoice & Packing Slip Module, but is the Packing slip part only available for premium users?
The Invoice is sending out beautifully as expected – great job!
For the Packing Slip, I have the template done, have it checked off under Email Options that the Packing Slip should attach for a New Order, but nothing ever appears.
Any insight into why this would happen?
This is my template in case my wording is causing an error:
<h1>Invoice</h1>
<p>
<table class=”pdf_invoice_heading_table”>
</table>
</p>
<p>
<table class=”pdf_invoice_seller_buyer_table”>
<tbody>
<tr><th>Billing Info</th><th>Delivery Info (if applicable)</th></tr>
<tr><td>[wcj_order_billing_address]<br>[wcj_order_checkout_field field_id=”billing_phone”]<br>[wcj_order_checkout_field field_id=”billing_email”]</td><td>[wcj_order_shipping_address hide_if_zero=”no”]</td></tr>
</tbody>
</table>
</p>
<p>[wcj_order_total] has been successfully processed by [wcj_order_payment_method].</p>
<p>
[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>
<br></tbody>[wcj_tcpdf_pagebreak]
<b>Signatures</b><br><br>I have inspected these items and agree that everything listed on this invoice was received. If there are any damaged items, I have noted them below. Otherwise it is assumed that everything was received in perfect working order.<br><br><br>
First Name: ___________________________________________<br><br>
Last Name: ___________________________________________<br><br>
Signature: ______________________________________________<br><br>
Cell Phone #: ____________________________________________<br><br>
<br><br><br>
<b>Damages to Note</b><br><br>
____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
</table>
</p>
- The topic ‘Packing Slips’ is closed to new replies.