When trying to place orders weighing more than 150lbs, google checkout refuses to load, and in the integration console I get the error, "Item weight is more than maximum supported weight 150.0. You provided 1018.0" where 1018 can be whatever the total weight of the order is. My guess is that it's assuming the total weight is a single package and the shipping module will only ship a max 150lb package (even though i'd like the max to be 60). There must be a way to automatically split this into multiple boxes. (using fedex ground for shipping). Or perhaps there's an option somewhere limiting an order to a maximum 150lbs? Any help would be appreciated.