Search found 3 matches
- Thu Sep 15, 2011 3:15 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: UPS Negotiated Rates
- Replies: 6
- Views: 11062
Re: UPS Negotiated Rates
if you open up the table ac_ShipGateways you will see something like this in the ConfigData UseDebugMode=False&UserId=xxx&Password=xxx&AccessKey=xxx&ShipperNumber=&CustomerType=0&UseInsurance=False&UseTestMode=True&AccountActive=False&EnablePackageBreakup=True&MinPackageWeight=0.1&MaxPackageWeight=1...
- Thu Sep 08, 2011 12:32 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Kit Problem!
- Replies: 8
- Views: 9414
Re: Kit Problem!
It looks the add to cart button generates a server side error. Can you see what error was generated in your error log with the admin section of your site or in the file App_Data/logs/app.log?
- Mon Jan 03, 2011 1:39 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: USPS Rate Changes
- Replies: 15
- Views: 12309
Re: USPS Rate Changes
What is happening is that USPS has changed the name of services returned in the xml quote response. <MailService>Express Mail<sup>®</sup></MailService> a quick fix is to replace <sup>®</sup> with an empty string like so providerResponse.LoadXml(responseData.Replace("<sup>®</s...