How can I display products weight and dimensions in customer's cart page?

1 mese tempo fa
I am using version 3.90

How can I display products weight and dimension on front-end cart page? Can I do it without using any plugins?

Thanks.
1 mese tempo fa
Similar to your other post,
https://www.nopcommerce.com/en/boards/topic/94410/check-if-it-is-grouped-product-in-_productboxcshtml#296325
Use the productService to GetProductById() the product and then access the properties you need.
1 mese tempo fa
New York wrote:
Similar to your other post,
https://www.nopcommerce.com/en/boards/topic/94410/check-if-it-is-grouped-product-in-_productboxcshtml#296325
Use the productService to GetProductById() the product and then access the properties you need.


It didn't help me.
1 mese tempo fa
Post the code that you tried