Dear,
I want to add the meta group in the pdf invoice for each order to specify the personalized detail of each product in the order.
We are using below code to add get the “item name” from woocoomerce.
[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">
We need a general name (not specific) to refer to meta group from PPOM, could you please advise what it should be?