Weight is presented as 117.900 grams. How can I get rid of last 2 numbers and have 117.9 ?
In the cscart_products table change type of the weight column from decimal(13,3) to decimal(13,1)
Brilliant! Thanks a lot!
In the cscart_products table change type of the weight column from decimal(13,3) to decimal(13,1)