Search found 8 matches

by redrisk@coleman.com
Thu Jan 14, 2010 2:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Updating AC shipping Info
Replies: 1
Views: 1641

Updating AC shipping Info

I have been looking through the forum but not finding what I need. Our company uses SAP and AC orders are passed to SAP for processing and shipment. I can retrieve this information from SAP such as ship date and tracking numbers. Question #1, is there a better option than writing a program to direct...
by redrisk@coleman.com
Mon Oct 19, 2009 10:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption/Decryption
Replies: 7
Views: 5038

Re: Credit Card Encryption/Decryption

No, it looks like below, I have replaced the long text string with ...

<encryption configProtectionProvider="DataProtectionConfigurationProvider">
<EncryptedData>
<CipherData>
<CipherValue>...</CipherValue>
</CipherData>
</EncryptedData>
</encryption>
by redrisk@coleman.com
Mon Oct 19, 2009 9:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption/Decryption
Replies: 7
Views: 5038

Re: Credit Card Encryption/Decryption

Logan, I am not having any luck. I am running the console app on the same server as my website so have access to everything but even when I pull the string out of the encryption.config and convert it to a byte array and hard code an ecrypted value from the database the DecryptAES function is just re...
by redrisk@coleman.com
Wed Oct 14, 2009 11:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption/Decryption
Replies: 7
Views: 5038

Re: Credit Card Encryption/Decryption

Thanks Logan. If I am writing a console application outside of the AbleCommerce store how do I let my application know which store I am dealing with? I saw functions that would return the encryption key and the the decryptaes was overloaded to accept that key but I don't know how to tell my app whic...
by redrisk@coleman.com
Fri Oct 09, 2009 8:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Encryption/Decryption
Replies: 7
Views: 5038

Credit Card Encryption/Decryption

Our store accepts credit cards and these card numbers must be encrypted as dictated by PCI guidelines. We also have to temporarily decrypt our card numbers to pass to our back office system. I have added an encryption key to my store and things are being encrypted now. Is there any method in 7.0.3 t...
by redrisk@coleman.com
Tue Sep 15, 2009 11:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Third Party Tax Provider
Replies: 4
Views: 2961

Re: Third Party Tax Provider

Logan - I appreciate the posting and I have been able to successfully integrate AbleCommerce with our sales tax solution Vertex. The one thing that concerns me is that if there is an error it just returns a zero sales tax, we would not want to obtain a credit card authorization without the correct s...
by redrisk@coleman.com
Thu Sep 10, 2009 12:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: BasketItem Class
Replies: 1
Views: 1551

BasketItem Class

Is there a definition of the BasketItem class somewhere? I am working on Salestax integration and going off off examples provided by other members but since my solution requires some different fields I am having to guess at what each property holds.
by redrisk@coleman.com
Tue Sep 01, 2009 2:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Third Party Tax Provider
Replies: 4
Views: 2961

Third Party Tax Provider

We use Vertex as our tax provider which allows us to pass shipping info and item cost via a SOAP call and return the proper tax. I need to know where to place this SOAP call within AbleCommerce 7.0.3 so that is will be used for our tax calculation. I have found a number of posts from years ago somew...