Search found 3309 matches

by AbleMods
Thu Aug 03, 2017 2:26 am
Forum: AbleCommerce GOLD
Topic: 11,568,494 Anonymous User's (Maintenance Error)
Replies: 2
Views: 4662

Re: 11,568,494 Anonymous User's (Maintenance Error)

360 days for anonymous maintenance is way too high. Anonymous maintenance does not purge orders, it only purges users and their related (abandoned) baskets. The majority of my clients use 30 days. At this point your ac_Users table is too large for Able maintenance routines to handle. You're going to...
by AbleMods
Thu Jul 27, 2017 1:46 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 18454

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

Yes ma'am, Gold R12 SR1. In the AuthNet CIM provider code, the DoStandardRefund() correctly populates the reference transaction ID: req.transactionRequest.refTransId = captureTransaction.ProviderTransactionId; However in DoProfileRefund() the refTransId is never populated. Without the original trans...
by AbleMods
Wed Jul 26, 2017 7:36 am
Forum: AbleCommerce GOLD
Topic: Gold R12 Authorize.Net CIM refunds using payment profile
Replies: 16
Views: 18454

Gold R12 Authorize.Net CIM refunds using payment profile

Anyone ever have trouble doing refunds when the form of payment is a stored credit card profile? We have a client that keeps getting the error: A valid referenced transaction ID is required (E00027) We haven't isolated whether this happens just with partial refunds, full refunds or both. The latest ...
by AbleMods
Wed Jul 26, 2017 2:40 am
Forum: AbleCommerce GOLD
Topic: Checkout failures due to AVS cannot be resolved
Replies: 2
Views: 3895

Checkout failures due to AVS cannot be resolved

A client pointed something out to me today I never noticed before: When you have the store configured to accept the order even if the payment fails, the shopper gets sent to the PayMyOrder page because the order still has a balance. The problem is when the payment failed due to AVS Mismatch (wrong z...
by AbleMods
Wed Jul 26, 2017 2:32 am
Forum: AbleCommerce GOLD
Topic: Marketing custom conlibs to the Ablecommerce community??
Replies: 5
Views: 8180

Re: Marketing custom conlibs to the Ablecommerce community??

I've been selling AbleCommerce plug-ins since 2007. There are a number of factors that come into play. Your mileage may vary, but for me they do not work as a sole source of revenue. Here's why: 1) There are well over a dozen 'flavors' of Able Gold now. A single change from one flavor to the next co...
by AbleMods
Thu May 18, 2017 1:57 am
Forum: AbleCommerce GOLD
Topic: Freight Shipment Integration
Replies: 5
Views: 7425

Re: Freight Shipment Integration

Got your emails, thanks. I'll respond later this morning after I do a little homework on the integrations you need.
by AbleMods
Thu May 18, 2017 1:31 am
Forum: AbleCommerce GOLD
Topic: Freight Shipment Integration
Replies: 5
Views: 7425

Re: Freight Shipment Integration

In AbleCommerce, you can create shipping methods that compute a shipping charge based on a range of values. In the UI, these are referred to as 'Vary by Cost', 'Vary by Weight' and 'Vary by Quantity'. The concept is based on levels. Each level represents a range of numbers. For example, you might ne...
by AbleMods
Thu May 11, 2017 6:52 am
Forum: AbleCommerce GOLD
Topic: Anyone have issues printing large batches of packing slips?
Replies: 10
Views: 15606

Re: Anyone have issues printing large batches of packing slips?

calvis wrote:Turns out he was hitting the print button too fast.
Too fast? As in...maybe the page itself wasn't finished loading before the Print button was clicked?
by AbleMods
Tue May 09, 2017 5:53 am
Forum: AbleCommerce GOLD
Topic: ViewState Warning - Question.
Replies: 1
Views: 3007

Re: ViewState Warning - Question.

If you look in the global.asax file, you'll see in the Application_Error() method that Able has written some code to ignore specific errors. You could add your viewstate error in that section and it would be prevented from logging to the Able error log(s). I've had to do it a few times in the past, ...
by AbleMods
Tue May 09, 2017 5:47 am
Forum: AbleCommerce GOLD
Topic: Freight Shipment Integration
Replies: 5
Views: 7425

Re: Freight Shipment Integration

The only freight integrations I've seen are custom build shipping gateways for specific carriers. They're usually not that hard to build, just depends on how well the freight carrier's API is designed. I built one for Yellow Freight a few years back that only took 3-4 hours. Able does have support f...
by AbleMods
Fri Mar 31, 2017 12:17 am
Forum: AbleCommerce GOLD
Topic: Review Reminders and Guest Checkout
Replies: 3
Views: 5197

Re: Review Reminders and Guest Checkout

One additional question (hopefully easier): Does the Product Review Reminder service include both anonymous checkout and registered user checkout? Looking at the code, I don't see anything filtering by anonymous or registered so I think the answer is 'yes'. But I just wanted to confirm? The bulk rev...
by AbleMods
Tue Mar 28, 2017 7:31 am
Forum: AbleCommerce GOLD
Topic: Review Reminders and Guest Checkout
Replies: 3
Views: 5197

Re: Review Reminders and Guest Checkout

