{docurl}
I have the UPS Custom Integration configured so that customers select on the OINF screen (customer information) whether or not their address is residential and commercial. If they select "commercial" they see the correct shipping in the shipping selection list but on the page after that (OPAY- Payment Information) they see the residential charge. Why?
This is being caused by the Shipping Supermod module. If you make that module inactive (by going to it's page under >Modules and unchecking the "active" box) the UPS shipping rates will again be correctly displayed.
The problem lies in the way the Shipping Supermod does what it does. Instead of letting each individual shipping module calculate shipping, the Shipping Supermod intercepts the process. The first time it displays the shipping to the commercial customer the rates are correct (the Shipping Supermod correctly contacts the UPS Custom Integration to have it calculate shipping at that point and the "residential" option is correctly handled. However, after the customer selects a shipping method and proceeds to the payment information page the Shipping Supermod "breaks". It deviates from the way Merchant normally handles the saving of the shipping method. Instead of passing this responsibility on to the UPS Custom Integration as it should, it instead calculates the shipping rates all over again, but this time since it's being done at the wrong place, the "residential" option is lost and the address is treated as commercial.
To work around this add e item:
<mvt:item name="brokups_carry" param="" />l;
to your OSEL page (Shipping/Payment selection screen) and make sure that you have the item "brokups_carry" assigned to that page. This token adds a hidden form field to hold the "residential" selection that the customer made on the previous screen so that when the Shipping Supermod recalculates shipping it will be available to it. And you'll need to make sure using the latest version of the UPS Custom Integration module file (always a good idea).
Last update: 2008-07-11 10:21
Author: Thor
Revision: 1.0
You cannot comment on this entry
Records in this category
- I would like to ship my packages "grouped" by zip code. I.e. I have 10 products that are all sent from the same vendor and I would like to configure the module to ship these 10 products together when calculating shipping. Is this possible?
- Some of the products I want shipped from a particular zip code (with other products in different categories) are in sub-categories. How does this affect how the "packing by groups" feature?
- Can you shed more light on how to configure the "Pack together" feature so that 10 of my products are packed together and mailed from the same zip code?
- Information required for installing UPS Custom Integration
- Is it possible to have the "free shipping" for individual products show up as a coupon offsetting the shipping cost instead of as a $0.00 shipping method?
- The rates returned by the UPS Custom Integration do not appear to reflect the discounted rates I get from UPS.
- What does the "Offer alternative method when free UPS Ground is offered" option do?
- I have the UPS Custom Integration configured so that customers select on the OINF screen (customer information) whether or not their address is residential and commercial. If they select "commercial" they see the correct shipping in the shipping selection list but on the page after that (OPAY- Payment Information) they see the residential charge. Why?
- Changing the method name that is displayed to the customer














