-- HikaShop version -- : 4.4.3
Dear Hika team,
I always had the weight and dimensions shown on the product listing page using this code in the listing_img_title view:
<?php echo round($this->row->product_weight, 2) . ' ' . $this->row->product_weight_unit; ?>
Now I have made the dimension cl a language string as I am in the process of making my site multilingual. It is translated now on the product detail page, but not on the product listing page.
Can I add something to the code in the view so that it also appears as translated on the product list?
Thanks in advance