Page 1 of 1

Enable Package Breakup - Setting Won't Hold

Posted: Wed Jun 01, 2011 11:53 am
by jasonhendee
Anyone else having this problem? I can choose 'Yes' or 'No' for this option for any carrier, and the setting seems to take effect. But I've noticed that the very next time I re-visit that same settings page in the future (after navigating away), neither 'Yes' nor 'No' is selected. It also doesn't seem that I can prevent the 'Enable Package Breakup' option at all - it always breaks up packages...

Image

Also, I tried limiting my USPS packages to 20lbs, but this setting is also having no effect.

FWIW: I am running 7.0.7.14481. I have also submitted a support ticket for this, but unfortunately support wasn't too helpful. They essentially told me that I probably had something configured wrong. But I remember seeing this exact same problem during my evaluation of the software.

Re: Enable Package Breakup - Setting Won't Hold

Posted: Thu Jun 02, 2011 5:33 am
by jmestep
I have run into that problem when I was making some customizations on Able's admin page. It wasn't picking up the setting from the database when the page loaded, so I put it in. I meant to post a bug, but forgot about it.
I'll post one.
I added
EnablePackageBreakup.SelectedValue = (provider.EnablePackageBreakup ? "1" : "0");

in the page_load after
UseTestMode.SelectedValue = (provider.UseTestMode ? "1" : "0");