Search found 7 matches

by sullivan
Wed Mar 04, 2009 8:39 am
Forum: 7.0 DataPort
Topic: This account has been disabled customer error
Replies: 12
Views: 13193

Re: This account has been disabled customer error

Hi, The out of memory was the primary issue when we were initially importing the database. I remember trying this many times for almost a week trying to get it to work, but the memory exception was always there. So I opened up the XML file in textpad (text/code editing software) and decided to take ...
by sullivan
Tue Mar 03, 2009 3:49 pm
Forum: 7.0 DataPort
Topic: This account has been disabled customer error
Replies: 12
Views: 13193

Re: This account has been disabled customer error

Thanks for the thorough replies. so here is where I am now. LoginDialog.ascx.cs was updattd to look like this: protected void LoginButton_Click(object sender, EventArgs e) { User loginUser = UserDataSource.LoadForUserName(UserName.Text); if (loginUser != null) { bool stillNeedsCaptcha = false; if ((...
by sullivan
Tue Mar 03, 2009 9:32 am
Forum: 7.0 DataPort
Topic: This account has been disabled customer error
Replies: 12
Views: 13193

Re: This account has been disabled customer error

Is there anything I can do or change in the database table to fix this for specific customers? Here's my a run-down of my issue: - We imported all of our information from store 5.5 to 7.0 on ablecommerce managed dedicated hosting servers. This was done back in January. I remember that we had to get ...
by sullivan
Tue Mar 03, 2009 8:11 am
Forum: 7.0 DataPort
Topic: This account has been disabled customer error
Replies: 12
Views: 13193

Re: This account has been disabled customer error

Dataport version 1.0.0.31 PLATFORM: ASP.NET VERSION: 7.0 BUILD: 10125 AjaxControlToolkit: 1.0.10301.0 CommerceBuilder: 7.0.10110.0 CommerceBuilder.AuthorizeNet: 7.0.9764.0 CommerceBuilder.CanadaPost: 7.0.0.0 CommerceBuilder.CCH: 7.0.0.0 CommerceBuilder.Configuration: 7.0.10102.0 CommerceBuilder.Cybe...
by sullivan
Mon Mar 02, 2009 4:43 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: Just Launched AC7, custom designed site
Replies: 7
Views: 23425

Re: Just Launched AC7, custom designed site

nice clean site. I am also trying to implement a similar "view larger image" box. I see you are using JQuery Thickbox. did you have any issues implementing it? On our store we are attempting to implement jquery "facebox" which is similar to thickbox. When you click on the link, the popup box work, h...
by sullivan
Mon Mar 02, 2009 4:15 pm
Forum: 7.0 DataPort
Topic: This account has been disabled customer error
Replies: 12
Views: 13193

This account has been disabled customer error

Hey all, I just migrated our online store from AbleCommerce 5.5 ASP.NET to Ablecommerce 7.0. I imported all of the records using dataport/client tools and now my old customers can't seem to login. They get the following error "This account has been disabled." I know that in the help.ablecommerce.com...
by sullivan
Thu Jan 08, 2009 10:54 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Commission Junction
Replies: 0
Views: 2122

Commission Junction

Hey All, I have an old store that has able commerce 5.5 installed. We are creating a new store using AC 7.0 on the able commerce dedicated server. Everything is so far so good, we have imported everything fine but I need some info on commission junction implementation. I know that there was a recent...