Search found 14 matches
- 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...
- Mon Feb 04, 2008 9:30 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Automated daily sales report?
- Replies: 2
- Views: 3082
- 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...
- 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...
- 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...
- Tue Jan 08, 2008 10:20 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Tax Provider Integration : Avalara
- Replies: 34
- Views: 59783
- 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...
- 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...
- Mon Dec 31, 2007 1:28 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Tax Provider Integration : Avalara
- Replies: 34
- Views: 59783
- 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...
- 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...
- 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...
- 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
- 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?