Length, Width, Height and Ubercart

Category
drupal, ubercart
Date Created
14th Jan 2010
Last Updated
9th Jul 2010

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.

Related terms