Guest Posted March 17, 2003 Share Posted March 17, 2003 Just when you think it's safe .. something weird happens ;) Using a november snap shot .. everything works fine .. including the UPS module .. except for one odd detail .. The text for ups_GND doesn't show up ... :shock: http://bodytemple.net/ups_ss.gif .. it is defined properly define('MODULE_SHIPPING_UPS_TEXT_OPT_GND', 'UPS Ground'); .. and as you can see in the screenshot, the rest of them work fine I have spent nearly an hour searching the forum for anyone with the same or similar issue, but find the lack of descriptive post subjects makes for a very long day in searching for anything :( Thanks for any insight .. Link to comment Share on other sites More sharing options...
jekman Posted March 27, 2003 Share Posted March 27, 2003 I'm experiencing the same exact problem ... any ideas? Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 no ideas on this .. I have even installed a fresh loaded v4 and v5 from Ian and get the same result :? I'm going to take a look at it tomorrow and try and slap something in there but I would like to know why it doesn't work now . I will share if I figure anything out . Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2003 Share Posted March 29, 2003 ok .. I'm officially stumped.. I can't even figure out how to get that selection not to show up .. ie: all of the other UPS rates to show but not the radio button for the ground selection. I want to offer 2nd day etc .. and can use a table rate to get close to the ground rate .. Does ANYBODY have a loaded version of osC with the UPS actually working ? or .. can you help me get rid of the ground radio button ? thanks :) Link to comment Share on other sites More sharing options...
c-field Posted March 30, 2003 Share Posted March 30, 2003 Seems to me that the array on line 24 of /shop/includes/modules/shipping/ups.php needs to include the exact string 'GND'. Mine had GNDCOM and GNDRES, but not GND. I havn't performed a test on this yet as I have to run, but I will when I get back. I just wanted to leave a note. Hope that helps. Link to comment Share on other sites More sharing options...
Guest Posted March 30, 2003 Share Posted March 30, 2003 THANK YOU !!! I had tried changing GRNDRES to GRNDCOM and even GND in my loaded v4 store .. but evidently not the loaded v5. ~ line 75 of the loaded v5 ups.php if ( (tep_not_null($method)) && (isset($this->types[$method])) ) { $prod = $method; } else { $prod = 'GNDRES'; } as soon as I changed GNDRES to GND it worked !!! so I gambled and put it on the loaded v4 store .. I had to turn the module on and off a couple of times in the admin to make it stick .. but it did and it works !!! Thank you VERY much c-field ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.