• Resolved sandeep22

    (@sandeep22)


    Hi …

    I have Custom Attribute
    As HSN
    And HAve Simple Product
    Now I have to Display IN PDF INVOICE

    Plzz Help

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sandeep22,

    Product attributes can be displayed in PDF invoice by adding product_attribute column to the [wcj_order_items_table] shortcode (in “WooCommerce > Settings > Booster > PDF Invoicing & Packing Slips > Templates”). I.e. something like that:

    [wcj_order_items_table 
    	table_class="pdf_invoice_items_table"
    	columns="item_number|item_name|product_attribute=attr_key|item_quantity|line_total_tax_excl"
    	columns_titles="#|Product|Attribute|Qty|Total"
    	columns_styles="width:5%;|width:50%;|width:25%;|width:5%;|width:15%;text-align:right;"]

    You need to replace attr_key with your custom attributes key.

    Hope that helps.

    If you wish for me to look into it on your server, you can contact me on [email protected]

    Best regards,
    Tom

    Thread Starter sandeep22

    (@sandeep22)

    It Worked,
    Thank you for your Assistance

    Hi @sandeep22,

    Happy to hear it’s solved. Let me know if you have any more questions. And if you like Booster, please leave us a rating.

    Best regards,
    Tom

    Hi……

    how to add GST no and Product HSN code in Invoice.I using WooCommerce PDF Invoices & Packing Slips plugins. please help me.

    Thank You.

    Hi @soumen1994,

    Sorry, but I could only help if you would be using our Booster plugin for invoices. I would suggest asking on WooCommerce PDF Invoices & Packing Slips plugin forum.

    Best regards,
    Tom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PDF INVOICE PRINT HSN CODE’ is closed to new replies.