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 CiviEvent (Moderator: Yashodha Chaku) »
  • Multiple Pay later options
Pages: [1]

Author Topic: Multiple Pay later options  (Read 642 times)

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Multiple Pay later options
January 08, 2015, 05:58:06 pm
Our organisation does not have any payment processor and can't yet justify having one (especially since most memberships and event fees come in just two months of the year) - but we have multiple methods of off-line payment.
Since we can't overcome the system limitation of the single "Pay Later" option, we'd like to add a custom field for proposed payment method - Cheque, Internet Banking or Installments.  (Different people are watching for the arrival of different types of payment, o it helps if they know what to expect!)
I could do this in a participant profile, but that would be rather oddly placed, and gets repeated for multiple participants. Is there a way I can incorporate it once for the event later in the process?

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: Multiple Pay later options
January 12, 2015, 02:18:33 am
Ok, I created a custom field, and tied it to "events" but it turned up on the event setting page rather than on the registration form. And when I changed it to Participant (specific event) it doesn't display at all :-(

GinkgoDOB

  • I post occasionally
  • **
  • Posts: 54
  • Karma: 1
  • Dir. of Product Development, Ginkgo Street Labs
    • Ginkgo Street Labs
  • CiviCRM version: v4.5-4.7
  • CMS version: Drupal
Re: Multiple Pay later options
January 12, 2015, 10:48:47 am
I have a similar problem - lunch orders for an event are taken for all participants when the first participant registers. It's fairly easy to use a jQuery .hide() call from a custom template "extra" file to hide entire sections from the registration form. There's a separate template for additional templates, so you don't even need to code logic depending on where you are in the registration process.

I did a presentation on this for CiviCampDC a while back. Here's a link:
http://demo.axonsolutions.com/wordpress/civicampdc/

It gives you the basics of how to do it. Feel free to reach out if you have any questions... (I should probably do a blog post :-\ )

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: Multiple Pay later options
January 12, 2015, 03:12:48 pm
pcgeek - i thought that for additional participants you could specify different profiles - therefore you could use a profile for P1 that includes your custom field - but not show it for P2 etc
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

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: Multiple Pay later options
January 12, 2015, 08:33:31 pm
You can, Pete? That would be great! where do I do that?
It would also be great if I could either switch or show/hide profiles for participants 2+ if they select adult or child ticket. (We ask fewer questions of kids, but one new question).

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: Multiple Pay later options
January 12, 2015, 08:36:34 pm
If the event allows for multiple rego's then it just show as an option on the Online Rego tab in manage event eg

http://d45.demo.civicrm.org/civicrm/event/manage/registration?reset=1&action=update&id=3
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

GinkgoDOB

  • I post occasionally
  • **
  • Posts: 54
  • Karma: 1
  • Dir. of Product Development, Ginkgo Street Labs
    • Ginkgo Street Labs
  • CiviCRM version: v4.5-4.7
  • CMS version: Drupal
Re: Multiple Pay later options
January 13, 2015, 05:32:25 am
Duh (smacks forehead). Yes, you can specify different profiles for first and additional participants. My issue stems from the fact that the lunches are paid and they're set up in in price set, not a profile. I'm at the end of getting this year's conference registration open, so I'm afraid I'm a hammer for whom everything looks a bit like a nail.

On the other hand, using a profile requires you create a custom field, which you may not care to have cluttering up the database. If you delete the field, you'll lose anything stored in it, which could be useful for historical purposes.

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: Multiple Pay later options
January 13, 2015, 11:09:33 am
OTOH the custom field can be set to apply only to Participants for that specific event, and hence does not clutter other Events, and seems like a reasonable form of data storage
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

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: Multiple Pay later options
January 13, 2015, 07:58:03 pm
Also smacking head - I did see that and consciously left the child profile off the primary registrant - have added payment method in there.

Pete, did you see my other thread about making a coupon code field for cividiscount appear somewhere in the registration form? http://forum.civicrm.org/index.php/topic,35378.0.html
Or is the reason I'm not seeing it that we only have pay later, with no payment processor configured?

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: Multiple Pay later options
January 14, 2015, 12:30:09 pm
Can't help on that one sorry
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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Multiple Pay later options

This forum was archived on 2017-11-26.