Search found 18 matches

by awhc
Thu Mar 19, 2009 9:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6194

Re: Problem with shipping charge only items checkout

I believe that I have found a fix for this. I added the following 1 line of code in the onepagecheckout.ascx.cs file: private void BindPaymentMethodForms() { //CHECK ORDER TOTAL RecalculateBasket(); // dcox added 031909 ***** It works for all my order types now with no issues that I have seen. Anyon...
by awhc
Wed Mar 18, 2009 12:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6194

Re: Problem with shipping charge only items checkout

I just removed my customized pages (onepagecheckout.ascx & .cs) and put the original untouched files in their place and get the exact same error. With the original pages, it won't even get to the credit card part until I refresh the shipping charges dropdown with a different charge. Then I enter my ...
by awhc
Wed Mar 18, 2009 10:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6194

Re: Problem with shipping charge only items checkout

I am using the normal checkout. Yes, I have made some customizations to the code. Mostly a comment out here and there or a line added here or there. I don't think I've done anything in the area of checkout though. Most changes were to remove functionality from showing up like 'multiple shipments', '...
by awhc
Wed Mar 18, 2009 7:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6194

Re: Problem with shipping charge only items checkout

Thanks for the response Vortx_Ian. However, that didn't fix my problem. It's not that I'm not getting the credit card form to appear, the problem is I have to enter the card data twice to get it to work. The first time I enter the info I get the following errors: -Card type is required. -You must en...
by awhc
Tue Mar 17, 2009 12:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with shipping charge only items checkout
Replies: 8
Views: 6194

Problem with shipping charge only items checkout

We are trying to use AC7 internally for a call center app and we enter around 1,500 orders a day. I have just uncovered an issue where we have to enter the credit card info twice before it will charge an order with only shipping charges. As I mentioned, this app is used by our call center and we hav...
by awhc
Wed Feb 18, 2009 12:56 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Site unavailable from outside network using IP address
Replies: 3
Views: 2555

Re: Site unavailable from outside network using IP address

Thanks for the quick response. I was afraid that it may come down to something like that. Chalk this one up as a learning experience. I just hope that Able will allow me to re-license the software now. Thanks again!
by awhc
Wed Feb 18, 2009 10:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Site unavailable from outside network using IP address
Replies: 3
Views: 2555

Site unavailable from outside network using IP address

I have my site set up internally on one of our servers and it works fine. We access it with the servername and all is well (ie. http://servername.domain.com/app/). However, when we try to access it from the outside using an IP address (ie. http://12.234.45.67/app) it gives the usual page can't be di...
by awhc
Thu Jan 29, 2009 2:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order total and credit card total are different
Replies: 5
Views: 3758

Re: Order total and credit card total are different

Solunar, thanks for your response and help. I figured out the issue. The tax amount I was returning to the order class was rounding differently than the tax amount I was creating as a line item in the basket. I changed the basket item to midpoint round away from zero and everything aligned correctly...
by awhc
Thu Jan 29, 2009 9:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order total and credit card total are different
Replies: 5
Views: 3758

Re: Order total and credit card total are different

It's not that I'm allowing 3 decimal places. Maybe I described the problem wrong. I'm testing my site and found that when I place an order for a certain amount that is on the "rounding" line, I get different results. For example: part cost - $1,254 shipping - $20 (not taxed) taxrate based on zipcode...
by awhc
Wed Jan 28, 2009 1:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order total and credit card total are different
Replies: 5
Views: 3758

Order total and credit card total are different

I've just discovered that when I calculate sales tax for a zipcode that has 3 digits (ie. .0975) the amount that is sent to Authorize.net is different than the amount on the order. On the order receipt itself it shows 2 different amounts. For example: Order Total: $1,396.27 Payment Amount: $1,396.26...
by awhc
Wed Jan 28, 2009 1:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unusual use of AbleCommerce?
Replies: 13
Views: 12303

Re: Unusual use of AbleCommerce?

I have almost completely stripped out a lot of functionality that our company doesn't need and wants to hide from our users. I'm using the software in a non-traditional way for an intranet application for our service reps. I've painted myself into a corner of too many customizations that I really ca...
by awhc
Sun Nov 23, 2008 1:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem migrating custom sales tax provider to new server
Replies: 0
Views: 2472

Problem migrating custom sales tax provider to new server

I finally got my custom sales tax provider class to work just fine on my local machine. But when I copied all the files over to my test server nothing works. I copied all the .dll files and web pages to the new server and everything else works, just not calculating sales tax at all. (BTW, not sure i...
by awhc
Mon Oct 06, 2008 2:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Re: Sales tax calculation

I did read that post but it didn't provide as much detail as I needed, since I'm so new to this. I did however find the solution to what I needed to do, through trial and error and a lot of debugging my own code. Thanks for your help.
by awhc
Wed Oct 01, 2008 1:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Re: Sales tax calculation

Sorry to keep asking questions about this, but, I still don't get it. This keeps getting deeper and more frustrating for me and as my deadline approaches I get more stressed out. I have tried writing my own provider but obviously I'm doing some things wrong. All I want to do with my in-house custom ...
by awhc
Mon Sep 29, 2008 12:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Re: Sales tax calculation

I will do that. Thanks again.
by awhc
Thu Sep 25, 2008 12:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Re: Sales tax calculation

Thanks again mazhar. I will write my own tax provider class. Next question is, on what page (and when) do I add the call to my new tax provider class? One spot I was thinking about trying is on the PlaceOrder2.aspx.cs page in the "PlaceOrderButton_Click" event handler, right before the call to _Bask...
by awhc
Wed Sep 24, 2008 8:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Re: Sales tax calculation

Thanks mazhar. Now that I know what class to use, I need to know where to put the code. I've looked over the code on a few pages such as "placeorder2" and "vieworder" but I don't see any type of calculation. I even did a search for "TaxCalculator" through the whole solution but found no reference. C...
by awhc
Tue Sep 23, 2008 1:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales tax calculation
Replies: 10
Views: 7218

Sales tax calculation

I need to customize the sales tax calculation but don't know where to add my code. Basically, I have a custom table set up to retrieve tax rates based on zip codes (worldwide). I'm using this information to automatically populate the order form fields of BillToCity and BillToProvince. That part work...