Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

UPS


sormui

Recommended Posts

Hi,

 

I want to use UPS for shipping the orders. Which package should I choose from conrtibution? Also, how do I get an account from UPS to get it run? Is UPS easily integrated to my site with osCommerce? If not, which shipping module is better? Thanks in advance!

Link to comment
Share on other sites

If you have an older version of oscommerce, there is a UPS module in the files you can use. If youhave the newer version, you will need to download one. UPSChocie works fine as does UPSXML. The latter is more work to set up since it requires an addtional option from UPS but nothing major. To get an account with UPS, go to their site and create an account. They will provide your login information, which you then place in the module in your admin. It should work after that.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

If you have an older version of oscommerce, there is a UPS module in the files you can use. If youhave the newer version, you will need to download one. UPSChocie works fine as does UPSXML. The latter is more work to set up since it requires an addtional option from UPS but nothing major. To get an account with UPS, go to their site and create an account. They will provide your login information, which you then place in the module in your admin. It should work after that.

 

Jack

 

I have just downloaded oscommerce recently so I think I have the newer version. I tried to go to http://www.oscommerce.com/community/contri...ons,528/page,11 to get the UPSChoice. But can I download the latest version? I tried but some errors are shown in my shipping module page and don't see UPS shown for installation. How can I solve it? Thanks!

Link to comment
Share on other sites

Yes, you can download the latest version. What is the error you see in the modules section?

 

Jack

The error is as follows:

 

Shipping Modules

 

Warning: include(C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132

 

Warning: include() [function.include]: Failed opening 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/oscommerce/catalog/includes/languages/english/modules/shipping/ups.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\admin\modules.php on line 132

 

 

Also, I see "MODULE_SHIPPING_UPS_TEXT_TITLE" under Modules.

Link to comment
Share on other sites

No, I don't have ups.php in includes/languages/english/modules/ directory.

I have tried to put ups.php in includes/languages/english/modules/ directory but same error is shown. However, I have also tried to put ups.php in includes/languages/english/modules/shipping directory and I get the following error:

 

Fatal error: Cannot redeclare class ups in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\includes\modules\shipping\ups.php on line 22

 

What's going on? Please help, Jack ... Thanks!

Link to comment
Share on other sites

I have tried to put ups.php in includes/languages/english/modules/ directory but same error is shown. However, I have also tried to put ups.php in includes/languages/english/modules/shipping directory and I get the following error:

 

Fatal error: Cannot redeclare class ups in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\oscommerce\catalog\includes\modules\shipping\ups.php on line 22

 

What's going on? Please help, Jack ... Thanks!

I think I have fixed my problem. The class cannot be redeclare so I add the following code before the declaration class ups:

 

if ( class_exists('ups') )
{
  return;
}

 

However, I see "MODULE_SHIPPING_UPS_TEXT_TITLE" instead of the name UPS in the list of modules. How can I fix it?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...