Length, Width, Height and Ubercart
Question
How to display just Width and Height
Answer
sites/all/thmes/contrib/fusion/fusion_core/template.php
See the line below:
$dimensions = !empty($node->height) && !empty($node->width) && !empty($node->length); /* MR */
This might help. Work in progress.