gambl Posted December 1, 2005 Share Posted December 1, 2005 Can anyone help with getting the ground shipping as the only option for shipping with UPS. Other shipping options are being displayed and I only want to display the ground option. Thank you Quote Link to comment Share on other sites More sharing options...
spatz Posted December 15, 2005 Share Posted December 15, 2005 Can anyone help with getting the ground shipping as the only option for shipping with UPS. Other shipping options are being displayed and I only want to display the ground option. Thank you Find this line in ups.php function _upsGetQuote() { if (!isset($this->_upsActionCode)) $this->_upsActionCode = '4'; Change the 4 to a 3. Ground will be the only option displayed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.