close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UPS Shipping questions

Thread began 8/29/2011 7:32 pm by zinlover320832 | Last modified 9/08/2011 6:47 pm by Jason Byrnes | 2543 views | 9 replies |

zinlover320832

UPS Shipping questions

How do we install dimensions and weight for UPS? Do you have an instructional sheet?

Thank you

Sign in to reply to this post

Jason ByrnesWebAssist

When yuo insert or update a product, the Additional Settings tab will allow you to enter the eight for that prodyct.


the box size is set in the webassist/plugins/shopping_cart/calculate_shipping.php page:

php:
if ($WAGLOBAL_Country == "US")  {

      $EndUnits = "lbs";
      $BoxUnits = "in";
      $BoxSize = "6";
    } else  {
      $EndUnits = "kgs";
      $BoxUnits = "cm";
      $BoxSize = "15";
    }




for US it will be set to 6 x 6 x 6, you can change that by changing the $BoxSize value.

Sign in to reply to this post

zinlover320832

Adding dimensions to the shipping module in Power Store

I am sorry, but your answer does not make sense. I need to add the dimensions to the shipping module for UPS. They want both weight and dimensions. There is only a box for the weight. Where do I add the dimensions?
I do not understand what you mean when you list webassist/plugins.

Thank you

Sign in to reply to this post

Jason ByrnesWebAssist

in power store, the dimensions can not be set on product basis.

the dimensions are set in the code to be 6 x 6 x 6.

those dimensions willl be used for all packages, it is not supported to use a product based dimension for the package.

if you want to change it to use a different dimension, you will need to edit the $BoxSize variable in the webassist/plugins/shopping_cart/calculate_shipping.php page

Sign in to reply to this post

zinlover320832

Reply to UPS Shipping

Hi Jason, first, where are the dimension options in the shipping module? We only see an area for weight.

Second, our client has wine barrel furniture and accessories and per UPS, the dimensions must be entered when shipping to get an accurate rate.

If this is going to be a problem we want to talk to someone. Our client has been waiting a long time to start using this cart.

Sign in to reply to this post

Jason ByrnesWebAssist

the shipping module does not have a place to enter package dimensions.


the way that shipping works is to look at the dimensions that are passed first, it will determine the cost for the minimum dimensional weight for that package size.

It will then look at the weight that is passed and determine the cost for shipping that weight.

whichever is greater, is the shipping rate that will be used.

if you are going to be shipping larger packages, rather than entering the actual weight of the item in the admin panel, enter the dimensional weight for the package size.

if you know the package size will be 12 inches x 12 inches x 12 inches, you calculate the dimensional weight as:
cubic size / 166

or:
12 x 12 x 12 = 1,728 (cubic size)

1,728 / 166 = 10.40

so the dimensional weight for the package is 10.40

enter this as the weight for the item.

see the following page on UPS for details about dimensional weight
oversize.html

Sign in to reply to this post

zinlover320832

shipping problems

Hi Jason:

Thank you for your time and expertise, but the USP shipping for weight and dimensions is still not working. I have an alternative:

How about charging 15% of the price for shipping. Is this possible?

I appreciate your tech help.This client (Bella Barrel) is really getting uptight and I need to get this up as soon as possible.

Thank you very much.

Sally and Stuart

Sign in to reply to this post

Jason ByrnesWebAssist

when inserting or updating a product, go to the additional settings tab.

here you can set Shipping / handling change on an item by item basis, you can add the cost to ship that item here.

Sign in to reply to this post

zinlover320832

shipping settings

We went to the settings, then the shipping tab, could not find the additional settings tab:

"when inserting or updating a product, go to the additional settings tab." Please tell me where this is located.

Thank you.

Sign in to reply to this post

Jason ByrnesWebAssist

This on the product insert or update page.

It is not in the settings, it is in page for Inserting a New Product or updating an existing one.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...