Search found 3309 matches

by AbleMods
Wed Sep 27, 2017 3:31 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

Appreciate your updates. This is a challenging scenario which I think will impact a great many systems. Our mistake has been running the test site on the same physical server as the production site. Makes perfect sense most of the time, until you have to test something like this. Any server-level ch...
by AbleMods
Wed Sep 27, 2017 2:21 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

yea restarting is required for any of these changes.

This is a Server 2012 R2 box. We've been using IISCrypto to make the changes, quite handy.
by AbleMods
Tue Sep 26, 2017 10:51 pm
Forum: AbleCommerce GOLD
Topic: weird insert payment error
Replies: 3
Views: 5046

Re: weird insert payment error

Glad you got it figured out. Not always easy determining which field is the problem.
by AbleMods
Tue Sep 26, 2017 10:48 pm
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

When I tried disabling TLS 1.0 and 1.1, AuthNet, UPS and FedEx all started failing to communicate.
by AbleMods
Tue Sep 26, 2017 1:43 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

jguengerich wrote:I have the same line in Global.asax as you posted
Hold the phone. You can just slap that in Global.asax? You don't have to modify/recompile each of the individual gateway class libraries??
by AbleMods
Mon Sep 25, 2017 11:36 pm
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Re: Authorize.Net TLS 1.2 Requirements

UPDATE:

What about shipping gateways like UPS or FedEx? Does the Able code support disabling TLS 1.0? Has that been tested?
by AbleMods
Mon Sep 25, 2017 11:01 pm
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 43260

Authorize.Net TLS 1.2 Requirements

As you probably know, AuthNet is forcing TLS 1.2 early next year. Currently the Sandbox API is already forcing TLS 1.2 so implementations can be tested ahead of time. After disabling TLS 1.0 on the web server and rebooting, I was still not able to connect a Gold R12 store to the sandbox. I had to mo...
by AbleMods
Mon Sep 25, 2017 10:54 pm
Forum: AbleCommerce GOLD
Topic: weird insert payment error
Replies: 3
Views: 5046

Re: weird insert payment error

Could be several possibilities. What payment gateway are you using? Should be more to that error than just the Exception: could not insert. It should identify what the specific error was. Maybe check the /app_data/logs/app.log file for more detail. Would help a lot with narrowing down the cause. I h...
by AbleMods
Thu Sep 07, 2017 9:40 pm
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 17977

Re: Gold R12 Authorize.Net CIM refunds using payment profile

Haven't tried yet. Now I've got a hurricane headed straight at me so it's gonna be late next week assuming I have power and internet.
by AbleMods
Sun Sep 03, 2017 9:00 am
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

Never heard of Zapier, so I can't offer much info there. I can't really say it's not worth it, more so it's just not going to be a few hours work to make it happen like MailChimp was. Instagram was worse. I spent 18-20 hours to make that happen and work well. Nothing to do with Able, just due to how...
by AbleMods
Sun Sep 03, 2017 2:42 am
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

I've got the necessary test accounts configured, one for CC itself and the other for the Dev API portal to generate the necessary API security keys. The demo code provided by CC is a Windows Forms application, not Web Forms or MVC. I've managed to get it to connect to the API endpoint so at least it...
by AbleMods
Tue Aug 29, 2017 6:51 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 17977

Re: Gold R12 Authorize.Net CIM refunds using payment profile

You populate the refTransId in every other transaction sent by the provider. Capture: request.transactionRequest.refTransId = captureRequest.AuthorizeTransaction.ProviderTransactionId; Void: req.transactionRequest.refTransId = authorizeTransaction.ProviderTransactionId; StandardRefund: req.transacti...
by AbleMods
Fri Aug 25, 2017 2:25 am
Forum: AbleCommerce GOLD
Topic: File Upload Button
Replies: 6
Views: 10643

Re: File Upload Button

Definitely better to implement the upload somewhere after the checkout is complete. You don't want anonymous shoppers flooding your site/server with unwanted images. Better to do it as Judy pointed out, on the My Order page. You'll also want to consider some sort of periodic cleanup routine that pur...
by AbleMods
Thu Aug 24, 2017 12:10 am
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

