Page 4 of 22 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 211
  1. #31
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    The basket details code took me best part of 3 months to get working (although I am no coder) due to SagePay's strict formatting. I will try to realease the basket details version over this weekend or latest on Monday 9th Nov as I have the morning at home.

    On your other question I descovered that Sagepay send back a coded message upon a failure, this message needs to be decoded (which is the easy part) but then it needs to be intergrated in to your database and zen cart session in order for it to display to the customer. This is some major coding for me and is what I was attempting to work out how to do before I became so busy with work and family. So hopefully with my 2 weeks off work coming up I can get some time (and headache tablets lol) and attempt to get this working.

    Your interest in my module (and my wife's moaning lol) has given me the boost to dig out my old files (of which there are loads) and try to get this project finished, so I will find the time soon to get cracking on it.

  2. #32
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Sounds great Nixak. I'll wait with baited breath!

  3. #33
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Hi all, I thought I had better explain why I have not released the basket details version yet, this is because whilst making the basket details work I (in my infinate wisdom ) re-wrote the entire module. I must of had a mad moment when I did this but the new Version 2.0 will include switches in the admin to allow you to do everything that SagePay allows, including overriding the AVS/CV2 settings, different payment types, allowing gift aid etc etc.

    I still have two things to add to the module which is:

    1) Cards accepted and secured by SagePay sidebox.
    2) To decode and intergrate the infomation returned by SagePay so as the customer and the admin know whether there has been any problems with the payment.

    If there is anything you would like to see added to the module please post your suggestions and I will try to incorperate them.

  4. #34
    Join Date
    Nov 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: SagePay Form URL

    Hi,
    I a bit confused, Sage pay is aimed at the UK market.
    But after installing the plugin for sage pay it gives me the following option when I click edit on Net1 Payment Services in Zen Cart

    Transaction Currency
    The currency to use for credit card transactions
    CAD & USD

    Where is GBP?

    The module I downloaded was loacated at http://www.zen-cart.com/index.php?ma...roducts_id=580

    Zen Cart 1.38a

  5. #35
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hows it going Nixak? Any progress? :)

  6. #36
    Join Date
    Jan 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hi Guys,

    Need a little help on this mod - i've installed it and tested it using 'test' mode and all worked great.

    However, as soon as i moved it into 'live' mode and tested a transaction, it returned with:

    '4006 : The TxType requested is not supported on this account.'

    Any help appreciated!
    Thanks,
    Kev

    www.sunplastics.co.uk

  7. #37
    Join Date
    Jan 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hi Kev,

    Have you done ALL the required testing before trying to switch to live?
    e.g. done refunds etc.
    Sage Pay need you to do this bit before the live is REALLY live.
    Bunster
    =====

    Nothing worth having ever comes easy, so don't give up!

  8. #38
    Join Date
    Jan 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Not to worry - it was Sagepay not getting their finger out quick enough! Sorted now!

  9. #39
    Join Date
    Dec 2009
    Location
    Karachi Pakistan
    Posts
    1
    Plugin Contributions
    3

    Default Solution to problem when unable to decryt the encrypted response from Sage Pay

    Hi everyone,

    Nixak just wanted to tell you that you are doing a great service to a lot of people.

    Just came across something and wanted to share with everyone.

    The PHP base64_decode sometimes does not decrypt the encrypted message correctly (due to white spaces) thereby causing problems.

    After going through Sage Pay Form sample code they provide on their website I found the following function which they use to decrpyt the encrypted response.


    PHP Code:
        function base64Decode($scrambled) {
          
    $output "";
          
    $scrambled str_replace(" ","+",$scrambled);
          
    $output base64_decode($scrambled);
          return 
    $output;
        } 
    If you add the above function to your class in the includes/modules/payment/sagepay_form.php and make the following change then I think this can help people who may encounter problems while decrypting the encrypted string.

    On line 222 where you have the line

    PHP Code:
     $Decoded $this->SimpleXor(base64_decode($crypt),MODULE_PAYMENT_SAGEPAY_FORM_PASSWORD); 
    you can change it to

    PHP Code:
    $Decoded $this->SimpleXor($this->base64Decode($crypt),MODULE_PAYMENT_SAGEPAY_FORM_PASSWORD); 
    Hope it helps.

    Kind Regards,

    Adeel

  10. #40
    Join Date
    May 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hello all, i am having issues installing the Sage Payment Solutions module for the payment processing company at www.SagePayments.com. I am assuming this SagePay you all are referring to is a different company?

    thanks,

 

 
Page 4 of 22 FirstFirst ... 2345614 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR