Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New UPS XML Shipping Module available


Recommended Posts

Hey Pete,

I don't have the answer for this module, but look into using Google's Address Autocomplete.  Burt was working on module for this and It he has it available.  It solves 99% of the address problems.

I'm not really a dog.

Link to comment
Share on other sites

On 5/5/2018 at 4:02 AM, mollymcb said:

Only thing I see different is $_Post instead of $HTTP_POST_VARS and tep_href_link('modules.php' instead of tep_href_link(FILENAME_MODULES

osCommerce Online Merchant v2.3.4.1
PHP Version 5.3.29

I'm at a loss and need help. Any help is greatly appreciated.

Hope this isn't too late... it sounds like you may have the CE/Edge/Frozen version installed. This is GOOD. However, the code has been updated, replacing $HTTP_POST_VARS by $_POST and module name defines (FILENAME_MODULES) with hard-coded strings. The code is functionally identical (works the same way). If you are installing this into an older osC, you may need to back out those updates (change $_POST back to $HTTP_POST_VARS... you may be able to leave the hard-coded module name). Be careful if installing older add-ons into a new osC or vice-versa.

By the way, PHP 5.3 is terribly ancient. Any up-to-date system should be at PHP 7.1 by now (the earliest supported PHP version). 5.6 and 7.0 are somewhat tolerable (they went out of support a week ago) but should be planned for replacement soon. Incidentally, the CE/Edge/Frozen version will run on PHP 7.1 or below (PHP 7.2 may need a few fixes), while the "official" 2.3.4.1 won't run reliably at that level. I won't swear that CE/Edge/Frozen will still work properly on PHP 5.3 -- it might.

Link to comment
Share on other sites

I had a revelation in another thread... but hopeful that I'll get a better reply here...

As I wrote earlier, I'm trying to eliminate the address verification component of this module.  I know it can function without it because I have another modification that does shipping estimation and it works from the zip code only, and it works GREAT... so clearly, the XML is able to get the info without an address...

Perhaps this will tickle the brain cells on this one.  It's beating me up.

Thanks,

Pete

Link to comment
Share on other sites

  • 8 months later...

Trying to install this module on a CLEAN Frozen install

Operating System
I included a crop of the installation screen 

The OSC is CE-Phoenix-2341-Frozen
The module is UPSXML version 1.7

THIS INSTALL IS RUNNING ON A LOCAL SERVER

I do not understand exactly what is happening.  

When I place the upsxml.php in the includes/modules/shipping directory the shipping modules installation screen fails to load completely.

NO there is no other UPS module there, as shown on the BEFORE placing portion of the graphic.

After placing the module shows the screen after the upsxml.php is placed.

Solutions?  Recommendations?

SYSTEM.jpg

BEFORE - AFTER.jpg

Link to comment
Share on other sites

  • 1 month later...

 

On 9/14/2019 at 11:33 AM, Chadduck said:

Trying to install this module on a CLEAN Frozen install

Operating System
I included a crop of the installation screen 

The OSC is CE-Phoenix-2341-Frozen
The module is UPSXML version 1.7

THIS INSTALL IS RUNNING ON A LOCAL SERVER

I do not understand exactly what is happening.  

When I place the upsxml.php in the includes/modules/shipping directory the shipping modules installation screen fails to load completely.

NO there is no other UPS module there, as shown on the BEFORE placing portion of the graphic.

After placing the module shows the screen after the upsxml.php is placed.

Solutions?  Recommendations?

SYSTEM.jpg

BEFORE - AFTER.jpg

We are experiencing the same thing using CE Phoenix 1.0.2.0 and hoping someone out there has an idea. Our best guess is coding differences in the admin/modules.php  

Most of the UPS XML add-ons out there have changes to admin/modules.php in the installation instructions, however, we can't get it to work: either the modules page fails to load all-together, or, we are presented with the same before/after image.

Colin

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.

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...