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) »
  • Adding event registration from Contact, price set items not showing up correctly
Pages: 1 [2]

Author Topic: Adding event registration from Contact, price set items not showing up correctly  (Read 2085 times)

mirrorstage

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 1
  • CiviCRM version: 4.6.7
  • CMS version: Drupal 6.37
  • MySQL version: 5.6.23
  • PHP version: 5.4.42
Re: Adding event registration from Contact, price set items not showing up correctly
February 09, 2015, 08:50:02 pm
Thanks, Joanne. Thanks, Coleman. I think Coleman is onto something about the javascript...

When I try the New Event Registration page <civicrm/participant/add?reset=1&action=add&context=standalone>, which is *not* a pop-up form, the console shows the following two errors:

ReferenceError: buildFeeBlock is not defined
var civicrmBuildFeeBlock = buildFeeBlock;

and

ReferenceError: buildFeeBlock is not defined
var $el = $(this),

I will try checking server configuration. As far as module/extension incompatibility, I'm assuming you mean civicrm-specific modules & extensions, but figured I should ask just to be sure.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Adding event registration from Contact, price set items not showing up correctly
February 10, 2015, 04:38:42 am
I cannot find any reference to "civicrmBuildFeeBlock" in the code of CiviCRM core, which means that js must be getting added by a custom civicrm extension or template override or custom module on your site. If you have access to the files on your server you could try grepping for that phrase, that's probably the quickest way to find the culprit.
Try asking your question on the new CiviCRM help site.

mirrorstage

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 1
  • CiviCRM version: 4.6.7
  • CMS version: Drupal 6.37
  • MySQL version: 5.6.23
  • PHP version: 5.4.42
Re: Adding event registration from Contact, price set items not showing up correctly
February 10, 2015, 01:54:26 pm
Success! It turns out that the Authorize.net eCheck.Net (com.donordepot.authnetecheck) custom extension was what was gumming up the works and once I disabled it, price sets showed up again on both Register New Participant and Add New registration!

Thank you for helping me solve the problem!

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Adding event registration from Contact, price set items not showing up correctly
February 15, 2015, 06:31:05 pm
Glad you got it figured out.
Try asking your question on the new CiviCRM help site.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Adding event registration from Contact, price set items not showing up correctly

This forum was archived on 2017-11-26.