module == 'uc_product') { // Sadly, UberCart doesn't namespace itself in the $node yet. // See http://drupal.org/node/478952 for more. $fields = array( 'model' => t('UberCart: Model/SKU'), 'list_price' => t('UberCart: List price'), 'cost' => t('UberCart: Cost'), 'sell_price' => t('UberCart: Sell price'), 'weight' => t('UberCart: Weight'), 'weight_units' => t('UberCart: Weight units'), 'length' => t('UberCart: Length'), 'width' => t('UberCart: Width'), 'height' => t('UberCart: Height'), 'length_units' => t('UberCart: Length units'), 'pkg_qty' => t('UberCart: Package quantity'), 'default_qty' => t('UberCart: Default quantity to add to cart'), 'ordering' => t('UberCart: List position'), 'shippable' => t('UberCart: Product and its derivatives are shippable'), ); } return $fields; }