Hi Katie and thanks so much for the time you took answering my post. I'm using Ablecommerce 7.0.8. It is quite true that my site is extremely customized but isn't cookies and anonymous session handling something that is entirely on asp .Net's responsibility? I'm quite positive that nowhere on my sit...
Hi guys, has anyone ever came across this issue with AbleCommerce? I have SSL on and a set of pages and directories configured on the ssl.config file. Everything works fine except the fact that I keep getting a new anonymous cookie (AC7.ASPXANONYMOUS) and that causes the loss of anything on the bask...
Jay, you're the best. Thank you so much for your help. You saw it just right. Initially I started out by simply making the payment.Capture(totalCharges) as you mentioned but since it kept failing I thought the problem was on the way I was triggering the DoCapture. It turns out I didn't have a Author...
Hi Jay, thank you so much for you reply. I'm using Ablecommerce Gold and can't found a Capture() method without parameters. I have to send the amount but at this time, I have no certain that the buyer has indeed payed the full amount of the order. Right now I was trying to do this (assume this code ...
I'm not sure how the Paypal provider works but I'm pretty sure that what I'm looking for is something very similar, process wise at least. I believe the main difference is that I'm not supposed to implement an IPN as Paypal. The logic that is implemented on the IPN (handler, page or whatever) is the...
Hi all, I've setup a custom Payment Gateway which is very simple: 1. On the DoAuthorize, I send my provider authentication information and order data to get a redirect url and a token; 2. Before redirecting the user I associate the token with the payment; 3. Once I finish the payment on the provider...