stevemcl Posted February 2, 2007 Share Posted February 2, 2007 Hi, I just installed osCommerce 2.2ms2-060817 and tried installing UPS Choice 1.8 and am getting this error message: Warning: Failed opening '/home/jshoes/public_html/catalog/includes/languages/english/modules/shipping/ups.php' for inclusion (include_path='') in /home/jshoes/public_html/catalog/admin/modules.php on line 132 I don't have this file: catalog/includes/languages/english/modules/shipping/ups.php was it taken out when UPS was taken out of osCommerce 2.2ms2 ? It's not included in UPS Choice 1.8, does somebody have it and should it be added to UPS Choice 1.8? thanks, steve Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted February 2, 2007 Share Posted February 2, 2007 was it taken out when UPS was taken out of osCommerce 2.2ms2 ? Guess so.It's not included in UPS Choice 1.8, does somebody have it and should it be added to UPS Choice 1.8? Go ahead: <?php /* $Id: ups.php,v 1.5 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('MODULE_SHIPPING_UPS_TEXT_TITLE', 'United Parcel Service'); define('MODULE_SHIPPING_UPS_TEXT_DESCRIPTION', 'United Parcel Service'); define('MODULE_SHIPPING_UPS_TEXT_OPT_GND', 'UPS Ground'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DM', 'Next Day Air Early AM'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DA', 'Next Day Air'); define('MODULE_SHIPPING_UPS_TEXT_OPT_1DP', 'Next Day Air Saver'); define('MODULE_SHIPPING_UPS_TEXT_OPT_2DM', '2nd Day Air Early AM'); define('MODULE_SHIPPING_UPS_TEXT_OPT_3DS', '3 Day Select'); define('MODULE_SHIPPING_UPS_TEXT_OPT_STD', 'Canada Standard'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XPR', 'Worldwide Express'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XDM', 'Worldwide Express Plus'); define('MODULE_SHIPPING_UPS_TEXT_OPT_XPD', 'Worldwide Expedited'); ?> Don't know how up-to-date this is. Express Saver is since January 1 called Saver, but Express Saver is not even mentioned in the language file. 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.
Note: Your post will require moderator approval before it will be visible.