In catalog/controller/product/category.php, I have added
Code: Select all
$data['weight'] = $this->weight->format(($result['weight'] ) , $result['weight_class_id'], $this->language->get('decimal_point'), $this->language->get('thousand_point'));
Code: Select all
'weight' => $result['weight'],
Code: Select all
<p>{{'Weight:'}} {{weight}}</p>