• Resolved larzu

    (@larzu)


    I’m looking solution to add product meta items to invoice nicely.

    Based on my knowledge the item separation is done with | wcj_order_items_table. Is there a way to print these slips without table borders?

    Is there way to but item_name and item_meta into one table cell? Alternatively they can be in separate rows.

    • This topic was modified 3 years, 8 months ago by larzu.
    • This topic was modified 3 years, 8 months ago by larzu.
Viewing 1 replies (of 1 total)
  • Plugin Contributor David G

    (@gravid7)

    Hi @larzu

    Thanks for reaching out to us.

    You can hide the table border by adding below css in the styling section.

    WooCommerce -> Booster Settings -> PDF Invoicing & Packing Slips -> Styling

    .pdf_invoice_items_table th, .pdf_invoice_items_table td, pdf_invoice_items_table {
    border:none !important;
    }

    You can display multiple items in one cell by adding data in comma(,) separated.

    Example :

    columns=”item_number|item_name,item_variation,item_meta|item_quantity|line_total_tax_excl”

    Let us know if you have any further queries.

Viewing 1 replies (of 1 total)

The topic ‘Invoices without bars & borders |’ is closed to new replies.