• Resolved jackofallspades

    (@jackofallspades)


    Hi there,

    The coupon deduction showing on the PDF invoice was working, and now it isn’t!

    This is what I have:
    <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>

    </tbody>

    Now it is not returning the result there. Any idea what I have done?

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hi Carrie,

    Yes, it should look like this:
    <tr><th>Coupon Code</th><td>[wcj_order_meta meta_key="_cart_discount" before="-$"]</td></tr>

    If this is not working try removing quotation symbols and typing them again – these forums replace them with a similar but not the same character.

    Thread Starter jackofallspades

    (@jackofallspades)

    ou’re a genius… beautiful! You can mark this closed, thanks.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Coupons not showing on pdf invoice’ is closed to new replies.