Red Tree Posted June 3, 2004 Posted June 3, 2004 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 Quote
Roland Posted June 4, 2004 Posted June 4, 2004 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. Quote
SerbanG Posted June 9, 2004 Posted June 9, 2004 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 Quote Serban Ghita - my blog
Guest Posted July 13, 2004 Posted July 13, 2004 Set the shipping properties for each product in your categories. Quote
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.