Thanks Mike, I kinda figured it was mostly a recommendation.

I'll drop a screenshot here once the feature is done.
by AbleMods
Tue Mar 21, 2017 8:12 am
Forum: AbleCommerce GOLD
Topic: Review Reminders and Guest Checkout
Replies: 3
Views: 5197

Review Reminders and Guest Checkout

So in the online instructions for the review reminders feature, it specifically states: The Product Review Reminder service should only be used when the Guest Checkout feature is disabled, as this requires the user to have a registered account for removal. My question: is that the ONLY reason? I hav...
by AbleMods
Thu Feb 16, 2017 1:47 pm
Forum: AbleCommerce GOLD
Topic: Anyone have issues printing large batches of packing slips?
Replies: 10
Views: 15606

Re: Anyone have issues printing large batches of packing slips?

Different servers.

It's definitely a browser issue or .Net issue that appeared recently. Happens in both chrome and FF so I suspect windows or .Net. You haven't had any other reports of this behavior?
by AbleMods
Thu Feb 16, 2017 11:42 am
Forum: AbleCommerce GOLD
Topic: Anyone have issues printing large batches of packing slips?
Replies: 10
Views: 15606

Re: Anyone have issues printing large batches of packing slips?

No. One is Able 7.x. The other Gold R12SR1.
by AbleMods
Thu Feb 16, 2017 2:10 am
Forum: AbleCommerce GOLD
Topic: WYSIWYG Editor Stripping Code
Replies: 9
Views: 11771

Re: WYSIWYG Editor Stripping Code

No I've never seen it happen before. I didn't realize the html editor did any grooming of the content at all...wouldn't think it should be doing that.
by AbleMods
Tue Feb 14, 2017 9:38 am
Forum: AbleCommerce GOLD
Topic: Anyone have issues printing large batches of packing slips?
Replies: 10
Views: 15606

Anyone have issues printing large batches of packing slips?

Recently I've had two different clients reporting problems printing a large batch of packing slips. The last half or last third of the packing slips just print blank pages on the printer. Looks fine on the screen. Just won't print. Anyone else seeing or reporting this? Seems to have possibly started...
by AbleMods
Thu Feb 09, 2017 1:25 am
Forum: AbleCommerce GOLD
Topic: R12 Payment Status not updating after changing ship method
Replies: 5
Views: 6052

Re: R12 Payment Status not updating after changing ship method

This client had me hide that button since they use only flat-rate shipping methods. I added it back and it does force the order payment status to update properly. The only problem is the button isn't in a very good place. We're editing the shipment from the Shipments page. Once that's done, the user...
by AbleMods
Wed Feb 08, 2017 2:21 am
Forum: AbleCommerce GOLD
Topic: R12 Payment Status not updating after changing ship method
Replies: 5
Views: 6052

R12 Payment Status not updating after changing ship method

We see a problem If you change the ship method on a shipment for an order using the "Change Method" link from the Shipments tab. If the new shipping method charge differs from the old one, the order PaymentStatus does not update to reflect the order has a balance and is now Unpaid instead of Paid. I...
by AbleMods
Wed Feb 08, 2017 2:17 am
Forum: AbleCommerce GOLD
Topic: WYSIWYG Editor Stripping Code
Replies: 9
Views: 11771

Re: WYSIWYG Editor Stripping Code

When pasting code into the HTML editor, don't do it directly into the inline editor on the page. Click the little HTML icon (next to the paintbrush) in the toolbar to open a popup. The popup gives you an edit window of the raw HTML - this is where you can paste your HTML. The WYSIWYG will butcher mo...
by AbleMods
Wed Jan 11, 2017 4:34 am
Forum: AbleCommerce GOLD
Topic: Web API question
Replies: 1
Views: 2498

Re: Web API question

I built an entire WebAPI implementation for Able last year. It exposes most everything in Able to a custom iPhone app shoppers use to shop and buy. The API can be easily extended, you'll need full source code to do it. It's a separate project in the source code files and easy to read if you're famil...
by AbleMods
Sat Dec 10, 2016 2:51 am
Forum: AbleCommerce GOLD
Topic: how to debug nHibernate mappings?
Replies: 3
Views: 3438

Re: how to debug nHibernate mappings?

We have a winner :)

It's the little things that get ya!
by AbleMods
Fri Dec 09, 2016 3:35 am
Forum: AbleCommerce GOLD
Topic: how to debug nHibernate mappings?
Replies: 3
Views: 3438

Re: how to debug nHibernate mappings?

Sigh. I finally found it after 90 minutes of digging...

Anyone wanna guess what the problem was?
An association from the table <tablename> refers to an unmapped class: CommerceBuilder.Baskets.Basket
TGIF.
by AbleMods
Fri Dec 09, 2016 2:56 am
Forum: AbleCommerce GOLD
Topic: how to debug nHibernate mappings?
Replies: 3
Views: 3438

how to debug nHibernate mappings?

I remember a long time ago somebody mentioned a way to log mapping errors that keep the project from spinning up. I've added some custom tables, but I've messed something up in the nHibernate mappings. So I keep getting the dreaded "An association from the table <newtable> refers to an unmapped clas...