Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I installed the 1.02 version of the UPS XML module and in testing, I think I've found a bug.

 

When going through the order process, I get all of the services with the appropriate rates from UPS. No errors. I can select ground if it's not already selected, but if I change my mind and go back to the service selection form, select another UPS service (such as 2nd day), when I click the continue/checkout button, I'm redirected back to the services selection form and ALL of the rates have been increased (in my case, a ground package initially quoted at 5.94 all of a sudden costs 11.88.

 

Has anyone seen this and/or is there a fix?

 

My steps to reproduce:

 

1) visit http://www.artglassbooks.com/catalog/index.php?cPath=29_39. This is the only product in the catalog at this time. Add to cart and go to checkout.

 

2) You should have 3 different shipping services: Flat rate (selected), UPS XML and UPS standard. Change the shipping service to the UPS XML Ground. Take note of the shipping cost. Click 'Continue'.

 

3) Use your back button to get back to the shipping selection form. Choose another UPS XML service (I chose UPS 3 Day Select). Click 'Continue'.

 

4) You should be directed to the payment info, but instead are redirected back to the shipping selection form. Now look at all the UPS XML prices. They've all gone up.

 

Any help would be greatly appreciated.

 

Nick

Posted

I had the same issue with the UPS XML module. After taking out

®

and

<sup>SM</sup>

from includes/languages/english/modules/shipping/upsxml.php it works fine.

 

For example change this line to:

 

define 'MODULE_SHIPPING_UPSXML_SERVICE_CODE_US_ORIGIN_12', 'UPS 3 Day Select®');

 

define 'MODULE_SHIPPING_UPSXML_SERVICE_CODE_US_ORIGIN_12', 'UPS 3 Day Select');

 

You should take out all the instances of ® and <sup>SM</sup>.

 

Hope this helps.

Posted

i have the same kind of problem. i select 1 or 3 products and when i go to the shipping (checkout) screen, it shows me 25packages x 1234 lbs or something like that, and the prices are enormous. i have removed from includes/[lang]/modules/shipping/upsxml.php the stuff that you said above.. still i have the same problems.

 

someone with an advice please..

thanks

Serban Ghita - my blog
  • 1 month later...
Posted

Set the shipping properties for each product in your categories.

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