Hello All,
Just would like to share what I found working with UPS and UPS-XML Modules
Found the following when (stock install no mods, just loaded products)
define('DIMENSIONS_SUPPORTED', 0);
Shipping modules will show wrong infomation
United Parcel Service (2 x 0.55lbs)
United Parcel Service (XML) (2 x 0.55lbs)
Because it shows 2 for number of packages rate is calculated wrong.
If I change define('DIMENSIONS_SUPPORTED', 1); and create package in packaging table.
UPS-XML will show correct information based on Package = 0.1lb, box = 0.1lb
United Parcel Service (XML) (1 pkg, 0.2 lbs total)
For the life of me I could not figure out why in no dimensions mode number of packages was not calculated properly.
I figured to post it here before reporting as bug.
if you know how to fix please post it.
Later




LinkBack URL
About LinkBacks







Bookmarks