Page 1 of 1

Unable to price banded shipping message

Posted: Tue Sep 18, 2012 3:42 pm
by srini
Hi,

I started seeing the below message in the logs for each item I add to cart. I am wondering if I am missing some dependency. Please advise.

[ WARN] 16:01:15 BandedShippingModule - fulfillment group (14900) does not contain any fulfillment group items. Unable to price banded shipping

Thanks,
Srini.

Re: Unable to price banded shipping message

Posted: Thu Oct 04, 2012 3:32 pm
by phillipuniverse
Which version are you using? This looks like a 1.6 message; in the 2.0 version the BandedShippingModule is deprecated. Regardless, you should be able to safely ignore this, unless you are encountering further problems downstream. In 1.6, items were not split into FulfillmentGroups automatically like they are in 2.0. What is likely happening is that you are adding an item to the cart, it is not getting put in a fulfillment group, and then the order is being priced. If you correctly put the item in a fulfillment group later, you don't have to worry about this.