Search found 53 matches

by moustafa
Sun Apr 03, 2016 7:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Forcing Payment Gateway to Use TLS 1.2
Replies: 2
Views: 10885

Forcing Payment Gateway to Use TLS 1.2

Hi there, We're using PayPal Payflow as our payment gateway. PayPal's new requirements are that we have to use TLS 1.2 for all connections to them. This will involve the following: 1. Moving the installation to a server running an OS that supports TLS 1.2 (e.g. Windows 2008 R2). 2. Moving AC 7 to us...
by moustafa
Tue Jul 29, 2014 5:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9438

Re: Tax Exemption for AC 7.0.7.14600

Thanks!

Can you upload a DLL somewhere? I don't have the source code.
by moustafa
Mon May 19, 2014 4:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9438

Re: Tax Exemption for AC 7.0.7.14600

Thanks for the tip, Judy! I was planning on doing it right before the redirection to the receipt page. However, that might be too late indeed. I'll do it before the CheckedOut event, as you mentioned. The only issue that remains is orders placed from the admin side, but those should be rather rare.
by moustafa
Sat May 17, 2014 9:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9438

Re: Tax Exemption for AC 7.0.7.14600

Hi Katie, Thanks for this. Unfortunately, I don't have the source code. I wonder if there's a workaround. In NavigationHelper.cs, we find GetReceiptUrl(), which redirects the users to /Checkout/Receipt.aspx as a final step in the order placement process. If I rewrite this function to delete the tax ...
by moustafa
Sat May 17, 2014 5:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9438

Re: Tax Exemption for AC 7.0.7.14600

The cart is using the Avalara third party tax provider, and it's the one that's computing the tax. So it seems that AC gives precedence to the third party tax provider over its own internal classification of the person belonging to a tax-free group. Does this seem right? Any workarounds or do I need...
by moustafa
Sat May 17, 2014 3:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tax Exemption for AC 7.0.7.14600
Replies: 9
Views: 9438

Tax Exemption for AC 7.0.7.14600

Hi there, I've set up a couple groups that are tax exempt. I also set up the tax rules so that a 0% tax applies to people in these groups. In other words, tax exemption is set in two places: the group settings and the tax rules. During checkout, no tax shows up. However, once a user places the order...
by moustafa
Thu Mar 27, 2014 2:05 pm
Forum: AbleCommerce GOLD
Topic: Upgrading from R2 to R7
Replies: 4
Views: 3223

Upgrading from R2 to R7

Hi,

We currently have R2 running on a site and would like to upgrade to R7. Is it possible to upgrade directly or is it necessary to take intermediate steps?

Thanks,
Moustafa
by moustafa
Sun Feb 09, 2014 3:14 pm
Forum: AbleCommerce GOLD
Topic: Help: Updating Gold R6 Dev License
Replies: 2
Views: 2380

Re: Help: Updating Gold R6 Dev License

Thanks for the suggestion.

Unfortunately, it did not work. I did this and restarted the site, but it's still redirecting me to the install page.
by moustafa
Wed Feb 05, 2014 7:37 pm
Forum: AbleCommerce GOLD
Topic: Help: Updating Gold R6 Dev License
Replies: 2
Views: 2380

Help: Updating Gold R6 Dev License

Hi, We had a dev site whose dev license key expired. The site was pretty much done other than some bug fixes. We got a new license key. However, whenever I access the site, it takes me to the install page. I can continue with the installation and install the key that way, but that would wipe out all...
by moustafa
Tue Jun 18, 2013 3:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Charging Multiple Currencies Using PayPal Payments Pro
Replies: 1
Views: 4152

Re: Charging Multiple Currencies Using PayPal Payments Pro

I would really appreciate it if someone knowledgeable would reply to this.

Thanks,
Moustafa
by moustafa
Sun Jun 16, 2013 4:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Charging Multiple Currencies Using PayPal Payments Pro
Replies: 1
Views: 4152

Charging Multiple Currencies Using PayPal Payments Pro

Hi, To begin with, I think I've read every thread on all forums that discusses currencies. We have three stores that use the same PayPal gateway and merchant account. One of the stores charges in USD, another in CAD, and another in GBP. Thus, the PayPal gateway itself can handle any currency handed ...
by moustafa
Fri Jun 14, 2013 1:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ShipMethodDataSource.LoadForShipment() Fails
Replies: 0
Views: 4059

ShipMethodDataSource.LoadForShipment() Fails

When attempting to assign a new shipping method to an order in the administrative interface, we get the following error for some (not all) orders: Object reference not set to an instance of an object When debugging, I found that the problem was with the ShipMethodDataSource.LoadForShipment(shipment)...
by moustafa
Mon Jun 10, 2013 7:00 am
Forum: AbleCommerce GOLD
Topic: Bug in handling Purchase Order Payments
Replies: 4
Views: 4978

Re: Bug in handling Purchase Order Payments

Thanks for trying this out, Judy.

