Hello @danicasati
It’s not possible because that plugin just reads the weight from the cart, doesn’t save it to the order meta.
You can add the weight very easily with our Premium Templates extension, adding a total weight row inside the customizer, like below:

Thread Starter
Dani
(@danicasati)
So, “it is not possible” because weight is not stored in order meta, but yes with a premium extension?
Hello @danicasati
Correct, the Woo Cart Weight plugin doesn’t save the total weight to the order meta data just do the weight calculation on cart and checkout using the get_cart_contents_weight() method, but our Premium Template extension calculates that for you based on the order data and print it to the PDF like i show you on my previous post.
-
This reply was modified 5 years, 11 months ago by
alexmigf.
Thread Starter
Dani
(@danicasati)
With premium extension, could I add customer’s telephone number too?
Hello @danicasati
Yes, you can, you just need to add the placeholder {{billing_phone}} inside a custom block.
Thread Starter
Dani
(@danicasati)
Ok, I’ll consider to buy the extension.