Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Implementing Real Time Shipping

  1. #1
    donttryathome is offline Senior Member
    Join Date
    Apr 2009
    Posts
    171

    Default Implementing Real Time Shipping

    Hello,

    I've been tasked with implementing real time UPS shipping for our site. We have around 10,000 items and most of them are very small and very light (it's jewelry, mostly earrings and other small items).

    Can anyone direct me to a guide or information on how to dig into this project? What information do I need? Exact weight (I say exact because my suporvisor seems to think we should be able to "guestimate" on some items)? Exact dimensions of each item (most of which come in a small bag less than 1"x1")?

    Really, at this point I understand the concept of real time shipping, but I'm a little befuddled when it comes to accurately implementing it. Where can I go for details on how to do this?
    Running: AspDotNetStorefront ML 8.0.1.2/8.0.1.2

  2. #2
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default

    The first thing you will want to do is review the User's Guide for RTShipping setup.

    An important setting for you may be the AppConfig: RTShipping.DefaultItemWeight which is used when a product doesn't have a shipping weight established. This is for the typical weight of the packaged item ready to ship, not the item itself.

    The package dimensions are only necessary if you have a product using: *Is Ship Separately: YES , otherwise the rates only consider the product weights.

    I imagine you will be using a few specific box sizes to ship the small items, but certainly not 1" x 1". You would want something that is small enough to not get misplaced easily, yet not so large that it costs more than necessary.

    As far as 'exact' weights and dimensions, discuss this with the UPS rep as to where the cost breaks are and what would be most efficient.
    Erik Sutton
    AspDotNetStorefront Technical Support

  3. #3
    donttryathome is offline Senior Member
    Join Date
    Apr 2009
    Posts
    171

    Default

    Thanks. So I take it this isn't something I'll be able to do without the help of a UPS rep?
    Running: AspDotNetStorefront ML 8.0.1.2/8.0.1.2

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You'll probably end up talking to them to figure out the dimensions of boxes you're going to use, get your account info (if you don't already have it), etc., but setting everything up in the software isn't that bad, you shouldn't end up needing much help there.