Search found 107 matches

by mbartens
Fri Feb 02, 2018 4:55 am
Forum: AbleCommerce GOLD
Topic: Authorize.Net Cim SSL/TLS secure channel Error
Replies: 2
Views: 4624

Authorize.Net Cim SSL/TLS secure channel Error

Is there an update to the AbleCommerce Authorize.Net code? I'm using GoldR9 (build 7670) and I'm getting this error when in Test Mode on our STG server. This is the error:

There was a problem processing your payment: The request was aborted: Could not create SSL/TLS secure channel.
by mbartens
Tue Jan 23, 2018 1:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Symantec and nvelocity paygatewaynet
Replies: 1
Views: 8818

Symantec and nvelocity paygatewaynet

Hi,
On my dev box Symantec keeps giving me errors about nvelocity.dll and paygatewaynet.dll.
The type of risk is Insight Newwork Threat and the risk is WS.Reputation.1
What do these files do?
by mbartens
Wed Apr 27, 2016 1:40 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Thank you. I'm waiting to hear what they want to do.
by mbartens
Wed Apr 27, 2016 1:40 am
Forum: AbleCommerce GOLD
Topic: Modified source error: could not resolve property: GroupId
Replies: 5
Views: 5711

Re: Modified source error: could not resolve property: GroupId

jguengerich wrote:What is the new error?
That would help! Sorry I just updated it with the new error. TIA!
by mbartens
Tue Apr 26, 2016 2:18 am
Forum: AbleCommerce GOLD
Topic: Modified source error: could not resolve property: GroupId
Replies: 5
Views: 5711

Re: Modified source error: could not resolve property: GroupId

Thank you for the responses. Unfortunately changing it to Group.Id gives me a new error. Here's my code: /// <inheritdoc /> public IList<SubscriptionPlan> LoadForMembership() { IList<Product> products = ProductDataSource.GetMembershipProducts(); List<int> productIds = new List<int>(); foreach (Produ...
by mbartens
Mon Apr 25, 2016 5:44 am
Forum: AbleCommerce GOLD
Topic: Modified source error: could not resolve property: GroupId
Replies: 5
Views: 5711

Modified source error: could not resolve property: GroupId

I've added a bit column to the ac_products table and classes called IsMembership. I'm able to grab those products, no problem. Now I want a Distinct list of Subscription Plans that are Membership Products. In SQL this works: SELECT DISTINCT GroupId, Name FROM ac_SubscriptionPlans WHERE ProductId IN ...
by mbartens
Mon Apr 25, 2016 5:06 am
Forum: AbleCommerce GOLD
Topic: Upgrading 7670 to 8858 license
Replies: 2
Views: 3176

Re: Upgrading 7670 to 8858 license

Localhost on my machine and locahost on the receipt.
by mbartens
Mon Apr 25, 2016 3:15 am
Forum: AbleCommerce GOLD
Topic: Upgrading 7670 to 8858 license
Replies: 2
Views: 3176

Upgrading 7670 to 8858 license

I currently have 7670 running in production. I have 7670 and 8858 running locally on my machine for development. I applied 2 different license keys from the original order (30172) that were associated with localhost and v. 7.0.89 When I complete a test order it says DEMO for the Billing/Shipping. I'...
by mbartens
Mon Apr 25, 2016 3:06 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

I wanted to share with you some information that might help you understand how refunds work. With the Anet CIM gateway, a user has an option to store his/her payment information. When this happens, the credit card is ONLY stored with Authorize.net. Performing a refund in this case should not requir...
by mbartens
Mon Apr 25, 2016 3:00 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Thank you.. I'm in the process of upgrading from 7670 to 8858. Will this code work for both?
by mbartens
Thu Apr 14, 2016 3:07 am
Forum: AbleCommerce GOLD
Topic: Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP
Replies: 4
Views: 5175

Re: Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP

I unzipped the file to start fresh this morning and I initially got an error while entering the db info with a username and password so I copied the connection string from the other site that doesn't use credentials and changed the database name and it worked. So I'm not sure what I did wrong but it...
by mbartens
Thu Apr 14, 2016 2:54 am
Forum: AbleCommerce GOLD
Topic: Error building SRC Gold 11
Replies: 2
Views: 3137

Re: Error building SRC Gold 11

Thank you. I actually solved it by setting it up in this order:
1. AbleCommerceGold-GoldR11-b8643-SRC
2. Applying UpgradeGold-R11b8643-R11SR1b8858-SRC
3. Adding my source code.
by mbartens
Wed Apr 13, 2016 6:12 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

