UPS Freight Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Does anyone know of a UPS Freight plugin available. My company will be shipping items that weigh more than the default UPS Small Package plugin allows. I do not want to recreate the wheel, if I do not have to. I see that the FedEx plugin has a freight option, but my manufacturers do not use FedEx.
11 years ago
Also looking for same , and or  a solution for ABF freight or Conway freight

thanks

Chuck
11 years ago
There is no UPS Freight plugin that I'm aware of.  Freight rates can be a little tricky, because they sometimes require Class.

Shipping Director can deal with Freight scenarios by using your own rate lookup tables

Also, I've setup a client with Freight rates entered using Shipping.ByWeight, and then use Shipping Director to handle using Fedex if weight is <= 150 lbs, or lookup freight rate if weight is > 150 lbs

The freight rates don't change that often, but Fuel Surcharge % does, so it can be easily adjusted.
Also, you can prevent customers from shipping freight to the states that your carrier does not handle.


Type         Name                Expression                 Rate Expression     Surcharge Expression
----------   -----------------   -------------------------- ------------------- -------------------------------------
Decimal      Fuel Surcharge %    30.7
OptionExit   FedEx               [$TotalWeight] <= 150      Shipping.Fedex
String       State               ShippingAddress.StateProvince.Abbreviation
ErrorExit    No Freight State    "AK,HI,ID,MT,TX,WY".Contains([State])
Option       Freight             true                       Shipping.ByWeight   [$Rate] * ([Fuel Surcharge %] / 100.0)


UPDATE:  I decided to blog about it :)  Looking up Freight Rates
7 years ago
Hi, I have the same exact problem. UPS Ground is way too expensive. As per UPS' advice, UPS Freight is more economical way to go. Is there a plugin that you suggest?
7 years ago
There is no UPS Freight plugin for nopCommerce that I'm aware of.  LTL can be complicated due to freight Classes, accessorials, and package types (pallet, drums, etc.)
7 years ago
My store will only sell one type of product with just some variations.
7 years ago
Any one can help me please? I'm lost. I need to use UPS Freight rate.
7 years ago
dyoll -
I responded to you here:
https://www.nopcommerce.com/boards/t/44515/ups-freight.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.