• The new update from 5.6.1 to 5.6.2 made the PDF invoices not show the line items anymore. So all I get in the invoice is the subtotal and shipping details but not what they ordered. Every time I update this happens. So I revert back to 5.6.1 to fix this problem.

    • This topic was modified 2 years, 3 months ago by mercurydan.
Viewing 6 replies - 1 through 6 (of 6 total)
  • One of my clients has the same sort of issue too. The shipping option for the buyer to use their own account number no longer exists, but is back when reverted to an older version.

    Plugin Author ronyp

    (@ronyp)

    Hello @bobcatou and @mercurydan,

    I apologize for the issues you guys are facing. Could you please share the shortcode you are using for the line item so that I could replicate it at my end and suggest a fix?

    Kind Regards,
    RonyP – Support Team

    Thread Starter mercurydan

    (@mercurydan)

    I think its this section of code not showing up.

    <p>
    [wcj_order_items_table table_class=”pdf_invoice_items_table”
    columns=”product_thumbnail|product_sku|item_name|item_quantity|line_subtotal_tax_incl”
    columns_titles=”image|SKU|Product|Qty|Total”
    columns_styles=”width:7%;|width:5%;|width:68%; font-size: 1.5em;|width:5%; font-size: 1.5em;|width:15%;text-align:right; font-size: 1.5em;”]
    <table class=”pdf_invoice_totals_table” style=”font-size:10vw”>`

    I’m not using a shortcode. I originally set it up with these docs. https://booster.io/docs/woocommerce-custom-shipping/?utm_source=module_documentation&utm_medium=dashboard_link&utm_campaign=booster_documentation

    I could set up a development site where you could see the bug occur, if that would help.

    Bryan

    Hello guys, for me it’s the same since I use the 5.6.2 I have this problem :

    When I go on woocommerce > orders > I thick my orders > Action download (zip) invoice > So now I have my zip folder on my computer. when I open each pdf invoice one by one it’s all the time the same, some lines are missing. For me the number of the invoice. And the lines abouts orders details products / quantity / price …

    Here are my missing lines :

    [wcj_invoice_number]

    `[wcj_order_items_table table_class=”pdf_invoice_items_table”
    columns=”product_sku|item_name|item_quantity|line_subtotal_tax_excl”
    columns_titles=”Code article|Produit|Qty|Total”
    columns_styles=”width:20%;|width:60%;|width:5%;|width:15%;text-align:right;”]

    For the moment if found something, when I go on woocommerce > orders > on the right side you have the number of the invoice, when I click on it, I download the invoice and when I do it one by one like that all the lines are there…

    If you find a solution let me know.
    Baptiste

    Thread Starter mercurydan

    (@mercurydan)

    I used a staging site and Reset the settings on PDF invoices, but nothing changed it still doesnt show the order line items in the update 5.6.5.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘line items on invoice not showing on update 5.6.2’ is closed to new replies.