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

Hace 1 mes
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.
Hace 1 mes
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.
Hace 1 mes
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.
Hace 1 mes
Post the code that you tried