Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 144
  1. #51
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Nochex APC

    The file that's being called doesn't exist in the mod. There is a file there called 'nochex_admin_notification.php.old' but renaming that gives an error.

    You'll need to find this line in includes/modules/payment/nochex_apc.php and comment it out so that file isn't called:

    PHP Code:
        if ($ipn->RecordCount() > 0) require(DIR_FS_CATALOGDIR_WS_MODULES 'payment/nochex_apc/nochex_apc_admin_notification.php'); 
    The mod will work without that file, you just don't get as much detail displayed about the transaction on the customer's order page.

  2. #52

    Default Re: Nochex APC

    Hi, thanks for that but having located the APC file i cannot see in this file the line that you have listed.

    The total contents of that file are:

    PHP Code:
    define('MODULE_PAYMENT_NOCHEX_TEXT_ADMIN_TITLE''Nochex APC');
      
    define('MODULE_PAYMENT_NOCHEX_TEXT_CATALOG_TITLE''Credit or Debit Card (Nochex)- UK CUSTOMERS ONLY');
      if (
    IS_ADMIN_FLAG === true) {
        
    define('MODULE_PAYMENT_NOCHEX_TEXT_DESCRIPTION''<strong>Nochex APC</strong><br /><br />This module is designed for both Nochex Sellers and Nochex Merchants, and uses the latest Payments Page provided by Nochex to give your buyers a smooth and seamless checkout. Very little configuration is required, but please read the documentation before use.' );
      } else {
        
    define('MODULE_PAYMENT_NOCHEX_TEXT_DESCRIPTION''<strong>Nochex</strong>');
      }
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_TRANSACTION_ID''Transaction ID');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_TRANSACTION_DATE''Transaction Date');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_TO_EMAIL''Payment To');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_FROM_EMAIL''Payment From');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_ORDER_ID''Order ID');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_CUSTOM''Custom Field(s)');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_AMOUNT''Amount Paid');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_SECURITY_KEY''Security Key');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_STATUS''Payment Status');
      
    define('MODULE_PAYMENT_NOCHEX_ENTRY_NOCHEX_RESPONSE''Nochex Response');
      
    define('MODULE_PAYMENT_NOCHEX_PURCHASE_DECRIPTION_TITLE'STORE_NAME ' Purchase'); 
    Any suggestions please?

  3. #53

    Default Re: Nochex APC

    Sorry, was looking in the wrong place, getting a bit bogged down with it all!

    Sorted it out now, thank you so much for your help!

  4. #54

    Default Re: Nochex APC

    Sorry one more thing.

    I haven't got a page in admin (like the Paypal IPN screen) with which to display transactions.

    Should there be one with this mod?

    Also after test transactions the nochex payment screen isnt going back to my own site.

    I'd read that i might need to alter settings in my Nochex account to set that up but i cant find anywhere on my Nochex sellers account where i can do that.

    Once again thanks in advance!

  5. #55
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Nochex APC

    You won't get transaction details on the customer order page similar to what peears when a customer has used Paypal - the file you commented out is the file that would normally display that info.

    The return URL is set in includes/modules/payment/nochex_apc.php:

    PHP Code:
            $payment_fields[] = zen_draw_hidden_field('returnurl'zen_href_link(FILENAME_CHECKOUT_PROCESS'referer=nochex_apc''SSL')); 
    and - as far as I know - isn't something you can change in the NoChex admin.

  6. #56

    Default Re: Nochex APC

    First of all thank you so much for your help Pixxie, as you've probably gathered i'm a complete novice on this kind of thing!

    On the return URL code above i have entered my shop address replacing the 'returnurl' code but it is still not automatcially going back to my shop page.

    Is there anything else in this line i need to amend other than the 'returnurl' part?

  7. #57
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Nochex APC

    You don't need to change that line of code - it inserts the URL of your shop automatically (change it back).

    If you aren't getting returned to your shop after paying, there's likely to be another cause.

  8. #58

    Default Re: Nochex APC

    So is there a field in Admin where i am supposed to set the return URL?

    I can't see one but i just wonder where Nochex is looking for the return URL details.

  9. #59
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Nochex APC

    To repeat, that line of code sets the return URL automatically based on the URL of your site. You don't need to change anything. There is no setting in admin.

  10. #60

    Default Re: Nochex APC

    Ok, thanks for your help anyway, much appreciated!

 

 
Page 6 of 15 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Nochex Payments Module & APC
    By meknownowt in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 18 Dec 2008, 05:25 AM
  2. nochex apc problems
    By ayukuza in forum General Questions
    Replies: 1
    Last Post: 13 Jan 2008, 12:29 PM
  3. Nochex APC Module
    By metalarea in forum Addon Payment Modules
    Replies: 2
    Last Post: 5 Sep 2007, 08:38 PM
  4. Nochex APC v1.2
    By CJPinder in forum Addon Payment Modules
    Replies: 1
    Last Post: 6 Jul 2007, 03:41 PM

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