Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    Default UPS Residential vs. Commercial rates

    About half of my costumers are residental, and the remainder are commercial (as far as shipping rates are concerned). Is there a way for my costumers to select which they are so that I won't have to keep footing the difference? There is almost a 25% difference in price between the two. I considered charging everyone the Residential price, but I'd like to be able to pass on the savings from the cheaper shipping to my commercial costumers.

    Thanks in Advance.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: UPS Residential vs. Commercial rates

    One method is to add a flag to your customers table to distinguish between the two customers as business or residential ...

    This could then be incorporated into your shipping module and change the way the rates are calculated ...

    Currently, there is one setting ... utilizing this flag, you could change that setting per customer when the shipping is calculated ...

    This would require some custom coding, but it might be a doable solution to your problem ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    Your suggestion to flag a customer as commercial or residential based upon their own selection is one method. As you indicated; customer can selection commercial knowing that the shipping rates would be lower.

    The UPS XML Tools now offer what UPS refers to as "classification" whereby the tool classifies the address as commercial or residential. I'm far from a programmer but it would be a OUTSTANDING if someone could utilize this XML Response Tag and quote UPS Shipping Rates based upon whether the delivery address is commercial or residential.

  4. #4
    Join Date
    Feb 2009
    Location
    Missouri, USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    I have a similar issue. I am using a shipping table and need to know how to add a selection so they can choose business or residential. The price will be the same, but I need that information on my invoice.

    Thanks.

  5. #5
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: UPS Residential vs. Commercial rates

    Zen Cart already has a company field, this should actually be a none writeable field until you check mark a box stating it is a company address, then it should allow you to enter the company name.

    Then the UPS module should look to see if either the checkmark is there or if that company field is populated, just like the FedEx module does now.

    The reason the field should be non writable until you actually checkmark a box STATING it is a commercial address is because I get customers that write NONE for the company field. So if you have a check mark box this should solve that issue, they would just skip it if they are shipping to a residentail address and not a company.

    Damn..I wish I could program this feature…any takers!

  6. #6
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    Did anyone resolve this? I have been looking for a solution to this same issue. Either having UPS automatically figure if its Res/ Comm or a check box for one or the other.

  7. #7
    Join Date
    Aug 2005
    Posts
    26
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    I have the same issue. Has anyone ever solved this problem? Seems like a feature that should be standard with the shipping module.

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: UPS Residential vs. Commercial rates

    You could try to customize the UPS shipping module and alter the content of:
    $this->_upsRescom(MODULE_SHIPPING_UPS_RES);

    based on if the $order->delivery['company'] is empty or filled in ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Mar 2011
    Posts
    25
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    Any resolution to this? I cannot offer based on if the company field is filled in, as I am dealing strictly with business customers, but some of whom run their business out of their homes, and I want their business names for future correspondence.

  10. #10
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    506
    Plugin Contributions
    0

    Default Re: UPS Residential vs. Commercial rates

    I have been asking questions like this alot. The real story is that you have to understand your business first. Mine is horrible when it comes to predicting shipping. Many of my items fall under UPS's Dimensional Weight rules.

    First off, the product database needs to be amended to help us get the correct information to even START to better the UPS module. I have looked at the module's code and its not that horrible. However, I think its time to look at modifying it with goal of making it web-serviceable with PHP and SOAP.

    I have no idea how an "order" appears in the db but each item needs the overall dimensions added (LxWxH would be best). Only then can you examine programatically the order in an attempt to "guess" what the real shipping charges would be. An Oversize flag on each item would also help.

    I am actually considering showing my customers both reg and "dimensional weight" versions so that they won't be surprised if I sent them another invoice for shipping.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Residential vs. Commercial
    By t.harrison in forum Addon Shipping Modules
    Replies: 1
    Last Post: 10 May 2012, 02:07 PM
  2. UPS module - let UPS determine residential or commercial???
    By GoldBuckle in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 3 Apr 2012, 03:45 PM
  3. UPS: Commercial vs Residential
    By asdweb in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Jul 2008, 01:41 PM
  4. UPS Residential or Commercial
    By JackA in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 22 May 2008, 05:24 PM
  5. UPS XML commercial vs residential
    By hrm in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 30 Sep 2006, 02:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR