Hi,
Iβm using a plugin to generate PDF invoices for customer orders.
In my custom invoice template, Iβm displaying the list of ordered items using the [item_name] shortcode to show the product name. However, Iβve noticed that product variations (such as size, color, etc.) are not showing up on the invoice.
Iβve tried using [item_meta] and [item_meta_data], but nothing displays or the field stays empty.
π Which shortcode should I use to properly display product variations on the PDF invoice?
Iβm trying to achieve something like:
T-shirt β Size: M β Color: Red
For reference, Iβm using the Attribute Stock plugin to manage stock per variation.
Any help or guidance would be greatly appreciated.
Thanks in advance!