Looking through uc_usps shipping module I noticed on lines #423 and #446 include
$services[$attr['id']]['label'] = t('USPS @service','<img class="ups_logo" src="'. base_path() . drupal_get_path('module', 'uc_ups') .'/uc_ups_logo.gif" /> ', array('@service' => $service->svcdescription[0]->data()));AND
$quotes[$key]['option_label'] = '<img class="ups_logo" src="'. base_path() . drupal_get_path('module', 'uc_ups') .'/uc_ups_logo.gif" /> '. $method['ups']['quote']['accessorials'][$key] . t(' Rate');Shouldn't it be a usps logo not ups??? Either way none is showing up. Thought I point that out.





Joined: 11/10/2007