- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017
04:13 PM
01-24-2017
04:13 PM
The product weight is showing as 14.0000. I would like it to show as 14.00. I know I can change the value in the catalog_product_entity_decimal table in the database but I am not sure if making this change will affect anything else. Is there a place I can make a change and only affect the weight?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
11:08 AM
01-25-2017
11:08 AM
Don't change it in the database, change it in the ouput. Modify the template where it is displayed and wrap the output with number_format($weight, 2) for example.
Andreas von Studnitz, Trainer, Consultant, Developer and CEO of integer_net, Germany.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
11:08 AM
01-25-2017
11:08 AM
Don't change it in the database, change it in the ouput. Modify the template where it is displayed and wrap the output with number_format($weight, 2) for example.
Andreas von Studnitz, Trainer, Consultant, Developer and CEO of integer_net, Germany.