Depending on what type of shop your setting up the UPS product dimensions fields can narrow down the price dead on, but if your a dropship company selling 1000's of products, knowing the product box dimensions is just not going to happen.
It would be nice to see a checkbox in ubercart admin to turn this feature on or off.
For now you can simply comment it out.
Line # 89 in ubercart/shipping/uc_ups.module
//if ($form_values['ups']['pkg_type'] == '02' && (empty($form_values['length']) || empty($form_values['width']) || empty($form_values['height']))) {
//form_set_error('base][dimensions', t('Dimensions are required for custom packaging.'));
//}Note: you will still have to add customer supplied package for UPS when you add your products... Now UPS will show the right prices without the guess work.





Joined: 11/10/2007