Here's a showstopper bug that just surfaced on a DNN 6.1.3 / SmithCart 4.86.0 - pressing "Calculate Shipping" throws an error, and then prevents viewing the cart until site Cache is reset. It also appears to clear the cart of it's contents.
We're doing USPS rate reurn for Priority Mail and Express Mail. We'd like to also do First Class, but it doesn't help that there is also ANOTHER showstopping bug ("First Class" bad behavior) mentioned in another thread over here (http://www.smith-consulting.com/Forum...).
Any workarounds? Any patch? FRUSTRATED.
InnerException: Input string was not in a correct format.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Number.StringToNumber
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at Smith.DNN.Modules.BuyNow.Cart.bindShippingRates() at Smith.DNN.Modules.BuyNow.Cart.btnApply_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---