How to display weight of each item in cart & checkout page?
I mean each product, not total weight (like on top of page title).
This,
Code: Select all
$this->data['weight'] = $this->weight->format($product_info['weight'], $product_info['weight_class_id']);
But I can't make it work on cart or checkout page.
Thanks =)