emailanj Posted August 16, 2005 Posted August 16, 2005 When I check out with credit card my store is missing a step and createing an error. The link it seems to be missing is: https://secure.bluehost.com/~proshowe/store...7105473bf03c06e This only happens with my viaklix payment module and not with any other payment method like check or money order. The steps is goes through is: https://secure.bluehost.com/~proshowe/store...onfirmation.php? osCsid=f289fb8e23435b8a27105473bf03c06e TO: https://www2.viaklix.com/process.asp To: https://secure.bluehost.com/~proshowe/store...e?ssl_results=0 Thanks for any help. anj
emailanj Posted August 16, 2005 Author Posted August 16, 2005 Is this possible? After check out customers are redirected to the logon page again. Is there some way that I can have them go to Checkout succsess instead and have them still logged in? Thanks for any help... anj Does any one think this will work? anj <{POST_SNAPBACK}>
♥Vger Posted August 16, 2005 Posted August 16, 2005 It will be returning to checkout_process.php, but at this point it's lost the session id so it gets re-routed to the login.php page. It's the loss of the session id that's causing the problem. I don't normally recommend this but you could try changing Recreate Session to 'true' in your osC admin panel under Configuration --> Sessions to see if this helps. Oh, and by the way, stop bumping your posts. You've been around long enough now to know it's against forum rules. Vger
emailanj Posted August 16, 2005 Author Posted August 16, 2005 Thanks for your help. I will try this. Sorry about bumping :huh anj Is this possible? After check out customers are redirected to the logon page again. Is there some way that I can have them go to Checkout succsess instead and have them still logged in? Thanks for any help... anj <{POST_SNAPBACK}>
emailanj Posted August 16, 2005 Author Posted August 16, 2005 The :huh above was supposed to be a smilie face...I was not being smart..LOL I tryed your suggestion but it didn't work. There is also no order going into the admin nor is there a confirm e-mail...no way of telling that there is an order only that there card has been charged. It makes sence about the session expiring... Thanks for your time and your suggestion, by chance have any others? anj Thanks for your help. I will try this. Sorry about bumping :huh anj <{POST_SNAPBACK}>
♥Vger Posted August 17, 2005 Posted August 17, 2005 I'm not sure that you are going to be able to keep the session id. I'm no expert on this, but it seems to me that a site using php with sessions which then interfaces with an asp based site - well I just don't think it's going to return the session id. Vger
emailanj Posted August 17, 2005 Author Posted August 17, 2005 Thanks for your response. I have been searching for a few days now and there are hundreds of posts with simular problems like mine (not just my payment module but others as well). Just one fix I could find and it did not work for me. What most people end up doing is just using the hold order contribution. I have been reading that the hold order contr has its down falls and mostly people are using it as a band aid I was really hopping to find the awnser somewhere among all of this knowledge. Any thoughts? You have been here a great while, have you ran accross anything? Or am I wasting time? Thanks for any and all help. anj I'm not sure that you are going to be able to keep the session id. I'm no expert on this, but it seems to me that a site using php with sessions which then interfaces with an asp based site - well I just don't think it's going to return the session id. Vger <{POST_SNAPBACK}>
emailanj Posted August 17, 2005 Author Posted August 17, 2005 I hope this isn't Bumping I am sorry if it is...I did another test and just wanted to post it: In my store/includes/configure.php, I changed the permissions and to 777 (so I can make changes, make sure you change it back after you save) and then I found this line: define('ENABLE_SSL', true); // secure webserver for checkout and changed it to define('ENABLE_SSL', false); // secure webserver for checkout This made my cart unsecure and I was able to run the card through with no problem at all. It went fine through my credit card module and bounced back to the cart, deducted the products and sent an e-mail. It went to checkout success with no probems. I am able to also run check or money order when my site is secure or not secure. does not seem to matter for this type of transaction. What do you think? anj Thanks for your response. I have been searching for a few days now and there are hundreds of posts with simular problems like mine (not just my payment module but others as well). Just one fix I could find and it did not work for me. What most people end up doing is just using the hold order contribution. I have been reading that the hold order contr has its down falls and mostly people are using it as a band aid I was really hopping to find the awnser somewhere among all of this knowledge. Any thoughts? You have been here a great while, have you ran accross anything? Or am I wasting time? Thanks for any and all help. anj <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.