Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 211

Hybrid View

  1. #1

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by kransom View Post
    I found that for some reason I was losing the crypt variable frm the URL/GET values. I don't know if this was a host related issue or something else as when I did a print_r($_GET) that values were not there but if I checked the $_SERVER QUERY_STRING the crypt value information was there.

    Not sure what caused it but to get around it I used the following code:

    In the before_process function in the sagepay_form.php file -


    if (!isset($_GET['crypt'])) {

    //for some reason the crypt value is missing -
    //we need to get it out of the SERVER QueryString and parse it into an array
    if (isset($_SERVER['QUERY_STRING'])) {
    $query = $_SERVER['QUERY_STRING'];
    //now split
    $query_var = parse_str($query);
    if (count($query_var) > 0) {
    if (isset($query_var['crypt']))
    $crypt = $query_var['crypt'];
    }
    }

    } else
    $crypt = $_GET['crypt'];

    I then use the $crypt value instead of the $_GET value.

    All fixed thankfully.

    Could you give a bit more detail on where you inserted this code? where you then had to change the code to use the new "$crypt" ?

    I think I have the same issue and have been trying to integrate your code but so far just getting the dreaded white screen...
    I think my brain hurts...or does it hurt because I think?
    http://www.online-bikes.co.uk

  2. #2
    Join Date
    Jan 2012
    Posts
    38
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Very Quick Question Can This Mod do the Sage Server/ In Frame Payment Solution. The one where they don't leave the site.

  3. #3
    Join Date
    Mar 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hi, Last year I reported a problem where by I was getting a order notifications from Sagepay but nothing was showing in Zen

    http://www.zen-cart.com/forum/showthread.php?t=168278

    Well its happend again!

    And now it seems to be happening to other people but no one seems to have come up with a solution or at least one I can find.

    Please help

    Current version is v1.3.9h, Customer shows in customer database but has no associated orders. Only confirmation of the order is from sagepay!


    Same problem in other threads
    http://www.zen-cart.com/forum/showth...sage+pay+order
    http://www.zen-cart.com/forum/showth...hlight=sagepay

  4. #4
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Im getting the same Error: #69053 as DucatiMondo...

    Cant see how to fettle the return url if its anything to do with that?

    Any Help would be brilliant! Desperate here!

  5. #5
    Join Date
    Nov 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    I am having the same problem with the error code #69053.

    Basically I can select Sagepay to pay for an item in my shopping cart. I am then directed through to Sagepay and it allows me to make a payment no problem. Once I press the confirm button, I get a white screen with error code #69053 displayed in the top left corner.

    The payment with Sagepay goes through fine and I get an email from Sagepay to tell me the payment has gone through fine.

    If I open my website on another web page, the order is still in my shopping cart but obviously hasn't completed.

    I also tried something else after on another transaction. When I got to the white screen with the error code on, I refreshed the page. This took me to my website but it said that my session had timed out and that I need to log back in. At this point there is nothing showing in my cart either. When I do log back in, there is absolutely no record of the transaction, even though I have recieved payment from Sagepay.

    This has been going on for a month now and I'm paying for my merchant services and Sagepay and cannot use either. I'm having to take payment by Paypal who are charging me 4% which is killing my margins which are quite small to begin with.

    Please help guys, I'll be going out of business and insane if this continues much longer.

    Thanks in advance guys.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Sagepay Form V1.5.5
    By Nick1973 in forum Addon Payment Modules
    Replies: 10
    Last Post: 12 Jun 2019, 10:30 AM
  2. Need a Form Module for Sagepay
    By ukstuff in forum Addon Payment Modules
    Replies: 5
    Last Post: 18 Feb 2015, 03:51 PM
  3. v150 Nixaks Sagepay Form Module PHP Warning
    By sprocker in forum Addon Payment Modules
    Replies: 0
    Last Post: 13 Aug 2014, 11:24 AM
  4. looking for the protx - sagepay - FORM payment module
    By abs007 in forum Addon Payment Modules
    Replies: 3
    Last Post: 20 Jul 2009, 06:06 PM
  5. Help with Sagepay form payment module please
    By Nixak in forum Addon Payment Modules
    Replies: 1
    Last Post: 20 Jul 2009, 11:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg