Enable Package Breakup - Setting Won't Hold

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
jasonhendee
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 42
Joined: Fri Apr 15, 2011 11:04 pm

Enable Package Breakup - Setting Won't Hold

Post by jasonhendee » Wed Jun 01, 2011 11:53 am

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.
Jason Hendee
Cables for Less

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Enable Package Breakup - Setting Won't Hold

Post by jmestep » Thu Jun 02, 2011 5:33 am

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");
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply