Nek0ret
Member
I would like to record all line items name and number from Woocommerce completed orders.
For example:
Order Number: #10000
Order Item:
1x Pen
2x Pencil
4x Paper
Pen is $1 for each
Pencil is $4 for each
Paper is $3 for each
and the Payment fee is $5
in the google sheet will be like
I only can do "Line Items 0 Quantity"x "Line Items 0 Name", "Line Items 1 Quantity"x "Line Items 1 Name", "Line Items 2 Quantity"x "Line Items 2 Name"... etc
Is there a way for list up and record all line items and their quantity, name and total for Google sheet?
For example:
Order Number: #10000
Order Item:
1x Pen
2x Pencil
4x Paper
Pen is $1 for each
Pencil is $4 for each
Paper is $3 for each
and the Payment fee is $5
in the google sheet will be like
Order ID | Order Detail | Total | Fee |
#10000 | 1x Pen, 2x Pencil, 4x Paper | 21 | 5 |
I only can do "Line Items 0 Quantity"x "Line Items 0 Name", "Line Items 1 Quantity"x "Line Items 1 Name", "Line Items 2 Quantity"x "Line Items 2 Name"... etc
Is there a way for list up and record all line items and their quantity, name and total for Google sheet?