Page 11 of 22 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 211
  1. #101
    Join Date
    Jun 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    ok, it appears to work in 1.3.9d.

    guess we are just waiting on the error message decodes for when failed auths get bounced back.

  2. #102
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by upnorthal View Post
    Hi

    Has anyone tried this module with version 1.3.9d of ZenCart?

    Cheers

    Al
    Hi upnorthal,

    Although I haven't updated yet, unless zen-cart made major changes to the payment system side of its software (which I don't see mentioned in the patch notes) then this module will work without any problems.

    Hope this helps
    Nixak

  3. #103
    Join Date
    Jun 2010
    Posts
    19
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    thanks Nixak.

    It appears fine.

    Cheers

    Al

  4. #104

    Default Re: Nixaks Sagepay Form Module

    Hi again Nixak.
    I'm not after message decoding this time, I think I may have found a slight bug.
    I have used gift vouchers on my store which allows the customer to purchase a product using vouchers rather than paying by credit card.
    If on the checkout page they use gift vouchers to the full value of their purchase, but still select the radio button to pay by sage pay, the module calls the sage pay api even though the transaction value is zero.
    This gives an error screen on sage pay.

    Is there a way to stop the sage pay api being called if the transaction value is zero?

    Cheers,
    Damian

  5. #105

    Default Re: Nixaks Sagepay Form Module

    Sorry Nixak, I think I jumped the gun a bit there!
    I don't think this is a problem with your mod, I think it's a recent module that I've installed because I got the same problem with the built in PayPal payments module.
    When I removed the new mod, everything is ok.
    Ignore this one!

  6. #106
    Join Date
    Jul 2010
    Posts
    1
    Plugin Contributions
    0

    Idea or Suggestion Re: Nixaks Sagepay Form Module

    Hi Nixaks!
    Thanks for this nice module.

    It is working for me but on one site I have some problems because the shop admin need to contact SagePay to activate the account.

    But I found another small bug regarding the customer name. The post name is to long . I do not know the exact max length allow by the sagepay, but we need to limit that when we post the request to SagePay.

    Zen Cart has is set to 32 char on bouth FirstNane and LastName.

    The request Data are:

    FirstName:Boonsoft Develop Test
    LastName:Claudiu

    The Error Message from SagePay:

    This transaction attempt has failed. Please use the Proceed button go back to the web store from which you were purchasing. The details of the failure are given below.

    Status: INVALID

    Status Detail: 3110 : The BillingFirstnames value is too long.

  7. #107
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Hi claudiu_boonsoft,

    The problem your having is because SagePay will only allow a maximum of 20 characters for the firstname and 20 characters for the last name, this inludes all spaces,commas, full stops etc etc.

    Sorry I can't be more helpfull but as this limit is set by SagePay, I am unfortunatley unable to do anything about it.

    Kindest regards
    Nixak

  8. #108
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Is it possible to over-ride the email address sent to SagePay? I want to send a different address to the shop owner email, as its a different part of the office that deals with the payment processing.

  9. #109
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by Andy_C View Post
    Is it possible to over-ride the email address sent to SagePay? I want to send a different address to the shop owner email, as its a different part of the office that deals with the payment processing.
    Hi Andy_C,

    Sorry about my late reply, i'm at work way too much at the moment

    Untill I can get some time to re-code the module what you can do is open includes/modules/payment/sagepay_form.php

    Find this line
    Code:
    $plain .= "VendorEMail=" . STORE_OWNER_EMAIL_ADDRESS . "&";
    and replace STORE_OWNER_EMAIL_ADDRESS with the email address you want, make sure you wrap the email address within speech quotes and leave the single space between the full stops, so it should look something like this
    Code:
    $plain .= "VendorEMail=" . "[email protected]" . "&";
    and that should do it

    Regards
    Nixak

  10. #110
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by Nixak View Post
    Hi Andy_C,

    Sorry about my late reply, i'm at work way too much at the moment

    Untill I can get some time to re-code the module what you can do is open includes/modules/payment/sagepay_form.php

    Find this line
    Code:
    $plain .= "VendorEMail=" . STORE_OWNER_EMAIL_ADDRESS . "&";
    and replace STORE_OWNER_EMAIL_ADDRESS with the email address you want, make sure you wrap the email address within speech quotes and leave the single space between the full stops, so it should look something like this
    Code:
    $plain .= "VendorEMail=" . "[email protected]" . "&";
    and that should do it

    Regards
    Nixak
    That looks like exactly what I want Ive made the change, so time to sit and wait for another order

    Thanks for the help and even bigger thanks for the SagePay form - couldnt believe how easy it was to set up and get working

 

 
Page 11 of 22 FirstFirst ... 91011121321 ... 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