I think the problems I'm having might be related to some developers who worked on the sites before I inherited it from them.

Thanks again,
Moustafa
by moustafa
Sat Jun 08, 2013 2:02 pm
Forum: AbleCommerce GOLD
Topic: No Error Message When CC Authorization Fails (Authorize.net)
Replies: 2
Views: 3917

Re: No Error Message When CC Authorization Fails (Authorize.net)

I tried this and I don't get it. It's also the same when pay by PO fails. (That's the subject of another post here: http://forums.ablecommerce.com/viewtopic.php?f=65&t=17383). I do not get the error messages. I had to hand-code the display of the error message. From what I can tell, the .cs code is ...
by moustafa
Sat Jun 08, 2013 1:35 pm
Forum: AbleCommerce GOLD
Topic: Bug in handling Purchase Order Payments
Replies: 4
Views: 4978

Re: Bug in handling Purchase Order Payments

Hi Judy,

I agree it should work, but it does not. :)

BTW, this site was upgraded from 7.0.7. Another site that was also an upgrade from the same fails in the exact same way.

Can anyone confirm this actually working in AC Gold? If so, was it a clean install or an upgrade?

Thanks,
Moustafa
by moustafa
Fri Jun 07, 2013 9:51 am
Forum: AbleCommerce GOLD
Topic: Bug in handling Purchase Order Payments
Replies: 4
Views: 4978

Bug in handling Purchase Order Payments

Hi, I am trying to check out using Purchase Orders. It's not working, plain and simple. Here's the error I'm getting in the Error Log: An error occurred during the checkout process. UserId: 1255053 / whatever@gmail.com Customer: What Ever / whatever@gmail.com / 1234567890 Exception: Object reference...
by moustafa
Sun Jun 02, 2013 11:52 pm
Forum: AbleCommerce GOLD
Topic: No Error Message When CC Authorization Fails (Authorize.net)
Replies: 2
Views: 3917

No Error Message When CC Authorization Fails (Authorize.net)

Hi,

I just migrated a cart from AC 7 to Gold. When I put in a bad credit card, I get a declined message in the Authorize.net log, but nothing on the screen.

If this is a common problem (as opposed to something specific to our templates), please share your solution.

Thanks,
Moustafa
by moustafa
Mon May 13, 2013 11:31 pm
Forum: AbleCommerce GOLD
Topic: Integrated Shipping Carriers Not Working After Migration
Replies: 1
Views: 2434

Re: Integrated Shipping Carriers Not Working After Migration

This was fixed by deleting and re-adding the integrated carriers (not the shipping methods).
by moustafa
Sat May 11, 2013 5:45 pm
Forum: AbleCommerce GOLD
Topic: Integrated Shipping Carriers Not Working After Migration
Replies: 1
Views: 2434

Integrated Shipping Carriers Not Working After Migration

Hi, We migrated a site from AC 7 to Gold. In general, things are working correctly. However, only the non-integrated shipping methods are showing up. Shipping methods that use integrated carriers like UPS or USPS do not show up. I added both new integrated and non-integrated shipping methods and the...
by moustafa
Mon Apr 29, 2013 6:55 pm
Forum: AbleCommerce GOLD
Topic: Upgrading to Gold: Some Questions
Replies: 2
Views: 3207

Re: Upgrading to Gold: Some Questions

Thanks for replying.
by moustafa
Sun Apr 28, 2013 1:06 pm
Forum: AbleCommerce GOLD
Topic: Upgrading to Gold: Some Questions
Replies: 2
Views: 3207

Upgrading to Gold: Some Questions

Hi, We have a heavily customized dev site running gold and a production site running 7.0.7. I have read http://help.ablecommerce.com/upgrades/acgold/upgrade_from_7.0.7_to_gold.htm and it seems pretty clear, but I'd just like to make sure I understand everything. The steps for go-live are: 1. Take th...
by moustafa
Wed Mar 20, 2013 5:48 am
Forum: AbleCommerce GOLD
Topic: Web Service Registration
Replies: 2
Views: 2987

Re: Web Service Registration

Thanks a lot, Joe!
by moustafa
Mon Mar 18, 2013 10:40 pm
Forum: AbleCommerce GOLD
Topic: Web Service Registration
Replies: 2
Views: 2987

Web Service Registration

Hi, I want to register a web service in AC Gold. In AC 7, we'd add the following to App_Data/ablecommerce.config: <files> ....... <add path="AbleMods.QBWebService.asmx" /> </files> However, the structure of AC Gold's config file has changed entirely, so where do we put this? Thanks, Moustafa
by moustafa
Wed Feb 27, 2013 7:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help: Sold More than InStock
Replies: 3
Views: 3328

Re: Help: Sold More than InStock

Hi Katie, Thanks for your response. We're running VERSION: 7.0.4.13424. We did have this problem appear frequently with a site running an older version of AC, but, in that case, the app log clearly spelled out that there was a problem adjusting inventory for certain orders. We submitted a paid suppo...