
Originally Posted by
Dave Wilson
Thanks Ropu for the clarification. I figured it might not hurt to put the two files in both locations, so I as far as I can tell I have resolved that issue.
I am still having problems getting UPS Ground to show up in my cart once the GC button is clicked. The only shipping options that show up are 1DM, 1DML and XPD even though they show as commented out in mcshipping. I deleted line 117 so UPS Ground was NOT commented out, but as a novice, perhaps that was the wrong move. Perhaps you could give me some guidance here?
hi dave
try this
PHP Code:
'ups' => array('domestic_types' =>
array('1DM' => 'Next Day Air Early AM',
'1DML' => 'Next Day Air Early AM Letter',
'GND' => 'Ground',
'XPD' => 'Worldwide Expedited')
),
the idea is NOT to delete the one you want, is to uncomment it
tell me how this works.
btw, 'XPD' wont work for address outside us, basically because GC dont yet do int'l shipping
ropu
Bookmarks