-- HikaShop version -- : Business 4.2.2
I'm trying to display the product weight in the Shopping Cart (and Checkout Cart), but when I access $product->product_weight and $product->product_weight_unit, it shows them in the general cart weight.
For example: a 50g product and a 1Kg product show "0.05kg" and "1,000kg", respectively. I'd like to be able show them as "50g" and "1Kg" on the product line-items.
How can I show the product weight in their original unit/values? (items have "50g" and "1kg" as their actual weight entries)