Total number of products in an order
-
I’m adding a Conversion Tag to the thankyou.php of WooCommerce.
Its asking to add “quantity of items purchased” and I can’t seem to find a way of doing it.I’m using these so far:
Cost – <?php echo $order->get_order_total(); ?>
Order Id – <?php echo $order->get_order_number(); ?>And ideas?
Thanks
- The topic ‘Total number of products in an order’ is closed to new replies.