Search found 3309 matches

by AbleMods
Tue Oct 31, 2017 7:41 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

Re: App integration into AC via login

No problem, glad to help.
by AbleMods
Tue Oct 31, 2017 6:32 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

Re: App integration into AC via login

That helps greatly, thanks! Yes, passwords are encrypted in Able data. And there is no way to de-crypt the password directly for obvious security reasons. What you'll need to do is design an endpoint in Able to receive the username/password from your new app. In the Able endpoint, you submit the use...
by AbleMods
Tue Oct 31, 2017 3:12 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

Re: App integration into AC via login

Hi Matt, Your question is pretty difficult to answer without greater detail. If you're looking to implement SSO (Single Sign On) between two different .Net applications using pass-through authentication, that is certainly possible. The level of difficulty in configuring everything rests on whether t...
by AbleMods
Mon Oct 16, 2017 2:38 pm
Forum: AbleCommerce GOLD
Topic: PayPal via Authorize.Net???
Replies: 13
Views: 14518

Re: PayPal via Authorize.Net???

Apparently Auth.Net DOES support communicating with Paypal in some fashion (https://www.authorize.net/solutions/merchantsolutions/merchantservices/paypal/), but it looks like it's only Paypal Express Checkout - not Paypal Standard. Interesting. My apologies, I didn't realize such an integration exi...
by AbleMods
Fri Oct 13, 2017 2:35 am
Forum: AbleCommerce GOLD
Topic: PayPal via Authorize.Net???
Replies: 13
Views: 14518

Re: PayPal via Authorize.Net???

AuthNet doesn't support talking to PayPal. I agree with Katie's suggestion - switching to Website Payments Pro would be your best route. Everything then runs through PayPal and your boss is happy. Which means you'll be happy. Because when she's NOT happy...well you get the idea :; Me personally, I w...
by AbleMods
Fri Oct 13, 2017 2:23 am
Forum: AbleCommerce GOLD
Topic: Populating Variables for Follow-Up Survey
Replies: 3
Views: 4887

Re: Populating Variables for Follow-Up Survey

Jill, I'll make the changes for you. They are simple once you know the trick, and then you'll have a working example to compare against in the future. Just a little tricky to try and document here in the forums, otherwise I'd post it here for everyone. Shoot me a PM and I'll get you my email address...
by AbleMods
Fri Oct 13, 2017 2:15 am
Forum: AbleCommerce GOLD
Topic: PCI compliance scan SQL Injection warning
Replies: 20
Views: 16495

Re: PCI compliance scan SQL Injection warning

Would be helpful to see an entry about this in the dashboard News Feed as well
by AbleMods
Fri Oct 13, 2017 2:15 am
Forum: AbleCommerce GOLD
Topic: PCI compliance scan SQL Injection warning
Replies: 20
Views: 16495

Re: PCI compliance scan SQL Injection warning

Is there a way to get the full source changes for this patch for clients who have customized CommerceBuilder?
by AbleMods
Fri Oct 13, 2017 2:12 am
Forum: AbleCommerce GOLD
Topic: USPS change to first class... not loading rates
Replies: 18
Views: 28090

Re: USPS change to first class... not loading rates

Agreed - I've had to update a few clients and the step-by-step really helped make it easy to do.
by AbleMods
Fri Oct 13, 2017 2:11 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

So it's been nearly a week now and we haven't seen the original issue of one shopper getting everyone's shipment notification. So the fix for that seems to be the solution. The other issues are gone as well thanks to the fixes posted here. We are seeing one additional issue when a variant is deleted...
by AbleMods
Fri Oct 13, 2017 2:05 am
Forum: AbleCommerce GOLD
Topic: Fancybox not working after upgrade to R12
Replies: 1
Views: 3441

Re: Fancybox not working after upgrade to R12

That's a tough one. Probably the first place to start is to load the page in Chrome, hit F12 for Developer Mode and click the Console tab. Look for any errors, specifically javascript errors or 404 errors. Sounds like a javascript link isn't loading like expected.
by AbleMods
Tue Oct 10, 2017 11:27 pm
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 18222

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

Naveed, sorry for the delay. That hurricane was pretty bad, we took a direct hit. Move to Florida, they said. Live the dream, they said. Nobody mentions you could get slammed by a hurricane when they suggest you move to Florida :D I was finally able to test the fix, and it works. In the screen captu...
by AbleMods
Tue Oct 10, 2017 6:45 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

Thanks Nadeem. We essentially did the exact same change (which makes me feel really good!). We did not update the DeafultEventsHandler though, I'll take a look at that later this week. We did find another bug in ShipStation: If a product is deleted from the catalog before Shipstation can push an ord...
by AbleMods
Thu Oct 05, 2017 7:55 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

No. We believe we have three issues and one concern. I'll detail them here. Issues: 1) Order-shipped email templates are being triggered to the wrong shopper. Say we run 50 orders through ShipStation in a single batch. When we fire off the SYNC, Able will update each shipment as shipped. That fires ...
by AbleMods
Thu Oct 05, 2017 7:41 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45137

Re: Authorize.Net TLS 1.2 Requirements

I had to upgrade the SQL 2012 server up to Service Update 3 before it would accept TLS 1.2 connections from the web server.
by AbleMods
Tue Oct 03, 2017 7:54 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

Think I found the problem: The call that updates the order status (and subsequently triggers the order note to be created) is made from within ShipStationExportManager.cs: if (importMap.Count > 0) { imported = true; if ((exportOptions.NewOrderStatusId ?? 0) > 0) { order.UpdateOrderStatus(exportOptio...
by AbleMods
Tue Oct 03, 2017 3:35 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

So I managed to set up a semi-sandbox account for ShipStation testing. I did a single test order transfer, shipped it, and then sync'd back to Able. Here's what's happening: The 'Author' (UserId) value did not post when the transfer to ShipStation updated the order status for me. UserId is null for ...
by AbleMods
Tue Oct 03, 2017 12:39 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45137

Re: Authorize.Net TLS 1.2 Requirements

Thanks Naveed, that's a good document. I went the route of updating Global.asax this morning and updated both framework references to 4.6. Disabled TLS 1.0 and 1.1 using IISCrypto and restarted the server. The site came back up just fine. I tested AuthNet with live information and it processed corre...
by AbleMods
Mon Oct 02, 2017 2:50 am
Forum: AbleCommerce GOLD
Topic: How to save basket when anonymous logs in to registered?
Replies: 14
Views: 13951

Re: How to save basket when anonymous logs in to registered?

Or, just support multiple baskets.

The data classes have supported it for 10 years, yet it's never been implemented in the UI.
by AbleMods
Mon Oct 02, 2017 2:44 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45137

Re: Authorize.Net TLS 1.2 Requirements

I'm not quite sure how to interpret your response to sweeperq's post. Are you saying that your AuthNet is now connecting with TLS 1.2, and UPS / FedEx are connecting with 1.0 or 1.1? Or are they all using TLS 1.2? When I disabled everything but TLS 1.2 on the server, all the gateways failed to comm...
by AbleMods
Fri Sep 29, 2017 1:32 am
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

Re: ShipStation Sync notifying wrong customers when sync run

ShipStation is one of our more popular features, so I would think that something like this would have been found I agree. Since it's not every single order, it's either something incredibly obscure or it's being used in an unanticipated way. One pattern I noticed this morning is vast majority of or...
by AbleMods
Thu Sep 28, 2017 11:48 pm
Forum: AbleCommerce GOLD
Topic: ShipStation Sync notifying wrong customers when sync run
Replies: 16
Views: 12141

ShipStation Sync notifying wrong customers when sync run

Gold R12 A large client is implementing ShipStation and immediately encountered a pretty big problem. Pushing orders/shipments into ShipStation is working great. But when they initiate the sync to pull shipment info back into Able, the sync routine creates a major problem. The sync posted the same, ...
by AbleMods
Thu Sep 28, 2017 11:37 pm
Forum: AbleCommerce GOLD
Topic: failed to lazily initialize a collection of role
Replies: 0
Views: 27839

failed to lazily initialize a collection of role

I'm struggling to figure out why I keep getting lazy load errors in an internal method of my custom data class. In my Returns Manager, I have a class OrderReturn which has an OrderId field used to link back to the original Able order object. The OrderReturn object works perfectly, until I try to ref...
by AbleMods
Thu Sep 28, 2017 3:07 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45137

Re: Authorize.Net TLS 1.2 Requirements

This forum is ancient, really needs replaced. So many technical questions are answered here, the search feature is key to it's usefulness beyond simple conversation.
by AbleMods
Thu Sep 28, 2017 2:47 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net TLS 1.2 Requirements
Replies: 26
Views: 45137

Re: Authorize.Net TLS 1.2 Requirements

Joe, System.Net.ServicePointManager.SecurityProtocol is indeed an application-wide setting that only needs to be set once. We tackled this issue just recently on AC7 (http://forums.ablecommerce.com/viewtopic.php?f=42&t=19115). There is source code for a test page on that link that will allow you to...