I'm working on upgrading my site and I just noticed something that could be related... AbleCommerceGold-GoldR11-b8643-SRC.zip\IntegratedProviders\AuthorizeNetCIM\AnetApiSchema.designer.cs // Generated by Xsd2Code. Version 3.4.0.37595 UpgradeGold-R11b8643-R11SR1b8858-SRC.zip\IntegratedProviders\Autho...
by mbartens
Wed Apr 13, 2016 4:20 am
Forum: AbleCommerce GOLD
Topic: Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP
Replies: 4
Views: 5175

Error installing AbleCommerceGold-GoldR11SR1-b8858-WAP

I'm trying to install the demo site locally. We have an active version of R9-b7670 that is customized. I'd like to get V11 up and running and run a file and db schema compare and move the changes over. I'm guessing I should add the customization to R11. I'm getting ahead of myself though, I've tried...
by mbartens
Tue Apr 12, 2016 4:13 am
Forum: AbleCommerce GOLD
Topic: Error building SRC Gold 11
Replies: 2
Views: 3137

Error building SRC Gold 11

I'm guessing this is related to StyleCop. When I attempt to build AbleCommerceGold-GoldR11-b8643-SRC/R11SR1b8858 I'm getting many missing comment errors such as: 1>CommerceBuilder\Services\ShipStation\Order.Generated.cs(24,20,24,27): warning CS1591: Missing XML comment for publicly visible type or m...
by mbartens
Mon Apr 04, 2016 2:33 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

From the Authorize.NET CIM Developer guide: http://www.authorize.net/content/dam/authorize/documents/CIM_XML_guide.pdf For Refund Transactions If you are submitting a refund against a previous CIM transaction, the following guidelines apply: include customerProfileId, customerPaymentProfileId, and ...
by mbartens
Fri Apr 01, 2016 2:24 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Hi, the order was placed on 3/21 so that is enough time for it to be batched. 1. Below is the transaction history for this order: Date Gateway Type Amount Result Notes 3/21/2016 6:02 PM Authorize.NET CIM Authorize Capture $200.00 SUCCESS Successful. (I00001) Transaction ID:8091906417 Authorization:0...
by mbartens
Thu Mar 31, 2016 8:41 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Hi,
I've implemented the code but the refund still did not work. I enabled debugging and this is the error message:
<errorCode>33</errorCode>
<errorText>Credit card number is required.</errorText>
by mbartens
Tue Mar 29, 2016 7:55 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Hi Katie,
I'm not sure when we will upgrade but the client has contacted me again that they did attempt another refund and it did not work so they are getting anxious.
I do have the source code. If you have that code I'd really appreciate it ! Thank you
by mbartens
Tue Mar 08, 2016 7:30 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

Hi,
Yes we are using GoldR9 (build 7670). The payment is not stored. The client is doing manual refunds through the merchant for now.
by mbartens
Fri Mar 04, 2016 4:31 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Re: Return or Refund

HI,
So if someone does a return (item is removed from order) and then attempts a refund, it wouldn't work then?

Client has it set up for Authorize and Capture.
by mbartens
Thu Mar 03, 2016 3:39 am
Forum: AbleCommerce GOLD
Topic: Return or Refund
Replies: 25
Views: 44495

Return or Refund

Previously I had posted I was using Authorize.NET CIM and there was an error when trying to do a refund. The issue was I was doing the refund within minutes of purchase. Now with that same order it appears that one of the site admins did a Return. Does a return issue a refund? If an item is returned...
by mbartens
Tue Mar 01, 2016 3:10 am
Forum: AbleCommerce GOLD
Topic: Error Issuing Refund
Replies: 5
Views: 7269

Re: Error Issuing Refund

Thank you! This explains it.
by mbartens
Fri Feb 26, 2016 6:02 am
Forum: AbleCommerce GOLD
Topic: Error Issuing Refund
Replies: 5
Views: 7269

Error Issuing Refund

Hi, I'm using Authorize.Net CIM. After successfully Capturing an order I tried to refund it. This is the data in the ac_Transactions table: TransactionTypeId: 6 ResponseCode:E00027 ResponseMessage:The transaction was unsuccessful. ProviderTransactionId: Null AuthorizationCode: Null AVSResultCode: Nu...
by mbartens
Fri Feb 12, 2016 4:35 am
Forum: AbleCommerce GOLD
Topic: R10 Gold Modify Report
Replies: 7
Views: 5282

Re: R10 Gold Modify Report

I created my own class. Thank you so much for the help!