In order to implement any change to mailing list functionality during checkout, one of the checkout pages will have to be modified. If the upgrade to R12 replaces that page, then yes you'll need to have the any modifications re-applied to the replacement page. The rest of the code would be separate ...
by AbleMods
Wed Aug 23, 2017 8:36 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 17977

Re: Gold R12 Authorize.Net CIM refunds using payment profile

CC storage is on in both cases. Regular AuthNet can do a refund with just the x9999 number if the refund is requested within X days of the transaction. But I'm about 90% sure that CIM requires the full 16 which means CC storage has to be on in order to have any chance at a refund. In other words, th...
by AbleMods
Wed Aug 23, 2017 6:38 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 17977

Re: Gold R12 Authorize.Net CIM refunds using payment profile

Another client reporting the same problem. Gold R12 SR1. Note in this screenshot that a number of days passed between when the original authorization was issued and the refund was attempted. Same exact scenario: Partial refund for payment made with a stored card profile does not work because the tra...
by AbleMods
Wed Aug 23, 2017 6:27 am
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

No problem. Yea sometimes the forum emails don't come through to me either. Too many spam filters in the way these days :)

You're on Gold R11. Give me a day or two so I can take a longer look at the API. Maybe I can get something put together for you.
by AbleMods
Tue Aug 22, 2017 11:44 pm
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

I hear your frustration. Effective mail marketing is so key to online sales these days. And there are some great services out there to make it easy to do.

What version of Able Gold are you using?
by AbleMods
Tue Aug 22, 2017 1:59 pm
Forum: AbleCommerce GOLD
Topic: MailChimp
Replies: 18
Views: 21505

Re: MailChimp

What exactly are looking for a Constant Contact integration to do? The CC system has many features, so the complexity (aka time) involved greatly depends on your specific needs. MailChimp made things pretty easy for a .Net developer to integrate it into an application. CC appears a little more invol...
by AbleMods
Thu Aug 17, 2017 2:33 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 17977

Re: Gold R12 Authorize.Net CIM refunds using payment profile

So you were able to confirm that refunds for payments paid via a stored card profile work so long as the transaction has already settled?
by AbleMods
Wed Aug 16, 2017 4:05 am
Forum: AbleCommerce GOLD
Topic: Large catalog timeout generating Sitemap file
Replies: 7
Views: 10580

Re: Large catalog timeout generating Sitemap file

That's what I figured.

You might gain a little boost to query speed if you added an index on the VisibilityId field in ac_Products. Might not help much, but easy to at least try and see.
by AbleMods
Mon Aug 14, 2017 1:17 am
Forum: AbleCommerce GOLD
Topic: Large catalog timeout generating Sitemap file
Replies: 7
Views: 10580

Re: Large catalog timeout generating Sitemap file

Interesting. Did you have a lot of products where visibility was not set to public? I almost wonder if the difference was in how you're calling LoadForCriteria() directly as opposed to how nHibernate populates the child collection of store.Products. I wouldn't expect them to be any different in term...
by AbleMods
Thu Aug 03, 2017 8:06 am
Forum: AbleCommerce GOLD
Topic: Marketing custom conlibs to the Ablecommerce community??
Replies: 5
Views: 7959

Re: Marketing custom conlibs to the Ablecommerce community??

Yea it's something I've been wishing for some time.
by AbleMods
Thu Aug 03, 2017 2:29 am
Forum: AbleCommerce GOLD
Topic: Disable TLS 1.0
Replies: 5
Views: 6881

Re: Disable TLS 1.0

I had to do the same thing on my SQL server. Once I disabled TLS 1.0 client on the web server, the website could no longer talk to the database server. I had to do what Jay suggested, update the SQL on the database server so it would respond to TLS 1.2 requests.
by AbleMods
Thu Aug 03, 2017 2:27 am
Forum: AbleCommerce GOLD
Topic: Checkout failures due to AVS cannot be resolved
Replies: 2
Views: 3779

Re: Checkout failures due to AVS cannot be resolved

Any thoughts on this one?