Search found 7 matches

by hacrodrigues
Wed Oct 14, 2015 7:37 am
Forum: AbleCommerce GOLD
Topic: Anonymous Cookie lost between http and https
Replies: 5
Views: 14314

Re: Anonymous Cookie lost between http and https

Hi Katie, yes, we have several non-ablecommerce pages. Is that a problem?

I'll take a look at the code from those non-ablecommerce pages to see if I can find something that may be causing this issue.

If you have any more ideas...everything is welcomed :)

Thanks again for your help.
by hacrodrigues
Tue Oct 13, 2015 9:40 am
Forum: AbleCommerce GOLD
Topic: Anonymous Cookie lost between http and https
Replies: 5
Views: 14314

Re: Anonymous Cookie lost between http and https

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...
by hacrodrigues
Mon Oct 05, 2015 11:55 pm
Forum: AbleCommerce GOLD
Topic: Anonymous Cookie lost between http and https
Replies: 5
Views: 14314

Anonymous Cookie lost between http and https

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...
by hacrodrigues
Tue Mar 04, 2014 3:42 am
Forum: AbleCommerce GOLD
Topic: DoCapture not getting called
Replies: 5
Views: 8018

Re: DoCapture not getting called

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...
by hacrodrigues
Mon Mar 03, 2014 1:30 pm
Forum: AbleCommerce GOLD
Topic: DoCapture not getting called
Replies: 5
Views: 8018

Re: DoCapture not getting called

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 ...
by hacrodrigues
Mon Mar 03, 2014 2:33 am
Forum: AbleCommerce GOLD
Topic: DoCapture not getting called
Replies: 5
Views: 8018

Re: DoCapture not getting called

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...
by hacrodrigues
Sun Mar 02, 2014 11:26 am
Forum: AbleCommerce GOLD
Topic: DoCapture not getting called
Replies: 5
Views: 8018

DoCapture not getting called

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...