USPS Logo in Quotes

Posts: 146
Joined: 11/10/2007
Bug Finder

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.

--

Give and you will receive, you will be given much. Pressed Down, Shaken together, Running Over, it will spill into your lap.

Posts: 2267
Joined: 08/07/2007
AdministratoreLiTe!

Are you sure you've got the right version? I don't see "ups" in uc_usps.module anywhere.

Posts: 146
Joined: 11/10/2007
Bug Finder

I'm using 5.x-1.3

AttachmentSize
usps.png16.29 KB
--

Give and you will receive, you will be given much. Pressed Down, Shaken together, Running Over, it will spill into your lap.

Posts: 146
Joined: 11/10/2007
Bug Finder

Your right I downloaded 1.3 again... Looks like when I upgraded to 1.3 this file wasn't updated.

--

Give and you will receive, you will be given much. Pressed Down, Shaken together, Running Over, it will spill into your lap.