Search found 10 matches

by sdf
Wed Jul 23, 2014 9:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9429

Re: Tax Exemption for AC 7.0.7.14600

Is there a known fix for this if you do have the source code, as opposed to removing items from the Basket before the CheckedOut event?

Thanks
by sdf
Wed Jan 19, 2011 2:18 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: sql.log
Replies: 1
Views: 1680

Re: sql.log

I found where the log file is created and why it was created. As a heads up if you build the back end source in debug mode this log file will be created.
by sdf
Wed Jan 19, 2011 10:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: sql.log
Replies: 1
Views: 1680

sql.log

I was investigating some issues with an AbleCommerce installation and came across a log file named sql.log which is huge. Is there a way to shut this logging off or rotate this file somehow as the file is now more than a GB large and that seem unnecessary. I do have the back end source code and I ca...
by sdf
Wed Sep 08, 2010 2:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: error compiling source
Replies: 4
Views: 2894

Re: error compiling source

There is nothing ground breaking in 2010 unless you want to do .net 4.0. I would have to dig up the knowledge base article I found on this but essentially the dll's built in 2010 will be marked as both 2.0 and 4.0 compliant at an IL level even if you target 2.0 specifically thus confusing the resour...
by sdf
Tue Sep 07, 2010 11:54 am
Forum: Good Reference Posts
Topic: Autogenerating Data Access Layer Code
Replies: 30
Views: 64562

Re: Autogenerating Data Access Layer Code

Are these templates still valid for the current source code? I would assume yes. Thanks.
by sdf
Thu Sep 02, 2010 1:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: error compiling source
Replies: 4
Views: 2894

Re: error compiling source

for anyone else out there this seems to be an issue with using vs 2010 so back to vs 2008 i go.
by sdf
Thu Sep 02, 2010 9:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: error compiling source
Replies: 4
Views: 2894

error compiling source

I have the source code to able commerce. Currently using 7.0.4 and I was modifying the source to support slider input controls. However after I make my changes and I try and compile the source I am receiving the following compilation error: Error 1 Could not load referenced assembly "..\Website\bin\...
by sdf
Wed Jun 09, 2010 3:06 pm
Forum: 7.0 DataPort
Topic: No User Available for Import(Upload)
Replies: 4
Views: 6609

Re: No User Available for Import(Upload)

It'd be nice if the tool would make trouble shooting a bit easier when I have thousands of lines of a CSV file to review. Such as saying it cannot parse line number x. I actually broke my csv file into smaller and smaller chunks trying to find this bad data. It appears that it was quotation marks in...
by sdf
Tue Jun 08, 2010 9:37 pm
Forum: 7.0 DataPort
Topic: No User Available for Import(Upload)
Replies: 4
Views: 6609

Re: No User Available for Import(Upload)

As a side note running the data port utility as an administrator got rid of the configuration saving error (win7 x64).
by sdf
Mon Jun 07, 2010 2:57 pm
Forum: 7.0 DataPort
Topic: No User Available for Import(Upload)
Replies: 4
Views: 6609

No User Available for Import(Upload)

Hello, I am trying to import users from a previous store (not able commerce) to able commerce using data port 7.4. First of all when I open data port I get a waring that: 'Your store configurations are not saved.' I cannot figure out what store configurations are not saved or what this is referencin...