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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Payment Instrument not Showing On Contribution Page
Pages: [1]

Author Topic: Payment Instrument not Showing On Contribution Page  (Read 1157 times)

adizo

  • I post occasionally
  • **
  • Posts: 70
  • Karma: -1
  • It doesn't take time. It takes truth!
  • CiviCRM version: 4
  • CMS version: Joomla
  • MySQL version: 3.6
  • PHP version: php5
Payment Instrument not Showing On Contribution Page
August 12, 2011, 04:42:43 pm
After creating a contribution page for membership dues payment, i included a Payment instrument profile in the contribution page. But when i test drive the page, the included profile did not show up on the contribution page. A message said some profile fields cannot ber configure for this page. What can i do? Any suggestions will be appreciated.
« Last Edit: August 12, 2011, 04:48:17 pm by adizo »

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Payment Instrument not Showing On Contribution Page
August 12, 2011, 04:55:49 pm
Can you clarify what you mean by "Payment instrument profile"
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

adizo

  • I post occasionally
  • **
  • Posts: 70
  • Karma: -1
  • It doesn't take time. It takes truth!
  • CiviCRM version: 4
  • CMS version: Joomla
  • MySQL version: 3.6
  • PHP version: php5
Re: Payment Instrument not Showing On Contribution Page
August 13, 2011, 12:51:04 am
Thanks for the quick response. You in Civicontribute menu, there is a Payment Instrument submenu which enables you to add different payment options like cash, Cheque, EFT etc. Now i created a new profile called Payment Details and under the field name, I selected contribution and then selected payments instrument as the field. I now added this profile to my contribution page so that users can select payment instrument from a drop down(either cash, cheque or EFT etc). But when i tested the page, the new profile does not show.

gurukmlore

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 3.3.3 && 3.4.8
  • CMS version: Joomla 1.5
  • MySQL version: 5.1
  • PHP version: 5.2
Re: Payment Instrument not Showing On Contribution Page
March 27, 2012, 07:22:46 am
I have the same issue here in Joomla 2.5 & civiCRM 4.0.8.

I have added Payment processor in to the profile, but it is not visible in the front-end of my registration page.
And also it is not shows any error like "It is not possible both Contributions and Contact" modules.

Please some body help me where I am missing settings ....
« Last Edit: March 27, 2012, 07:32:45 am by gurukmlore »

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Payment Instrument not Showing On Contribution Page
April 13, 2012, 12:24:17 pm
Quote
A message said some profile fields cannot ber configure for this page. What can i do?

We calculate the payment instrument on online contribution pages and for offline we give the drop down list of the options.

However, if you do want to over-ride the payment instrument field on online contribution page,
you may wanna apply the following patch :


Code: [Select]
Index: Contribute/Form/ContributionBase.php
===================================================================
--- Contribute/Form/ContributionBase.php (revision 39598)
+++ Contribute/Form/ContributionBase.php (working copy)
@@ -715,7 +715,7 @@
                                      'total_amount'           => 1,
                                      'amount_level'           => 1,
                                      'contribution_status_id' => 1,
-                                     'payment_instrument'     => 1,
+//                                 'payment_instrument'     => 1,
                                      'check_number'           => 1,
                                      'contribution_type'      => 1
                                      );

HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Payment Instrument not Showing On Contribution Page

This forum was archived on 2017-11-26.