CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • (SOLVED) IATS on CiviCRM 2.2 for Joomla
Pages: [1] 2

Author Topic: (SOLVED) IATS on CiviCRM 2.2 for Joomla  (Read 7754 times)

cosmicfantasia

  • Guest
(SOLVED) IATS on CiviCRM 2.2 for Joomla
May 14, 2009, 05:51:24 pm
Hi,

I have installed CiviCRM 2.2 for Joomla and want to get the IATS payment processor going.

IATS doesn't appear in the list of payment processors. But all the IATS files are there:

CRM/Core/Payment/IATS.php
CRM/Contribute/Payment/IATS.php
packages/Services/IATS/iatslink.php
packages/Services/IATS/creditcard.php
packages/Services/IATS/iats_reoccur.php

Is there something else I need to do to configure IATS to work and/or be listed in the payment processors form in the admin?

Kind regards,
Eric...
« Last Edit: June 29, 2009, 06:05:24 pm by cosmicfantasia »

Sunil

  • I post frequently
  • ***
  • Posts: 131
  • Karma: 23
  • The community around a product more important than the product itself?
    • CiviCRM
Re: IATS on CiviCRM 2.2 for Joomla
May 15, 2009, 04:16:50 am
Hi,

Currently in civicrm_payment_processor_type table IATS processor type( community contributed ) is not present

we are investigating  for why it's not present in payment processor type table(civicrm_payment_processor_type) (may be any issue with processing )
(even if IATS files is present in Code Base )

If your familiar with this processor can you tell us, What are basic parameters / label used for IATS
(please refer 'civicrm_payment_processor_type' table )
 
user_name_label  : User Name / Customer ID / User ID / Merchant ID
password_label    : Password / Payment Key
signature_label     : Signature / MD5 Hash
url_site_default     : e.g. https://www.paypal.com/
url_api_default      : e.g. https://api-3t.paypal.com/

Same for Test User

so we can easily add to database

Sunil
« Last Edit: May 15, 2009, 05:17:30 am by Sunil »
The community around a product more important than the product itself?

cosmicfantasia

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 16, 2009, 06:07:07 pm
Thanks for the reply. I'm not familiar with the processor. But if we were to get that info, could I manually update the db to make it work without waiting for another release?

Some of the info is @ http://homeofficekernel.blogspot.com/2007/12/iats-and-civicrm.html

I've emailed with the developer and will point him to this thread.

Thanks... :)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: IATS on CiviCRM 2.2 for Joomla
May 17, 2009, 05:38:05 pm

You can add the type definition on a url similar to: http://drupal.demo.civicrm.org/civicrm/admin/paymentProcessorType?reset=1

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Lazorman

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 02:15:05 pm
 :o  ???
I am new to this forum.   So my question is --- What is the answer to the original question?  How do you get IATS connected?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 02:46:54 pm

goto the above url on your site and add the IATS information. That will expose the IATS payment processor to other forms

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

cosmicfantasia

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 05:07:05 pm
Unfortunately that url doesn't exist in the Joomla version.

/administrator/components/com_civicrm/civicrm/CRM/Admin/Page/PaymentProcessorType.php

exists but when you goto that url or

/administrator/components/com_civicrm/civicrm/CRM/Admin/Page/PaymentProcessorType.php?reset=1

it displays a white page and IATS doesn't appear in the list of processors.

Is this the best approach or is the best approach to get the correct details and update db so it just appears?

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 05:23:57 pm
Do you see the link 'new payment Processor' down the bottom - you need to click on that. The key fields that will not be intuitive are

Billing Mode *
PHP class name

I think PHP class name will be Payment_IATS
Billing mode is probably 1 (for self-hosted) or 4 (for payment processor hosted)
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

cosmicfantasia

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 10:47:14 pm
Hi,

Can't see where to enter this.

From the Administer CiviCRM screen, I click 'Global Settings' and from there I click 'Payment Processors'.

On that page it says 'There are no Payment Processors entered. You can add one.'

I click on 'add one' and it takes me to the page which has the form with all the available payment processors. IATS isn't there and I can't see anything to add a new custom processor. Am I missing something? Is the Joomla version different to others.

Hope ing somebody can assist.

Reagrds,
Eric...

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: IATS on CiviCRM 2.2 for Joomla
May 18, 2009, 10:52:15 pm
It could be - I hadn't seen that page before - I have always entered in new payment processors into the civicrm_payment_processor_type (something like that) table using php admin in the past
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: IATS on CiviCRM 2.2 for Joomla
May 19, 2009, 06:40:16 am

check:

http://joomla.demo.civicrm.org/administrator/index2.php?option=com_civicrm&task=civicrm/admin/paymentProcessorType&action=add&reset=1

u'll need to login into the admin as demo / demo

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

cosmicfantasia

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 19, 2009, 06:26:58 pm

Thank you,

Onced logged into Joomla admin. The url:

/administrator/index2.php?option=com_civicrm&task=civicrm/admin/paymentProcessorType&action=add&reset=1

Did allow me to enter the details for a new processor. I then, in the admin slected add, filled in my details and now want to test it. I am a new CiviCRM user, but it looks like the way to test it is to create a contribution page in the CiviContribute tab. But when I click on 'New Contribution page' all I get is a white screen. I am using CiviCRM 2.2.2 in Joomla! 1.5.10.

Can somebody please help us get through this?

Is there another way we can test the payment gateway without making a contribution page?

Thanks... :)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: IATS on CiviCRM 2.2 for Joomla
May 19, 2009, 07:47:59 pm

You might want to hire someone from http://civicrm.org/professional/

You need to either do an online or offline contribution / event registration to test the payment processor code

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

cosmicfantasia

  • Guest
Re: IATS on CiviCRM 2.2 for Joomla
May 20, 2009, 07:37:57 pm
Hi,

Pro help not required. Its a white page when trying to create an new contribution page. So I'm guessing a bug.

Anyway, could test IATS by using creating an event. But the plugin doesn't support $AUD so I'm kinda screwed now.

FYI, for others trying to get IATS working put 'Agent Code' in both the user name and signature field and put your agent code in both fields when configuring iats.

Going to see if it takes much to support $AUD, but in the meantime has anybody got a solution to the white page when creating a contribution page?

Thanks..
« Last Edit: May 20, 2009, 07:54:48 pm by cosmicfantasia »

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: IATS on CiviCRM 2.2 for Joomla
May 20, 2009, 11:56:16 pm
I think the white page is an error that is happening because the IATS code isn't working. If you want to debug then track down your apache log and look in it for an error message
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • (SOLVED) IATS on CiviCRM 2.2 for Joomla

This forum was archived on 2017-11-26.