Display Product dimensions Height x Length x height
-
Hi there.
I want to display the basic native woocommerce (non-custom) product info on the pdf invoice. it concerns the size dimensions of the product. Length/width/heightchanging the weight to for instance length doesn’t work:
<?php echo $item[‘weight’]; ?>
to
<?php echo $item[‘length’]; ?>
its a variable product.
Any quick tip that will help me ? Im looking to echo the length of a specific variant on the invoice.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Display Product dimensions Height x Length x height’ is closed to new replies.