• Hi guys,

    I need a bit of help with PDF INVOICING & PACKING SLIPS module.

    In my country, the invoice must have an additional field: U.M. (Unit of measurement).
    I created the table here but I don’t know how to populate the table in the UM cell with “pcs” for each product. Can you help me do that?

    Plus, I need to have “pcs” in UM for shipping (“transport” in my example) as well as quantity cell for shipping. Can you help me?

    Here is the code of my table:

    [wcj_order_items_table table_class="pdf_invoice_items_table" variation_as_metadata=no shipping_as_item=Transport
    	columns="item_number|item_name||item_quantity|line_total_tax_incl|line_total_tax_incl"
    	columns_titles="Nr.Crt.|Denumirea produselor sau a serviciilor|U.M.|Cantitate|Preț unitar<br>- lei -|Valoarea<br>- lei -"
    	columns_styles="width:5%;text-align:center;|width:43%;text-align:center;|width:7%;text-align:center;|width:10%;text-align:center;|width:20%;text-align:center;|width:15%;text-align:center;"]
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor David G

    (@gravid7)

    Hi @grandescu

    Thanks for reaching out to us.

    if possible can you which values should show on the (U.M.) column? We will surely check and help you to display it.

    Thread Starter grandescu

    (@grandescu)

    Hi,

    I already said that i want to be “pcs” or “buc” in my language. Doesn’t matter what is the word because i can change it. It matters how i can do it?

    As well as how i can have values for the shipping line in “UM” and “Cantitate” columns?

    Thanks,
    Alex

    Plugin Author ronyp

    (@ronyp)

    Hello @grandescu,

    Here is the table code you can customize as per your requirement.

    [wcj_order_items_table table_class="pdf_invoice_items_table"
    columns="item_number|item_name|item_quantity|line_total_tax_excl|item_weight|item_width|item_height|item_length"
    columns_titles="|BOOKING|Qty|Totale|Weight|Width|Height|Length"
    columns_styles="width:5%;|width:5%;|width:5%;|width:5%;|width:5%;|width:15%;text-align:right;"]

    Thank you

    Kind Regards,
    Rony P – Support Team

    Thread Starter grandescu

    (@grandescu)

    Hi,

    This doesn’t help at all.
    Please answer to my specific question not with a template answer 🙁

    Thanks,
    Alex Iacob

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Unit of measurement for PDF INVOICING & PACKING SLIPS’ is closed to new replies.