Search found 14 matches

by brian.sutherland
Thu Jul 24, 2008 2:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Re: Avalara integration

After being away from this project for a while, I'm now back to try to help out a little. We've updated to the latest version of AbleCommerce, changed around our Avalara to be a class within the appcode folder rather than a seperate dll, to try to clean things up, but are now having some problems. W...
by brian.sutherland
Mon Feb 04, 2008 9:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Automated daily sales report?
Replies: 2
Views: 3082

OK, fair enough. I'll just write up a console application that I'll schedule in windows scheduler, and have it do it's thing. Thanks for the response.
by brian.sutherland
Thu Jan 31, 2008 9:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Automated daily sales report?
Replies: 2
Views: 3082

Automated daily sales report?

Is there a way to have a daily report generated through the data report utility exported to a csv? I was going to generate a conosle application that would call the database and schedule it through the task scheduler, but figured I'd ask in case there was something already built in to do this. There...
by brian.sutherland
Tue Jan 15, 2008 9:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

I ended up catching the exception that was being thrown, and returning 0 for those calls. After the address is put in, it seems the calculate call is called again, which since we then have the address, it's able to calculate it. So I have it working, but had to add a few extra checks in there (I'm a...
by brian.sutherland
Sun Jan 13, 2008 2:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Everything is hooked up now, and looking to be running good, except for the fact that Calculate is called when I add an item to my basket when the AddToBasketButton_Click is launched. (it could be elsewhere, but this is the event that fires off). Because I don't yet have the shipping address, my web...
by brian.sutherland
Tue Jan 08, 2008 10:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

OK, I think I got it...

So in my call to calculate, I'm going to add the value that is returned in their response, to the basket object that was passed in to my Calculate method.

I'll give that a shot tonight and let you know how it goes. Thanks a bunch.
by brian.sutherland
Sun Jan 06, 2008 3:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Logan, you've been a life saver, thanks a bunch. It's now in there, and being called, but it's not updating the order with the tax. The tax provider is getting the correct values in there, but it's not reflected in the checkout process. I made sure the product was set to taxable, but I don't see a w...
by brian.sutherland
Thu Jan 03, 2008 12:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

OK, good deal. I was able to get it running doing your method rather than trying to fire it up with SSEUtil. Now, just to be clear on the values to put in... TaxGatewayId: auto numbered, I do nothing for it. StoreId: 1, since that is the store value Name: something like AvalaraGateway ClassId: I saw...
by brian.sutherland
Mon Dec 31, 2007 1:28 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Just checking in to make sure I didn't slip through the cracks. I still haven't had any success adding those values into the db.
by brian.sutherland
Mon Dec 24, 2007 2:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Alright, I neede a little more hand holding here, because the user instance doesn't seem to want to play nicely with me... I downloaded SSEUtil, which, as I understand it, will allow me to change the heart_beat state of the instnaces to alive rather than dead. When I log into MY account on the serve...
by brian.sutherland
Thu Dec 20, 2007 1:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

For the first part, yes, I think you have it. When you calculate, you need to pass in an ID number, that ends up saving that record to their server. When you commit, you need that same number in order to then "finalize" that record that was saved off in the calculate call. Likewise, with cancel, you...
by brian.sutherland
Wed Dec 19, 2007 2:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Provider Integration : Avalara
Replies: 34
Views: 59783

Hey Logan, thanks for the quick response on the original message. We've finally gotten to the point where we are about to roll this sucker out, and I was able to implement some of what you explained, but I have a couple of questions still. Our tax provider has some carry over from Calculate to Commi...
by brian.sutherland
Thu Dec 06, 2007 12:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: sign in button on merchant page doesn't work
Replies: 5
Views: 6527

IE7, and I'll have to check, but I'm pretty certain JS is on. Talking with a firend of mine who is also working on setting up a store (we're actually both working on the same project, just trying to get SOMETHING up and running), he's having the same problem too.
by brian.sutherland
Thu Dec 06, 2007 10:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: sign in button on merchant page doesn't work
Replies: 5
Views: 6527

sign in button on merchant page doesn't work

Pretty simple, I just installed it, and after the install completes, it dumps you to the Merchant Login page, I punch in the info, but the Sign In button doesn't seem to do anything. The other links work, but not the button. Any ideas on this?