Display total amount of items on PDF
-
Hi,
Great plugin, been using it for a while now, works great.
My question:
In my emails I recently added the total amount of items that are in the order..
IE.
2 Shirts
3 SweatersTotal items: 5.
I do this by adding:
<?php echo $order->get_item_count() ?>
I tried to add this to the PDF as well, didn’t work. Tried a number of variations such as:
<?php echo $wpo_wcpdf->get_item_count() ?>
But I always get the error “Call to a member function get_item_count() on a non-object”..
Any suggestions as to how to solve this?
Thanks in advance.
https://www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display total amount of items on PDF’ is closed to new replies.