• Hello- your plugin has been amazing. Anytime I need something, I go through the options and you guys offer it! I am playing around with your PDF Invoicing now and have some questions. I have a Rental Booking Plugin from Tyches Software, as well as the WooCommerce Bundles & Composites from Somewhere Warm. I am trying to get the PDF to be compatible to both of those which has been difficult.

    This is what my invoice looks like:
    <h1>Your Booking Request</h1>
    <p>Thank you for booking with Jack of all Spades. Your Charge for [wcj_order_total] has been successfully processed with this method of payment: [wcj_order_payment_method]. Please see below for your list of items ordered. Reply to this email if you would like to make any changes.</p>
    <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_items_table
    table_class=”pdf_invoice_items_table”
    product_image_width=”50″
    product_image_height=”50″
    columns=”product_thumbnail|item_name|item_quantity|product_purchase_note|line_total_tax_excl”
    columns_titles=”Pic|Product|Quantity|Note|Price”
    columns_styles=”width:10%;|width:25%;|width:10%;|width:45%;|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=”yes” hide_if_zero=”yes”]</td></tr>
    <tr><th>Coupon Code Discounts</th><td>[wcj_order_coupons hide_if_zero=”no”]</td></tr>
    <tr><th>Stripe Credit Card Fee</th><td>[wcj_stripe_fee]</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>
    ——————————————–

    1) How do I get the date that they book their rental for, to show on this PDF? (Again I use Rental Booking Plugin from Tyches Software). In the item name column, if it is a variable product, it shows the date that event starts and finishes, but it won’t show the date on any other items. – only on variable products. I actually don’t want it to show up on any products as it will be repeated for each product needlessly over and over. I only want the date that the rental is booked for, to show up ONCE at the top of the page, and not on each item. In this case, it is only showing up on variable items. How can I change that to only show at the top of the page, and to remove it from the variable products?

    2) How can I show bundled items indented to show that its part of a bundle, as well as show that a bundle is part of a composite? I suppose I could have one column for composites, one column for bundles and one column for single products/variable products but there must be a better way. Can you let me know how I can do this?!

    3) Is there a way to hide a product from the PDF invoice from showing? If so, how and where do I enter that the sku?

    4) I use Stripe for credit card fees, and charge that fee to the customer. How do I get that to show up on a line by the subtotal?

    5) You can see I tried to hide a few things if they show zero, such as Delivery Fuel Charge and Coupon Code, but it is not working. How can I make them hidden if zero?

    6) You can also see that instead of Buyer, I have Delivery Info. How can I hide that if they are not getting it delivered?

    Thank you for all of your help!!! Seriously amazing plugin.

  • The topic ‘PDF Invoice Questions’ is closed to new replies.