Search found 3309 matches

by AbleMods
Tue Mar 23, 2021 1:37 pm
Forum: AbleCommerce GOLD
Topic: UPS Shipping rate error's happening again
Replies: 3
Views: 6395

Re: UPS Shipping rate error's happening again

You totally just saved multiple bacons posting your solution. Had some clients of mine with this exact issue. Much appreciated posting the solution.
by AbleMods
Tue Oct 13, 2020 11:50 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net CIM and how AVS will work
Replies: 2
Views: 15982

Re: Authorize.Net CIM and how AVS will work

You can also disable the requirement for a bill to address. Not ideal but it should resolve the issue. Log into the AuthNet merchant account. Find where you can setup the Payment Form in the account settings. In there is a list of fields with check marks on the required fields. Uncheck Bill-to and s...
by AbleMods
Mon Jul 13, 2020 11:41 am
Forum: AbleCommerce GOLD
Topic: UPS ship gateway broken
Replies: 16
Views: 35098

Re: UPS ship gateway broken

I'm afraid not. Only AbleCommerce can provide a fix to the general public.
by AbleMods
Mon Jul 13, 2020 9:35 am
Forum: AbleCommerce GOLD
Topic: UPS ship gateway broken
Replies: 16
Views: 35098

Re: UPS ship gateway broken

Thanks Joe! Not sure how long it would have taken me to figure that out. I did a quick test (one fake order) after I applied your fix with logging turned on, and there was a slight difference in the two service code 12 responses. One (the second one) had a slightly higher TransportationCharges and ...
by AbleMods
Mon Jul 13, 2020 7:48 am
Forum: AbleCommerce GOLD
Topic: UPS ship gateway broken
Replies: 16
Views: 35098

UPS ship gateway broken

As of 7-12-2020 5:06pm EST, all of my Able Gold installs have stopped calculating UPS shipping rates. Every Able Gold install I've checked can no longer calculate UPS rates. The error reported in the error log is: Exception: An item with the same key has already been added.Stack Trace: at System.Thr...
by AbleMods
Thu May 14, 2020 5:52 am
Forum: AbleCommerce GOLD
Topic: Disable Maintenance Routines
Replies: 1
Views: 5077

Re: Disable Maintenance Routines

A late reply but hopefully will still help. Maintenance can be disabled by editing the /App_Data/AbleCommerce.config file and setting the MaintenanceInterval value to "0". However this is a really, really bad idea. Several other important functions are performed in the maintenance routines unrelated...
by AbleMods
Tue Jul 16, 2019 8:17 am
Forum: AbleCommerce GOLD
Topic: Server 2019 supported for Able Gold
Replies: 1
Views: 5332

Re: Server 2019 supported for Able Gold

Never mind, figured it out. Sigh I swear all I need to is post the question and 30 seconds later I suddenly figure something out :roll: For those who run into runtime binding errors, here's what I do to help narrow down the issue: First, the exact error was: Could not load file or assembly 'System.W...
by AbleMods
Tue Jul 16, 2019 7:55 am
Forum: AbleCommerce GOLD
Topic: Server 2019 supported for Able Gold
Replies: 1
Views: 5332

Server 2019 supported for Able Gold

I'm getting binding mismatch errors on System.Web.Mvc trying to light up a Gold R12 install on Server 2019. Has anyone gotten Gold to run on 2019? === Pre-bind state information === LOG: DisplayName = System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (Fully-specified)...
by AbleMods
Thu Mar 07, 2019 3:50 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net CIM and how AVS will work
Replies: 2
Views: 15982

Authorize.Net CIM and how AVS will work

Gold R12 SR2 A client pointed this out to me recently. It doesn't appear the Authorize.Net CIM is sending bill-to address. Thus AVS never gets checked. When I look at AuthNetCIMProvider.cs, I see two routines DoStandardAuthorize() and DoProfileAuthorize() DoProfileAuthorize() is called when a stored...
by AbleMods
Tue Feb 19, 2019 1:38 am
Forum: AbleCommerce GOLD
Topic: Option to \ not create order unless it has a successful pay
Replies: 3
Views: 5947

Re: Option to \ not create order unless it has a successful pay

Unfortunately it is not possible to prevent this scenario. The design of how regular PayPal has to be implemented makes this, at best, a difficult fix. That's because the shopper must leave the Able site entirely to perform the appropriate PayPal actions. This prevents the Able site from easily dete...
by AbleMods
Thu Jan 24, 2019 10:20 pm
Forum: AbleCommerce GOLD
Topic: Fedex Errors /Fedex Connector and WSP
Replies: 3
Views: 9112

Re: Fedex Errors /Fedex Connector and WSP

Mike there's no DLL in the source code download to go in the /Bin/ folder.
by AbleMods
Thu Jan 17, 2019 5:02 am
Forum: AbleCommerce GOLD
Topic: Paypal Standard Return To Site No Order Verification
Replies: 14
Views: 14388

