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) »
  • How to remove "Contribute at least x to be eligible for this donation"
Pages: [1]

Author Topic: How to remove "Contribute at least x to be eligible for this donation"  (Read 663 times)

christopherleslie

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 1
  • Learning the ropes, one pulled hair at a time :)
    • Midwest Renewable Energy Association
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 6.25
  • MySQL version: 5.1.52
  • PHP version: 5.2.15
How to remove "Contribute at least x to be eligible for this donation"
March 11, 2011, 10:09:19 am
Hi folks,

I've been using CiviCRM for the past 3 months, learning new stuff everyday.  Sometimes though, a problem gets too complicated.  I have a membership signup page with a Premium for folks contributing a specific amount.  It's a magazine subscription with a nice little drop-down box. 

The problem is that the text "Contribute at least $100.00 to be eligible for this donation" is misleading.  I have different levels of membership via radio buttons, and a section for an additional contribution (so that someone could become a member AND donate extra money if they want).  The Premium I added to the page only relates to the type of membership they're signing up for, not the additional amount of money they might contribute.

What I am asking for is really simple:  How do I remove/strip the text "Contribute at least $x.x to be eligible for this donation" from the Contribution page?  Solving this will help eliminate any confusion for folks that want to sign up for a membership on my website.

Thank you so much in advance.

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: How to remove "Contribute at least x to be eligible for this donation"
March 15, 2011, 10:36:19 am
Unfortunately there is no button to click to 'turn it off'.  Some programming is required, although it is light programming.

Two options:

1. Locate the .tpl file containing this language and edit it to remove the language.  Place the .tpl in the new custom .tpl directory you create on the server.  (Read the documentation or Floss book to learn more about this)

2. Use a jQuery snippet in a block or module on this page that will use the contains() method to locate and hide the text.

Try CiviTeacher: the online video tutorial CiviCRM learning library.

christopherleslie

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 1
  • Learning the ropes, one pulled hair at a time :)
    • Midwest Renewable Energy Association
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 6.25
  • MySQL version: 5.1.52
  • PHP version: 5.2.15
Re: How to remove "Contribute at least x to be eligible for this donation"
March 15, 2011, 10:43:50 am
Thanks.  I've seen some references to the .tpl files, but I'm not sure where I should start looking for it. 

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • How to remove "Contribute at least x to be eligible for this donation"

This forum was archived on 2017-11-26.