• Resolved Hornet25

    (@hornet25)


    Hi there,

    I have the PDF invoicing module active and the invoice displays the Item Name and then underneath in a smaller font, the variations which is great but it then also displays the meta data for the product. Please can you let me know how I can remove the meta data but keep the variations.

    Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support David G

    (@gravid7)

    Hi @hornet25

    Thanks for reaching out to us.

    Please try to use ‘item_name’ to display the product name in the template.

    If it’s not working for you, please share your invoice template code. So, we can check and help you.

    Thread Starter Hornet25

    (@hornet25)

    Thank you David,

    I have checked our code and it does appear that we are using ‘item_name’ in our template. I have pasted the relevant part of our template code below:

    <p>
    [wcj_order_items_table table_class="pdf_invoice_items_table"
    	columns="item_number|item_name|item_quantity|line_total_tax_excl"
    	columns_titles="|Product|Qty|Total"
    	columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"]
    <table class="pdf_invoice_totals_table">
    <tbody>
    	<tr><th>Total (incl. Shipping)</th><td>[wcj_order_total_excl_tax]</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>

    Kind regards,

    Ian

    Thread Starter Hornet25

    (@hornet25)

    David,

    I was wondering if you could help having seen the code I am using for the template.

    I look forward to hearing from you.

    Kind regards,

    Ian

    Plugin Support David G

    (@gravid7)

    Hi @hornet25

    Thanks for your message.

    Can you please contact us from our website? So, we can take a deeper look and help you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Meta data appearing under item name as well as variants’ is closed to new replies.