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 (Moderator: Dave Greenberg) »
  • Remove Billing Address & Credit Card Blocks in Confirmation
Pages: [1]

Author Topic: Remove Billing Address & Credit Card Blocks in Confirmation  (Read 842 times)

Edd

  • I’m new here
  • *
  • Posts: 6
  • Karma: 1
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x
Remove Billing Address & Credit Card Blocks in Confirmation
May 19, 2014, 10:30:05 pm
How to remove Billing Address info and Credit Card blocks that are automatically added to an Event Registration form (in the confirmation step). The form uses a custom built payment processors that doesn't need/collect this data? These two blocks appear only for anonymous users.

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: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 12:02:23 am
not sure - but you know there is the option so skip the COnfirmation page completely?
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

Edd

  • I’m new here
  • *
  • Posts: 6
  • Karma: 1
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x
Re: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 10:10:49 am
That will do. Again, this is the confirmation page prior to processing the payment, right?
Cheers.

Edd

  • I’m new here
  • *
  • Posts: 6
  • Karma: 1
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x
Re: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 12:34:44 pm
Petednz, I found this Drupal 6 module that you've posted some time ago for skipping Contribution page confirmation step. I won't work for me since I'm using an Event and Drupal 7. In this case, how do I need to go about to omit the confirmation page for an Event.

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: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 01:36:33 pm
Hi Edd

nope not that module - in core - sorry i didn't make that sparkly clear

way down near bottom of Title and Settings

eg

http://drupal.demo.civicrm.org/civicrm/admin/contribute/settings?reset=1&action=update&id=1

you should see

Use a confirmation page?
If you disable this contributions will be processed immediately after submitting the contribution form.
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

Edd

  • I’m new here
  • *
  • Posts: 6
  • Karma: 1
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x
Re: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 03:31:17 pm
I see, thanks, but I'm using an event, /civicrm/admin/event, not a contribution page, and I cannot find such an option.

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: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 03:42:43 pm
so sorry i didn't spot that when you clearly said it in the opening post.

may be worth searching to see if any one has provided a recipe for skipping the confirmation page on an event - in case that it easier than reworking the template

but if it is the latter, it might be

/civicrm/templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl
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

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: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 03:43:32 pm
but of course read up about making custom tpls - do not hack the one in core ;-) (did i need to say that?)
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

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Re: Remove Billing Address & Credit Card Blocks in Confirmation
May 21, 2014, 09:03:41 pm
@Edd - I think CiviCRM adds the address fields for some (not sure which) payment processors. I don't know what the logic is there, they aren't required. You may find CiviCRM is including a default profile which you can remove the address fields from to make the equivalent change.

Perhaps some US payment providers *require* a street address, but I haven't run into this so I'm not sure of it.

It'd be a nice addition if we could remove the confirmation page from Event rego like we can for Contribute. I don't see an existing JIRA issue for that though.
@xurizaemon ● www.fuzion.co.nz

Edd

  • I’m new here
  • *
  • Posts: 6
  • Karma: 1
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x
Re: Remove Billing Address & Credit Card Blocks in Confirmation
May 22, 2014, 10:58:16 am
Thanks Chris and Pete. Yes, agree, a skipping confirmation page option for an event would be super useful.

In my case I reached a point where the Billing and the Credit Card blocks just display their headers. There is no data carried over so I won't be creating templates; I will use styles to hide the headers.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Remove Billing Address & Credit Card Blocks in Confirmation

This forum was archived on 2017-11-26.