Page 7 of 22 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 211
  1. #61
    Join Date
    Jun 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Just download the 1.3 and havn't installed yet.

    Still, I'd like to say Thank You to Nixaks.


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

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by mattsun View Post
    Just download the 1.3 and havn't installed yet.

    Still, I'd like to say Thank You to Nixaks.

    Your more than welcome

  3. #63
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Hi quick question, does your Mod. support Sage Pay 'direct' method?

    thanks
    zac

  4. #64
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Quote Originally Posted by zac123 View Post
    Hi quick question, does your Mod. support Sage Pay 'direct' method?

    thanks
    zac
    Hi Zac, sorry no this mod is for sagepay form only. There is a free module for direct somewhere ......... aha found it here (SagePay is the new name for Protx)

    If you have any problems with it there is a forum thread for it somewhere, or let me know and I will see if I can fix it (I have a feeling it uses the old Protx http address's which may or may not work)

    Regards
    Nixak

  5. #65
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    great thanks for that.

    zac

  6. #66
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    Nixak
    Your module does not seem to support download products.
    Sagepay wants the shipping address but downloads don't have this so there is an error message: Status Detail: 3144 : The Delivery information is required.

    Have you addressed this issue?

  7. #67
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    If someone could help with adding an if / else statement in the code then we could get the billing info sent to SagePay if it is a download product and there is no delivery address.

    Here is the section of code inside the file called includes/modules/payment/sagepay_form.php.

    How do I add the statement in the section after this line:
    Code:
    $plain .= "BillingPhone=" . $order->customer['telephone'] . "&";
    In other words, the code must check to see if the customers delivery address OR postcode is empty. If both or any of the delivery fields are empty, it posts the billing address to SagePay instead.


    Code:
    $plain .= "BillingPhone=" . $order->customer['telephone'] . "&";	
    		$plain .= "DeliverySurname=" . $order->delivery['lastname'] . "&";
    		$plain .= "DeliveryFirstnames=" . $order->delivery['firstname'] . "&";
    		$plain .= "DeliveryAddress1=" . $order->delivery['street_address'] . "&";
          if (ACCOUNT_SUBURB == 'true') {
            $plain .= "DeliveryAddress2=" . $order->delivery['suburb'] . "&";
        }
    		$plain .= "DeliveryCity=" . $order->delivery['city'] . "&";
    		$plain .= "DeliveryPostCode=" . $order->delivery['postcode'] . "&";
    		$plain .= "DeliveryCountry=" . $order->delivery['country']['iso_code_2'] . "&";
    Would appreciate come help with this.thanks.

  8. #68
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Hi MaryF,
    I'm looking at the problem you've described but i'm a little confused, the delivery address is always the same as the billing address unless the customer specifies a different address, so Zen-cart will always have the delivery address and you should recieve no problems.

    What version of Zen-Cart are you using? and are you using any mods, especially ones that allow the customers to checkout without registering to your site?

  9. #69
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Nixaks Sagepay Form Module

    You are right! I have a fast and easy checkout module installed - it wasn't activated in admin so wasn't working yet. I had deactivated it a few weeks back in order to work on getting my shop transferred over from SagePay Direct to Form module.

    It seems to be working fine now! Thanks.

  10. #70
    Join Date
    Nov 2007
    Location
    Essex, UK
    Posts
    137
    Plugin Contributions
    1

    Default Re: Nixaks Sagepay Form Module

    Your welcome MaryF

 

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