Re: Paypal Standard Return To Site No Order Verification

My apologizes for saying 'username'. On the screen it's actually referred to as 'PayPal Account:'

You are correct the API username is for a different implementation and wouldn't be used with a PayPal Standard implementation.
Capture.JPG
by AbleMods
Thu Jan 17, 2019 3:40 am
Forum: AbleCommerce GOLD
Topic: Paypal Standard Return To Site No Order Verification
Replies: 14
Views: 14388

Re: Paypal Standard Return To Site No Order Verification

Might want to also verify the PayPal username in the Able settings is the PRIMARY email for the paypal account being used. I recall some point in the past where using an email other than the primary paypal email address would break IPN. Maybe long fixed by now, but worth a check nonetheless.
by AbleMods
Thu Jan 17, 2019 3:30 am
Forum: AbleCommerce GOLD
Topic: Dashboard View Quirk in R12?
Replies: 3
Views: 4792

Re: Dashboard View Quirk in R12?

Your upgrade has not gone as planned. Your CommerceBuilder.dll is for Gold R12 SR1. But if the dashboard is messed up, and your release label still says R10, something bad happened during upgrade. Best to restore from backup and get the application back to a stable state. Then investigate the issue ...
by AbleMods
Mon Dec 17, 2018 11:34 pm
Forum: AbleCommerce GOLD
Topic: Catching Up Versions
Replies: 1
Views: 3755

Re: Catching Up Versions

You would need to install the updates in the following order: Upgrade R10 to R11 Upgrade R11 to R12 Install SR1 Install SR2 Any customizations to the source files should be merged so you don't lose your changes. I always use a tool called BeyondCompare. Stellar for merging changes between two files....
by AbleMods
Mon Dec 17, 2018 4:16 am
Forum: AbleCommerce GOLD
Topic: Upgrade Gold R9 to R12 capturing payments
Replies: 1
Views: 3934

Upgrade Gold R9 to R12 capturing payments

We recently upgraded a Gold R9 install to Gold R12. The client is saying they used to have a 'Keep order open to capture additional amounts?' choice on the payments page when they captured the payment. Now they do not see that option. Was that removed in a release after R9? Using Authorize.Net CIM b...
by AbleMods
Wed Nov 07, 2018 1:48 am
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: AbleCommerce BETA (v.9) launched on October 31, 2018.
Replies: 9
Views: 95246

Re: AbleCommerce BETA (v.9) launched on October 31, 2018.

Still doesn't work. Here are my steps:
Clear browser cookies
browser to www.ablecommerce.com
click login at the top
log in on login page
scroll to bottom and click forums link
by AbleMods
Wed Nov 07, 2018 1:09 am
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: AbleCommerce BETA (v.9) launched on October 31, 2018.
Replies: 9
Views: 95246

Re: AbleCommerce BETA (v.9) launched on October 31, 2018.

No never used it before. Had no idea it even existed until today.
by AbleMods
Tue Nov 06, 2018 10:49 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: AbleCommerce BETA (v.9) launched on October 31, 2018.
Replies: 9
Views: 95246

Re: AbleCommerce BETA (v.9) launched on October 31, 2018.

I'm getting an error when I try to log into the new forum

Capture.JPG
by AbleMods
Fri Oct 05, 2018 5:21 am
Forum: AbleCommerce GOLD
Topic: Mimimum Quantity Required per CATEGORY?
Replies: 2
Views: 4270

Re: Mimimum Quantity Required per CATEGORY?

Late response, but here's an answer in case others come looking: There's no avoiding customization in this case. Your scenario is just too unique to work within the design of Able. It sounds like you've got the pricing issue covered, so you just need some sort of multiplier validation added to the p...
by AbleMods
Fri Oct 05, 2018 5:15 am
Forum: AbleCommerce GOLD
Topic: Windows Server 2016
Replies: 4
Views: 11779

Re: Windows Server 2016

Eldon I assume (by now) that you got this fixed? I've seen that message happen when there is a duplication between the site specific web.config file and the server-wide file applicationhost.config. There are actually two web.config files on an IIS server. One is called applicationhost.config and app...
by AbleMods
Fri Oct 05, 2018 5:09 am
Forum: AbleCommerce GOLD
Topic: PCI compliance issue
Replies: 4
Views: 11496

Re: PCI compliance issue

In R10 there were a few (minor) issues. If you're on R12, you should most certainly be running all pages in HTTPS. I have every single one of my clients (that are capable) running full HTTPS. It's rock solid.
by AbleMods
Thu Jul 12, 2018 3:28 am
Forum: AbleCommerce GOLD
Topic: Upgrading to jQuery 3.0.0
Replies: 31
Views: 80331

Re: Upgrading to jQuery 3.0.0

You know, now that I think of it both of my sites are Able 7.x Neither one uses JQuery....doh!